diff options
-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 |