Make non-seeded rng a rom flag instead of compile flag

This commit is contained in:
2022-01-24 13:53:03 -08:00
parent 2a15f39e65
commit ede8760b5c
2 changed files with 13 additions and 12 deletions

View File

@@ -413,7 +413,9 @@ org $30808E ; PC 0x18008E
FakeBoots:
db $00 ; #$00 = Off (default) - #$01 = On
;--------------------------------------------------------------------------------
; 0x18008F (unused)
org $30808F ; PC 0x18008F
SeededRNG:
db $01 ; #$00 = Off - #$01 = Seeded RNG (default for rando)
;--------------------------------------------------------------------------------
org $308090 ; PC 0x180090 - 0x180097
ProgressiveSwordLimit: