diff options
Diffstat (limited to 'mobile/mobile_40.asm')
-rw-r--r-- | mobile/mobile_40.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_40.asm b/mobile/mobile_40.asm index 94deea219..4f603ab4c 100644 --- a/mobile/mobile_40.asm +++ b/mobile/mobile_40.asm @@ -409,7 +409,7 @@ Function1002dc: Function1002ed: farcall LoadOW_BGPal7 farcall ApplyPals - ld a, $01 + ld a, TRUE ldh [hCGBPalUpdate], a call DelayFrame ret @@ -2210,7 +2210,7 @@ Function100eca: Function100ed4: farcall ApplyPals - ld a, $01 + ld a, TRUE ldh [hCGBPalUpdate], a ret |