Document wSuicuneFrame

Also fixed inmediate in PlaceMapNameFrame.FillTopBottom to calculate the
amount of loops required. (It fills two tiles in the first iteration,
and four in the remaining, hence the `-2` and `+1` part).
This commit is contained in:
mid-kid
2019-01-15 13:08:40 +01:00
parent 5f60cc24cf
commit a21507f22a
3 changed files with 4 additions and 3 deletions

View File

@@ -208,7 +208,7 @@ _TitleScreen:
ldh [hBGMapMode], a
xor a
ld [wd002], a
ld [wSuicuneFrame], a
; Play starting sound effect
call SFXChannelsOff
@@ -218,7 +218,7 @@ _TitleScreen:
ret
SuicuneFrameIterator:
ld hl, wd002
ld hl, wSuicuneFrame
ld a, [hl]
ld c, a
inc [hl]