Fix the dark world
Restore fake world fix to previous position Change how the FixBunnyOnExitToLightworld Code works, and where it is called from
This commit is contained in:
@@ -66,12 +66,12 @@ RTL
|
||||
|
||||
;--------------------------------------------------------------------------------
|
||||
FixBunnyOnExitToLightWorld:
|
||||
JSL.l FakeWorldFix
|
||||
LDA.w $02E0 : BEQ +
|
||||
JMP.w DecideIfBunny
|
||||
JSL.l DecideIfBunny : BEQ +
|
||||
STZ $5D ; set player mode to Normal
|
||||
STZ $02E0 : STZ $56 ; return player graphics to normal
|
||||
+
|
||||
LDA $7EF357; thing we overwrote
|
||||
RTL
|
||||
RTS
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
;--------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user