Various GFX fixes and merge stability updates

This commit is contained in:
codemann8
2024-03-20 17:48:43 -05:00
parent c2280b439e
commit 967bd79900
3 changed files with 5 additions and 4 deletions

View File

@@ -306,9 +306,9 @@ OWFluteCancel:
{
lda.l OWFlags+1 : and.b #$01 : bne +
jsl FluteMenu_LoadTransport : rtl
+ lda.l HexToDecDigit4 : cmp.b #$01 : beq +
+ lda.w RandoOverworldTargetEdge : bne +
jsl FluteMenu_LoadTransport
+ lda.b #$00 : sta.l HexToDecDigit4 : rtl
+ stz.w RandoOverworldTargetEdge : rtl
}
OWFluteCancel2:
{
@@ -317,7 +317,7 @@ OWFluteCancel2:
+ inc.w SubModuleInterface
lda.l OWFlags+1 : and.b #$01 : beq +
lda.b Joy1B_All : cmp.b #$40 : bne +
lda.b #$01 : sta.l HexToDecDigit4
lda.b #$01 : sta.w RandoOverworldTargetEdge
+ rtl
}
OWSmithAccept:
@@ -587,6 +587,7 @@ OWBonkDrops:
.increment_collection
REP #$20
LDA.l TotalItemCounter : INC : STA.l TotalItemCounter
INC.w UpdateHUDFlag
SEP #$20
+ BRA .return