diff options
author | yenatch <yenatch@gmail.com> | 2014-06-23 12:45:30 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-06-23 12:45:30 -0700 |
commit | 32a5f21cc7c35b2580ae2c5f3709676dd8ca8405 (patch) | |
tree | c6e5bb6c91663ac888cfd4277d0e648c6a5c6435 /main.asm | |
parent | 6fee80528af6be1c22fee42e2560023823f7da8f (diff) |
More PartyMon labels for relative addressing.
Diffstat (limited to 'main.asm')
-rw-r--r-- | main.asm | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -54741,9 +54741,9 @@ Function4d15b:: ; 4d15b .asm_4d170 ld de, TileMap - ld b, $12 + ld b, SCREEN_HEIGHT .asm_4d175 - ld c, $14 + ld c, SCREEN_WIDTH .asm_4d177 ld a, [hli] ld [de], a @@ -93036,7 +93036,7 @@ Functione16c7: ; e16c7 ; e16e2 Functione16e2: ; e16e2 - ld bc, $0404 + lb bc, 4, 4 .asm_e16e5 push bc .asm_e16e6 |