Label and document hFFD7 more accurately

This commit is contained in:
SatoMew 2020-11-29 20:17:29 +00:00
parent 6adbaefde1
commit 242b2e05cf
19 changed files with 45 additions and 45 deletions

View file

@ -70,7 +70,7 @@ LoadSAV0:
ld bc, wSpriteDataEnd - wSpriteDataStart
call CopyData
ld a, [sTilesetType]
ldh [hTilesetType], a
ldh [hTileAnimations], a
ld hl, sCurBoxData
ld de, wBoxDataStart
ld bc, wBoxDataEnd - wBoxDataStart
@ -217,7 +217,7 @@ SaveSAVtoSRAM0:
ld de, sCurBoxData
ld bc, wBoxDataEnd - wBoxDataStart
call CopyData
ldh a, [hTilesetType]
ldh a, [hTileAnimations]
ld [sTilesetType], a
ld hl, sPlayerName
ld bc, sMainDataCheckSum - sPlayerName