Skip to content

Commit

Permalink
Fix bug where water stone and leaf stone gfx were incorrect in top-ha…
Browse files Browse the repository at this point in the history
…lf of boards
  • Loading branch information
huderlem committed Dec 9, 2023
1 parent d74a293 commit 4393d01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/oam_frames.asm
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@ OAMData_3a: ; 0x45e0
db $80 ; terminator

OAMData_3b: ; 0x45e5
db $10, $08, $92, $06
db $10, $08, $90, $17 ; leaf stone and water stone. stuff below is mislabed. need to sync with upstream pokepinball
db $80 ; terminator

OAMData_3c: ; 0x45ea
Expand Down

0 comments on commit 4393d01

Please sign in to comment.