diff options
| author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
|---|---|---|
| committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-12-29 14:53:57 -0500 |
| commit | f0915e2b664f3c045cdea710aeced219396db8bb (patch) | |
| tree | 791dd3a4cc749f482593f2bd3746f904304430d0 /engine/menu/bills_pc.asm | |
| parent | Start disassembling bank0F (Battle) (diff) | |
| download | pokeyellow-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/bills_pc.asm')
| -rw-r--r-- | engine/menu/bills_pc.asm | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm index 347ec5df..ce9ca5a8 100644 --- a/engine/menu/bills_pc.asm +++ b/engine/menu/bills_pc.asm @@ -225,7 +225,7 @@ BillsPCDeposit: ; 2156d (8:556d) ld hl, wPartyCount call DisplayMonListMenu jp c, BillsPCMenu - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .asm_215ad call Func_154a jr z, .asm_215ad @@ -235,7 +235,7 @@ BillsPCDeposit: ; 2156d (8:556d) .asm_215ad call DisplayDepositWithdrawMenu jp nc, BillsPCMenu - callab IsThisPartymonOurPikachu + callab IsThisPartymonStarterPikachu_Party jr nc, .asm_215c9 ld e, $1b callab PlayPikachuSoundClip @@ -298,7 +298,7 @@ BillsPCWithdraw: ; 21613 (8:5613) ld a, [wWhichPokemon] ld hl, wBoxMonNicks call GetPartyMonName - callab Func_fce0d + callab IsThisPartymonStarterPikachu_Box jr nc, .asm_21660 ld e, $22 callab PlayPikachuSoundClip @@ -329,7 +329,7 @@ BillsPCRelease: ; 21690 (8:5690) ld hl, wNumInBox call DisplayMonListMenu jp c, BillsPCMenu - callab Func_fce0d + callab IsThisPartymonStarterPikachu_Box jr c, .asm_216cb ld hl, OnceReleasedText call PrintText |
