summaryrefslogtreecommitdiff
path: root/home.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-06-23 12:45:30 -0700
committeryenatch <yenatch@gmail.com>2014-06-23 12:45:30 -0700
commit32a5f21cc7c35b2580ae2c5f3709676dd8ca8405 (patch)
treec6e5bb6c91663ac888cfd4277d0e648c6a5c6435 /home.asm
parent6fee80528af6be1c22fee42e2560023823f7da8f (diff)
More PartyMon labels for relative addressing.
Diffstat (limited to 'home.asm')
-rw-r--r--home.asm7
1 files changed, 4 insertions, 3 deletions
diff --git a/home.asm b/home.asm
index 42ba751ac..872f14406 100644
--- a/home.asm
+++ b/home.asm
@@ -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