diff options
Diffstat (limited to 'mobile/mobile_42.asm')
-rw-r--r-- | mobile/mobile_42.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/mobile_42.asm b/mobile/mobile_42.asm index e71f785dc..b6c5a3e3d 100644 --- a/mobile/mobile_42.asm +++ b/mobile/mobile_42.asm @@ -1450,7 +1450,7 @@ Function108b5a: jr nz, .loop pop af ldh [rSVBK], a - ld a, $1 + ld a, TRUE ldh [hCGBPalUpdate], a ret @@ -1474,7 +1474,7 @@ Function108b78: ld [hld], a pop af ldh [rSVBK], a - ld a, $1 + ld a, TRUE ldh [hCGBPalUpdate], a ret |