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 /home.asm | |
parent | 6fee80528af6be1c22fee42e2560023823f7da8f (diff) |
More PartyMon labels for relative addressing.
Diffstat (limited to 'home.asm')
-rw-r--r-- | home.asm | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1696,20 +1696,21 @@ Function3786:: ; 3786 Function378b:: ; 378b ld a, [CurPartySpecies] call IsAPokemon - jr c, .asm_37ad + jr c, .not_pokemon + push hl ld de, VTiles2 predef GetFrontpic pop hl xor a ld [$ffad], a - ld bc, $0707 + lb bc, 7, 7 predef FillBox xor a ld [$c2c6], a ret -.asm_37ad +.not_pokemon xor a ld [$c2c6], a inc a |