Merged DR v1.0.0.3

This commit is contained in:
codemann8
2022-04-15 10:34:10 -05:00
5 changed files with 17 additions and 14 deletions

View File

@@ -2845,6 +2845,8 @@ JSL FixTerrorpin ; 4 bytes
NOP ; 1 byte NOP ; 1 byte
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
;================================================================================
; Text Renderer ; Text Renderer
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
if !FEATURE_NEW_TEXT if !FEATURE_NEW_TEXT

View File

@@ -239,7 +239,7 @@ PHX
CLC : BRA .done CLC : BRA .done
.checkAga2 .checkAga2
LDA $7EF01B : AND #$08 : BNE .fail LDA $7EF01B : AND #$80 : BNE .fail
CLC : BRA .done CLC : BRA .done
.fail .fail

View File

@@ -140,7 +140,8 @@ db #$00 ; #$00 = Always On (default) - #$01 = Require Map Item
CompassMode: CompassMode:
db #$00 ; #$00 = Off (default) - #$01 = Display Dungeon Count w/Compass - #$02 = Display Dungeon Count Always 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 ; #$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 org $30803D ; PC 0x18003D
PersistentFloodgate: PersistentFloodgate: