Add static file name feature by special request
Move compass count ram init to compasses.asm Rename WRAMEquipment and SRAMEquipment to EquipmentWRAM/SRAM
This commit is contained in:
15
tables.asm
15
tables.asm
@@ -1618,15 +1618,26 @@ dw $0000, $0000
|
||||
;--------------------------------------------------------------------------------
|
||||
; 0x183055 - 183FFF (unused)
|
||||
;================================================================================
|
||||
org $30C000 ; PC 0x184000 - 0x184007
|
||||
org $30C000 ; PC 0x184000 - 0x184040
|
||||
ItemSubstitutionRules:
|
||||
;db [item][quantity][substitution][pad] - CURRENT LIMIT 16 ENTRIES
|
||||
db $12, $01, $35, $FF
|
||||
db $51, $06, $52, $FF
|
||||
db $53, $06, $54, $FF
|
||||
db $FF, $FF, $FF, $FF
|
||||
|
||||
|
||||
org $30C041 ; PC 0x184041
|
||||
ForceFileName:
|
||||
db $00 ; $00 = Player picks name (default) - $01 = Use StaticFileName
|
||||
|
||||
org $30C042 ; PC 0x184042 - 0x18405A
|
||||
StaticFileName:
|
||||
dw $0181, $0162, $0168, $018C
|
||||
dw $0166, $014E, $0162, $018C
|
||||
dw $0165, $0162, $0167, $018C
|
||||
;--------------------------------------------------------------------------------
|
||||
; 0x184008 - 0x1847FF (unused)
|
||||
; 0x18405B - 0x1847FF (unused)
|
||||
;================================================================================
|
||||
;shop_config - tdav --qq
|
||||
; t - 0=Shop - 1=TakeAny
|
||||
|
||||
Reference in New Issue
Block a user