mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-04-10 04:10:43 +12:00
Use macros for predef calls/jumps instead of static ids.
This commit is contained in:
parent
d10108a066
commit
b36f793667
122 changed files with 360 additions and 719 deletions
|
|
@ -257,8 +257,7 @@ HandlePrizeChoice: ; 528c6 (14:68c6)
|
|||
ld hl,$FFA1
|
||||
ld de,wPlayerCoins + 1
|
||||
ld c,$02 ; how many bytes
|
||||
ld a,$0C
|
||||
call Predef ; subtract coins (BCD daa operations)
|
||||
predef SubBCDPredef ; subtract coins (BCD daa operations)
|
||||
jp PrintPrizePrice
|
||||
.BagFull
|
||||
ld hl,PrizeRoomBagIsFullTextPtr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue