summaryrefslogtreecommitdiff
path: root/event/mom_phone.asm
diff options
context:
space:
mode:
Diffstat (limited to 'event/mom_phone.asm')
-rwxr-xr-xevent/mom_phone.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/event/mom_phone.asm b/event/mom_phone.asm
index 35021dd42..bef7d5688 100755
--- a/event/mom_phone.asm
+++ b/event/mom_phone.asm
@@ -83,11 +83,11 @@ CheckBalance_MomItem2: ; fd044
.check_have_2300
ld hl, hMoneyTemp
- ld [hl], MOM_MONEY / $10000
+ ld [hl], HIGH(MOM_MONEY >> 8)
inc hl
- ld [hl], MOM_MONEY / $100 % $100
+ ld [hl], HIGH(MOM_MONEY) ; mid
inc hl
- ld [hl], MOM_MONEY % $100
+ ld [hl], LOW(MOM_MONEY)
.loop
ld de, MomItemTriggerBalance
ld bc, wMomsMoney