diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 22:57:19 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-16 23:25:00 -0500 |
| commit | bf074f359886707d2ffb2e0b525b03dc7af0fe29 (patch) | |
| tree | 79ed0eaefcf076aaf7c216338750c934d3cee1b8 /maps/Route36RuinsOfAlphGate.asm | |
| parent | 3d0e1819e919676b90e2a8621149a0c12689dd37 (diff) | |
map_header → map_def; map_header_2 → map_data
Diffstat (limited to 'maps/Route36RuinsOfAlphGate.asm')
| -rw-r--r-- | maps/Route36RuinsOfAlphGate.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/maps/Route36RuinsOfAlphGate.asm b/maps/Route36RuinsOfAlphGate.asm index 316b2d4b4..c7355dd04 100644 --- a/maps/Route36RuinsOfAlphGate.asm +++ b/maps/Route36RuinsOfAlphGate.asm @@ -2,7 +2,7 @@ const_value set 2 const ROUTE36RUINSOFALPHGATE_OFFICER const ROUTE36RUINSOFALPHGATE_GRAMPS -Route36RuinsOfAlphGate_MapScriptHeader: +Route36RuinsOfAlphGate_MapScripts: .SceneScripts: db 0 @@ -34,7 +34,7 @@ Route36RuinsOfAlphGateGrampsText: line "RUINS OF ALPH." done -Route36RuinsOfAlphGate_MapEventHeader: +Route36RuinsOfAlphGate_MapEvents: ; filler db 0, 0 |
