diff options
Diffstat (limited to 'maps/RuinsofAlphAerodactylWordRoom.asm')
-rw-r--r-- | maps/RuinsofAlphAerodactylWordRoom.asm | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/maps/RuinsofAlphAerodactylWordRoom.asm b/maps/RuinsofAlphAerodactylWordRoom.asm new file mode 100644 index 000000000..661933b65 --- /dev/null +++ b/maps/RuinsofAlphAerodactylWordRoom.asm @@ -0,0 +1,28 @@ +RuinsofAlphAerodactylWordRoom_MapScriptHeader: ; 0x59b83 + ; trigger count + db 0 + + ; callback count + db 0 +; 0x59b85 + +RuinsofAlphAerodactylWordRoom_MapEventHeader: ; 0x59b85 + ; filler + db 0, 0 + + ; warps + db 3 + warp_def $5, $9, 3, GROUP_RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM, MAP_RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM + warp_def $5, $a, 4, GROUP_RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM, MAP_RUINS_OF_ALPH_AERODACTYL_ITEM_ROOM + warp_def $b, $11, 8, GROUP_RUINS_OF_ALPH_INNER_CHAMBER, MAP_RUINS_OF_ALPH_INNER_CHAMBER + + ; xy triggers + db 0 + + ; signposts + db 0 + + ; people-events + db 0 +; 0x59b9a + |