Check Aga2's boss defeat flag instead of pyramid hole

New flag on compass mode to indicate maps should be used instead for showing the location
This commit is contained in:
aerinon
2022-04-13 13:30:15 -06:00
parent 57dec5651f
commit 4239e7204e
2 changed files with 6 additions and 3 deletions

View File

@@ -140,7 +140,8 @@ db #$00 ; #$00 = Always On (default) - #$01 = Require Map Item
CompassMode:
db #$00 ; #$00 = Off (default) - #$01 = Display Dungeon Count w/Compass - #$02 = Display Dungeon Count Always
; #$8x = Moves prize indicator to a special position if bit on
; #$4x = Compasses are shuffled and must be obtained to show position if bit on
; #$4x = Compasses or Maps are shuffled and must be obtained to show position if bit on
; #$2x = Use Compass for position if bit on, otherwise use Map
;--------------------------------------------------------------------------------
org $30803D ; PC 0x18003D
PersistentFloodgate: