Consistent capitalization for map names, matching their constants
This commit is contained in:
25
maps/RuinsOfAlphAerodactylWordRoom.asm
Normal file
25
maps/RuinsOfAlphAerodactylWordRoom.asm
Normal file
@@ -0,0 +1,25 @@
|
||||
RuinsOfAlphAerodactylWordRoom_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
RuinsOfAlphAerodactylWordRoom_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
.Warps:
|
||||
db 3
|
||||
warp_def $5, $9, 3, RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM
|
||||
warp_def $5, $a, 4, RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM
|
||||
warp_def $b, $11, 8, RUINS_OF_ALPH_INNER_CHAMBER
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
.Signposts:
|
||||
db 0
|
||||
|
||||
.PersonEvents:
|
||||
db 0
|
Reference in New Issue
Block a user