diff options
author | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 18:00:03 -0400 |
---|---|---|
committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-10-11 18:00:03 -0400 |
commit | 18fb5fc4682a196e80a774af4aa1f68ead8186b9 (patch) | |
tree | 2586be36d4160f1d868335e7f974d807a6cdbfac /engine/menu | |
parent | 5c181f2d68525ec0ce58dc06accf12d528bcf046 (diff) |
more annotations on ModifyPikachuHappiness
Diffstat (limited to 'engine/menu')
-rw-r--r-- | engine/menu/bills_pc.asm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/engine/menu/bills_pc.asm b/engine/menu/bills_pc.asm index b0fa107e..3f0db4ea 100644 --- a/engine/menu/bills_pc.asm +++ b/engine/menu/bills_pc.asm @@ -228,7 +228,7 @@ BillsPCDeposit: ; 2156d (8:556d) ld hl, wPartyCount call DisplayMonListMenu jp c, BillsPCMenu - callab Func_fce18 + callab IsThisPartymonOurPikachu jr nc, .asm_215ad call Func_154a jr z, .asm_215ad @@ -238,7 +238,7 @@ BillsPCDeposit: ; 2156d (8:556d) .asm_215ad call DisplayDepositWithdrawMenu jp nc, BillsPCMenu - callab Func_fce18 + callab IsThisPartymonOurPikachu jr nc, .asm_215c9 ld e, $1b callab Func_f0000 @@ -247,7 +247,7 @@ BillsPCDeposit: ; 2156d (8:556d) ld a, [wcf91] call PlayCry .asm_215cf - callabd_Func_f430a $7 + callabd_ModifyPikachuHappiness PIKAHAPPY_DEPOSITED ld a, PARTY_TO_BOX ld [wMoveMonType], a call MoveMon @@ -257,7 +257,7 @@ BillsPCDeposit: ; 2156d (8:556d) call WaitForSoundToFinish ld hl, wBoxNumString ld a, [wCurrentBoxNum] - and $7f + and " " cp 9 jr c, .singleDigitBoxNum sub 9 @@ -269,7 +269,7 @@ BillsPCDeposit: ; 2156d (8:556d) add "1" .next ld [hli], a - ld [hl], $50 + ld [hl], "@" ld hl, MonWasStoredText call PrintText jp BillsPCMenu |