Minor consistency

This commit is contained in:
codemann8
2025-04-30 06:48:54 -05:00
parent ed7fb312d5
commit 2d84f7431e

View File

@@ -443,8 +443,7 @@ DetermineFollowerSpawn:
+ CMP.b #$0A : BNE + + CMP.b #$0A : BNE +
LDA.l OverworldEventDataWRAM+$5E : AND.b #$20 : CMP.b #$20 : RTL LDA.l OverworldEventDataWRAM+$5E : AND.b #$20 : CMP.b #$20 : RTL
+ CMP.b #$0C : BNE + + CMP.b #$0C : BNE +
LDA.l NpcFlagsVanilla : AND.b #$10 : CMP.b #$10 LDA.l NpcFlagsVanilla : AND.b #$10 : CMP.b #$10 : RTL
RTL
+ +
.always_spawn .always_spawn
CLC : RTL ; big bomb and locksmith have no completion condition in code CLC : RTL ; big bomb and locksmith have no completion condition in code