diff options
| author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-08-18 16:35:15 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-18 16:35:15 -0400 |
| commit | 0b31d12daceb9f431387951ee275e6147285cffd (patch) | |
| tree | b91ae6167e4afa49cb70b1a163a6344f7e924a2c /engine/events | |
| parent | b577e4e179711e96f8e059b42c7115e7103a4a69 (diff) | |
| parent | 315d6c665ea0ee4e103f6d8b9dbfb531659ae381 (diff) | |
Merge pull request #756 from mid-kid/master
Rub a dub dub, thanks for the grub
Diffstat (limited to 'engine/events')
| -rw-r--r-- | engine/events/heal_machine_anim.asm | 4 | ||||
| -rw-r--r-- | engine/events/poisonstep_pals.asm | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/engine/events/heal_machine_anim.asm b/engine/events/heal_machine_anim.asm index 2259752b3..38ccbf12c 100644 --- a/engine/events/heal_machine_anim.asm +++ b/engine/events/heal_machine_anim.asm @@ -167,7 +167,7 @@ INCBIN "gfx/overworld/heal_machine.2bpp" ld bc, 1 palettes ld a, BANK(wOBPals2) call FarCopyWRAM - ld a, $1 + ld a, TRUE ldh [hCGBPalUpdate], a ret @@ -231,7 +231,7 @@ INCLUDE "gfx/overworld/heal_machine.pal" pop af ldh [rSVBK], a - ld a, $1 + ld a, TRUE ldh [hCGBPalUpdate], a ret diff --git a/engine/events/poisonstep_pals.asm b/engine/events/poisonstep_pals.asm index b2de25fa6..07bd246a1 100644 --- a/engine/events/poisonstep_pals.asm +++ b/engine/events/poisonstep_pals.asm @@ -39,7 +39,7 @@ LoadPoisonBGPals: jr nz, .loop pop af ldh [rSVBK], a - ld a, $1 + ld a, TRUE ldh [hCGBPalUpdate], a ld c, 4 call DelayFrames |
