Consistent capitalization for map names, matching their constants
This commit is contained in:
70
maps/Route32RuinsOfAlphGate.asm
Normal file
70
maps/Route32RuinsOfAlphGate.asm
Normal file
@@ -0,0 +1,70 @@
|
||||
const_value set 2
|
||||
const ROUTE32RUINSOFALPHGATE_OFFICER
|
||||
const ROUTE32RUINSOFALPHGATE_POKEFAN_M
|
||||
const ROUTE32RUINSOFALPHGATE_YOUNGSTER
|
||||
|
||||
Route32RuinsOfAlphGate_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
OfficerScript_0x69a2d:
|
||||
jumptextfaceplayer UnknownText_0x69a36
|
||||
|
||||
PokefanMScript_0x69a30:
|
||||
jumptextfaceplayer UnknownText_0x69a81
|
||||
|
||||
YoungsterScript_0x69a33:
|
||||
jumptextfaceplayer UnknownText_0x69abd
|
||||
|
||||
UnknownText_0x69a36:
|
||||
text "RUINS OF ALPH"
|
||||
|
||||
para "A Look-and-Touch"
|
||||
line "Tourist Site"
|
||||
|
||||
para "Try the sliding"
|
||||
line "stone panels!"
|
||||
done
|
||||
|
||||
UnknownText_0x69a81:
|
||||
text "You're studying"
|
||||
line "the RUINS?"
|
||||
|
||||
para "I see a scientist"
|
||||
line "in the making."
|
||||
done
|
||||
|
||||
UnknownText_0x69abd:
|
||||
text "There are drawings"
|
||||
line "on stone panels."
|
||||
|
||||
para "I tried moving"
|
||||
line "them. I wonder"
|
||||
cont "what they are."
|
||||
done
|
||||
|
||||
Route32RuinsOfAlphGate_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
.Warps:
|
||||
db 4
|
||||
warp_def $4, $0, 10, RUINS_OF_ALPH_OUTSIDE
|
||||
warp_def $5, $0, 11, RUINS_OF_ALPH_OUTSIDE
|
||||
warp_def $4, $9, 2, ROUTE_32
|
||||
warp_def $5, $9, 3, ROUTE_32
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
.Signposts:
|
||||
db 0
|
||||
|
||||
.PersonEvents:
|
||||
db 3
|
||||
person_event SPRITE_OFFICER, 2, 5, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_RED, PERSONTYPE_SCRIPT, 0, OfficerScript_0x69a2d, -1
|
||||
person_event SPRITE_POKEFAN_M, 2, 8, SPRITEMOVEDATA_WALK_UP_DOWN, 1, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_SCRIPT, 0, PokefanMScript_0x69a30, -1
|
||||
person_event SPRITE_YOUNGSTER, 6, 1, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, YoungsterScript_0x69a33, -1
|
Reference in New Issue
Block a user