add more explicit length suffices

This commit is contained in:
scawful
2024-09-18 18:43:47 -04:00
parent 25085330d1
commit 2b452cc04c
31 changed files with 250 additions and 250 deletions

View File

@@ -27,7 +27,7 @@ HouseTag:
HouseTag_Main:
{
LDA StoryState
LDA.w StoryState
JSL $008781
@@ -103,7 +103,7 @@ HouseTag_WakeUpPlayer:
HouseTag_End:
{
LDA $B6 : BNE .hasMetFarore
LDA #$00 : STA StoryState
LDA #$00 : STA.w StoryState
.hasMetFarore
RTS