diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-27 00:22:14 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2015-11-27 00:22:14 -0500 |
| commit | 0d944f5915867e95c39310d53ca5dcb9c70f4323 (patch) | |
| tree | 6eafe1c9c0fb0edd4b3269d7cf0ac1ddb46264c9 /maps/VictoryRoadGate.asm | |
| parent | c7985e1f3cfe12c487229c34bbdf449a464c2711 (diff) | |
Person event constants for each map
Diffstat (limited to 'maps/VictoryRoadGate.asm')
| -rw-r--r-- | maps/VictoryRoadGate.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/maps/VictoryRoadGate.asm b/maps/VictoryRoadGate.asm index 3933a7d32..0de55de72 100644 --- a/maps/VictoryRoadGate.asm +++ b/maps/VictoryRoadGate.asm @@ -1,3 +1,8 @@ +const_value set 2 + const VICTORYROADGATE_OFFICER + const VICTORYROADGATE_BLACK_BELT1 + const VICTORYROADGATE_BLACK_BELT2 + VictoryRoadGate_MapScriptHeader: .MapTriggers: db 2 |
