diff options
author | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
---|---|---|
committer | SatoMew <SatoMew@users.noreply.github.com> | 2020-11-29 21:28:38 +0000 |
commit | 083cb38e33891d58158762ac2580bd3b62fcdaec (patch) | |
tree | c9230a7f0b45215e87d5a27c1a9cc09e66f8fe05 /sram.asm | |
parent | a7dca30971a049a525e33bc43eaf2b18ce899c5e (diff) |
Update related tile animation constants
Diffstat (limited to 'sram.asm')
-rw-r--r-- | sram.asm | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,7 +17,7 @@ sMainData:: ds wMainDataEnd - wMainDataStart sSpriteData:: ds wSpriteDataEnd - wSpriteDataStart sPartyData:: ds wPartyDataEnd - wPartyDataStart sCurBoxData:: ds wBoxDataEnd - wBoxDataStart -sTilesetType:: ds 1 +sTileAnimations:: ds 1 sMainDataCheckSum:: ds 1 |