aboutsummaryrefslogtreecommitdiffstats
path: root/home
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2023-11-21 21:54:53 -0600
committerdannye <33dannye@gmail.com>2023-11-21 21:54:53 -0600
commit0ebc2025bc34123193bdf4057cbe18222cde802a (patch)
tree8bf23069539bdd9b4f2d48ff86a8828388983569 /home
parentDon't list unidentified labels in webhook right now (diff)
downloadpokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.gz
pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.tar.xz
pokeyellow-0ebc2025bc34123193bdf4057cbe18222cde802a.zip
Rename pikachu palette packets
Diffstat (limited to 'home')
-rw-r--r--home/overworld.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/overworld.asm b/home/overworld.asm
index a6acecd2..819f1b72 100644
--- a/home/overworld.asm
+++ b/home/overworld.asm
@@ -1973,7 +1973,7 @@ LoadMapData::
ld a, $01
ld [wUpdateSpritesEnabled], a
call EnableLCD
- ld b, $09
+ ld b, SET_PAL_OVERWORLD
call RunPaletteCommand
call LoadPlayerSpriteGraphics
ld a, [wd732]