diff options
Diffstat (limited to 'engine/gfx/sprite_oam.asm')
-rw-r--r-- | engine/gfx/sprite_oam.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/sprite_oam.asm b/engine/gfx/sprite_oam.asm index 85db1b53..3ffd995f 100644 --- a/engine/gfx/sprite_oam.asm +++ b/engine/gfx/sprite_oam.asm @@ -106,7 +106,7 @@ PrepareOAMData:: cp $80 jr c, .asm_4a1c ld b, a - ldh a, [hFFFC] + ldh a, [hPikachuSpriteVRAMOffset] add b .asm_4a1c ld [de], a ; tile id |