diff options
author | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 13:52:42 +0100 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2017-12-29 13:52:42 +0100 |
commit | def3b6049387a6d2afab66780f7f09dbb61d6166 (patch) | |
tree | c4124250114b033a742c0f9b401da8b697e0dbba /engine/billspc.asm | |
parent | 9f017cbab8e6856680c35278829c6388e9fdf697 (diff) |
Clean up .Jumptable: spaces
Diffstat (limited to 'engine/billspc.asm')
-rwxr-xr-x | engine/billspc.asm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/engine/billspc.asm b/engine/billspc.asm index 8fe578a07..f94f495c6 100755 --- a/engine/billspc.asm +++ b/engine/billspc.asm @@ -42,14 +42,12 @@ _DepositPKMN: ; e2391 (38:6391) jp hl .Jumptable: ; e23df (38:63df) - dw .Init dw .HandleJoypad dw .WhatsUp dw .Submenu dw BillsPC_EndJumptableLoop - .Init: ; e23e9 (38:63e9) xor a ld [hBGMapMode], a @@ -150,7 +148,6 @@ _DepositPKMN: ; e2391 (38:6391) jp hl BillsPCDepositJumptable: ; e24a1 (38:64a1) - dw BillsPCDepositFuncDeposit ; Deposit Pokemon dw BillsPCDepositFuncStats ; Pokemon Stats dw BillsPCDepositFuncRelease ; Release Pokemon @@ -309,14 +306,12 @@ _WithdrawPKMN: ; e2583 (38:6583) jp hl .Jumptable: ; e25d2 (38:65d2) - dw .Init dw .Joypad dw .PrepSubmenu dw BillsPC_Withdraw dw BillsPC_EndJumptableLoop - .Init: ; e25dc (38:65dc) ld a, NUM_BOXES + 1 ld [wBillsPC_LoadedBox], a @@ -560,7 +555,6 @@ _MovePKMNWithoutMail: ; e2759 ; e27ac .Jumptable: ; e27ac - dw .Init dw .Joypad dw .PrepSubmenu @@ -2029,7 +2023,6 @@ MovePKMNWitoutMail_InsertMon: ; e31e7 ; e3245 .Jumptable: ; e3245 - dw .BoxToBox dw .PartyToBox dw .BoxToParty |