Event and engine constant enumeration; replace static flag numbers with their constant names
This commit is contained in:
@@ -10,7 +10,7 @@ Route40BattleTowerGate_MapScriptHeader:
|
||||
dbw 2, UnknownScript_0x9f665
|
||||
|
||||
UnknownScript_0x9f665:
|
||||
clearevent $07cf
|
||||
clearevent EVENT_7CF
|
||||
return
|
||||
|
||||
RockerScript_0x9f669:
|
||||
@@ -88,5 +88,5 @@ Route40BattleTowerGate_MapEventHeader:
|
||||
|
||||
; people-events
|
||||
db 2
|
||||
person_event SPRITE_ROCKER, 7, 7, $3, $0, 255, 255, $a0, 0, RockerScript_0x9f669, $07cf
|
||||
person_event SPRITE_TWIN, 9, 11, $4, $10, 255, 255, $80, 0, TwinScript_0x9f66c, $ffff
|
||||
person_event SPRITE_ROCKER, 7, 7, $3, $0, 255, 255, $a0, 0, RockerScript_0x9f669, EVENT_7CF
|
||||
person_event SPRITE_TWIN, 9, 11, $4, $10, 255, 255, $80, 0, TwinScript_0x9f66c, EVENT_ALWAYS_THERE
|
||||
|
Reference in New Issue
Block a user