1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
|
RuinsofAlphAerodactylItemRoom_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
ItemFragment_0x59ab6:
db GOLD_BERRY, 1
ItemFragment_0x59ab8:
db MOON_STONE, 1
ItemFragment_0x59aba:
db HEAL_POWDER, 1
ItemFragment_0x59abc:
db ENERGY_ROOT, 1
MapRuinsofAlphAerodactylItemRoomSignpost1Script:
jumptext UnknownText_0x59ac1
UnknownText_0x59ac1:
text "It's a replica of"
line "an ancient #-"
cont "MON."
done
RuinsofAlphAerodactylItemRoom_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $9, $3, 5, RUINS_OF_ALPH_AERODACTYL_CHAMBER
warp_def $9, $4, 5, RUINS_OF_ALPH_AERODACTYL_CHAMBER
warp_def $1, $3, 1, RUINS_OF_ALPH_AERODACTYL_WORD_ROOM
warp_def $1, $4, 2, RUINS_OF_ALPH_AERODACTYL_WORD_ROOM
.XYTriggers:
db 0
.Signposts:
db 2
signpost 1, 2, SIGNPOST_READ, MapRuinsofAlphAerodactylItemRoomSignpost1Script
signpost 1, 5, SIGNPOST_READ, MapRuinsofAlphAerodactylItemRoomSignpost1Script
.PersonEvents:
db 4
person_event SPRITE_POKE_BALL, 6, 2, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x59ab6, EVENT_PICKED_UP_GOLD_BERRY_FROM_AERODACTYL_ITEM_ROOM
person_event SPRITE_POKE_BALL, 6, 5, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x59ab8, EVENT_PICKED_UP_MOON_STONE_FROM_AERODACTYL_ITEM_ROOM
person_event SPRITE_POKE_BALL, 4, 2, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x59aba, EVENT_PICKED_UP_HEAL_POWDER_FROM_AERODACTYL_ITEM_ROOM
person_event SPRITE_POKE_BALL, 4, 5, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x59abc, EVENT_PICKED_UP_ENERGY_ROOT_FROM_AERODACTYL_ITEM_ROOM
|