Wallmaster fix

This commit is contained in:
Myramong
2019-02-12 17:17:32 -04:00
parent cba62e4655
commit 49e2d54155
2 changed files with 17 additions and 9 deletions

View File

@@ -137,4 +137,14 @@ TryToSpawnCrystalUntilSuccess:
.spawned
STZ $AE ; the "trying to spawn crystal" flag
STZ $AF ; the "trying to spawn pendant" flag
RTL
RTL
;--------------------------------------------------------------------------------
; Fix crystal not spawning when using somaria vs boss
WallmasterCameraFix:
STZ $A7 ; disable vertical camera scrolling for current room
REP #$20
STZ $0618 ; something about scrolling, setting these to 0 tricks the game
STZ $061A ; into thinking we're at the edge of the room so it doesn't scroll.
SEP #$20
JML Sound_SetSfx3PanLong ; what we wrote over, also this will RTL