Merge pull request #19 from KevinCathcart/FakeWorldFix

Create a flag to toggle off Fake Worlds
This commit is contained in:
Karkat
2018-01-21 21:09:01 -05:00
committed by GitHub
3 changed files with 14 additions and 0 deletions

View File

@@ -728,6 +728,13 @@ org $308173 ; PC 0x180173
Bob:
db #$01 ; #00 = Off - #$01 = On (Default)
;================================================================================
org $308174 ; PC 0x180174
; Flag to fix Fake Light World/Fake Dark World as caused by leaving the underworld
; to the other world (As can be caused by EG, Certain underworld clips, or Entance Randomizer).
; Currently, Fake Worlds triggered by other causes like YBA's Fake Flute, are not affected.
FixFakeWorld:
db #$00 ; #00 = Fix Off (Default) - #$01 = Fix On
;================================================================================
org $308190 ; PC 0x180190
TimerStyle:
db #$00 ; #$00 = Off (Default) - #$01 Countdown - #$02 = Stopwatch