diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-18 21:24:24 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-03-18 21:24:24 -0400 |
commit | 7284e942ab74390f32cacfa64f1850c8d30af2e2 (patch) | |
tree | d12fcc5774a17225b8fae484404ee587bb681793 | |
parent | bcce9f4108cb83525c8b4736563ef5ff517269ab (diff) |
ldh
-rw-r--r-- | Use-unique-colors-for-each-thrown-Poké-Ball.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Use-unique-colors-for-each-thrown-Poké-Ball.md b/Use-unique-colors-for-each-thrown-Poké-Ball.md index 091e1ad..9b9e5b5 100644 --- a/Use-unique-colors-for-each-thrown-Poké-Ball.md +++ b/Use-unique-colors-for-each-thrown-Poké-Ball.md @@ -172,7 +172,7 @@ Edit [engine/battle_anims/helpers.asm](../blob/master/engine/battle_anims/helper + ld [de], a + ; apply the updated colors to the palette RAM + ld a, $1 -+ ld [hCGBPalUpdate], a ++ ldh [hCGBPalUpdate], a + ; restore the previous WRAM bank + pop af + ld [rSVBK], a |