diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-06-27 16:27:30 -0400 |
---|---|---|
committer | Rangi <35663410+Rangi42@users.noreply.github.com> | 2020-06-27 21:43:32 -0400 |
commit | d5089d3c623e2b147b035cf12569810d604bf47d (patch) | |
tree | 9d64a8943a11fef8a2b1afe0c4c8eda29e4ecfe1 /scripts | |
parent | 4b853ad676e061a6c4b0fcc030855a2705776864 (diff) |
Organize gfx/
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/RocketHideoutB2F.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/RocketHideoutB2F.asm b/scripts/RocketHideoutB2F.asm index 7805f67a..40e2acc4 100755 --- a/scripts/RocketHideoutB2F.asm +++ b/scripts/RocketHideoutB2F.asm @@ -411,7 +411,7 @@ SpinnerPlayerFacingDirections: ; these tiles are the animation for the tiles that push the player in dungeons like Rocket HQ SpinnerArrowAnimTiles: - INCBIN "gfx/spinner_arrow.2bpp" + INCBIN "gfx/overworld/spinners.2bpp" RocketHideoutB2F_TextPointers: dw RocketHideout2Text1 |