You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Consistent capitalization for map names, matching their constants
This commit is contained in:
25
maps/RuinsOfAlphKabutoWordRoom.asm
Normal file
25
maps/RuinsOfAlphKabutoWordRoom.asm
Normal file
@@ -0,0 +1,25 @@
|
||||
RuinsOfAlphKabutoWordRoom_MapScriptHeader:
|
||||
.MapTriggers:
|
||||
db 0
|
||||
|
||||
.MapCallbacks:
|
||||
db 0
|
||||
|
||||
RuinsOfAlphKabutoWordRoom_MapEventHeader:
|
||||
; filler
|
||||
db 0, 0
|
||||
|
||||
.Warps:
|
||||
db 3
|
||||
warp_def $5, $9, 3, RUINS_OF_ALPH_KABUTO_ITEM_ROOM
|
||||
warp_def $5, $a, 4, RUINS_OF_ALPH_KABUTO_ITEM_ROOM
|
||||
warp_def $b, $11, 4, RUINS_OF_ALPH_INNER_CHAMBER
|
||||
|
||||
.XYTriggers:
|
||||
db 0
|
||||
|
||||
.Signposts:
|
||||
db 0
|
||||
|
||||
.PersonEvents:
|
||||
db 0
|
||||
Reference in New Issue
Block a user