Skip to content

Commit

Permalink
Merge pull request #213 from aburi6800:aburi6800/issue212
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
aburi6800 authored Dec 29, 2022
2 parents 098ec0a + c4f85f7 commit 24f1c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified dist/c-runner.rom
Binary file not shown.
3 changes: 2 additions & 1 deletion src/msx/enemy.asm
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,8 @@ ADD_ENEMY_TIMEOUT:
LD HL,ENEMY_TIMEOUT ; HL <- テキ出現パターンデータの参照先アドレス

; ■(ENEMY_PTN_ADDR+2)からキャラクター番号を取得
INC HL ; ENEMY_PTN_ADDR + 2 = キャラクター番号
INC HL ; ENEMY_PTN_ADDR + 3 = キャラクター番号
INC HL ;
INC HL ;
LD A,(HL) ; A <- キャラクター番号

Expand Down

0 comments on commit 24f1c46

Please sign in to comment.