pre v27 fixes

added dungeon exit hook
added 2nd option for compass mode (always on)
fixed compass mode to stop drawing outside dungeons
This commit is contained in:
Karkat
2017-11-03 20:40:45 -04:00
parent 168b5a6132
commit c04b230721
3 changed files with 22 additions and 4 deletions

View File

@@ -26,6 +26,14 @@ OnDungeonEntrance:
STA $7EC172 ; thing we wrote over
RTL
;--------------------------------------------------------------------------------
OnDungeonExit:
STA $040C : STZ $04AC ; thing we wrote over
PHA : PHP
JSL.l HUD_RebuildLong
PLP : PLA
RTL
;--------------------------------------------------------------------------------
!RNG_ITEM_LOCK_IN = "$7F5090"
OnFileLoad:
LDA !FRESH_FILE_MARKER : BNE +