aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menu/party_menu.asm
diff options
context:
space:
mode:
authorluckytyphlosion <alan.rj.huang@gmail.com>2015-12-29 14:53:57 -0500
committerluckytyphlosion <alan.rj.huang@gmail.com>2015-12-29 14:53:57 -0500
commitf0915e2b664f3c045cdea710aeced219396db8bb (patch)
tree791dd3a4cc749f482593f2bd3746f904304430d0 /engine/menu/party_menu.asm
parentStart disassembling bank0F (Battle) (diff)
downloadpokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.tar.gz
pokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.tar.xz
pokeyellow-f0915e2b664f3c045cdea710aeced219396db8bb.zip
More BankF documentation
Also introduce bit direction constants and setpal macros
Diffstat (limited to 'engine/menu/party_menu.asm')
-rwxr-xr-xengine/menu/party_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/party_menu.asm b/engine/menu/party_menu.asm
index d65123d7..3ec0029e 100755
--- a/engine/menu/party_menu.asm
+++ b/engine/menu/party_menu.asm
@@ -51,7 +51,7 @@ RedrawPartyMenu_: ; 11886 (4:5886)
call PlaceString ; print the pokemon's name
ld a,[hPartyMonIndex]
ld [wWhichPokemon],a
- callab IsThisPartymonOurPikachu
+ callab IsThisPartymonStarterPikachu_Party
jr nc, .regularMon
call Func_154a
jr z, .regularMon