Skip to content

Commit

Permalink
fixed spinning coin remap crashing the game
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Feb 24, 2021
1 parent 765384b commit 7337aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file modified Graphics/GFX01.bin
Binary file not shown.
3 changes: 2 additions & 1 deletion pixi/asm/dss/remaps.asm
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,9 @@ pushpc
db !coin_rotating_tile

org $029A4B
sta $0201|!addr,y
spinning_coin_large_tilemap:
db !coin_large_tile
lda.b #!coin_large_tile
org $029A6E
spinning_coin_small_tilemap:
db !coin_rotating_tile
Expand Down

0 comments on commit 7337aa8

Please sign in to comment.