pokecrystal-board/maps/RuinsofAlphKabutoItemRoom.asm

54 lines
1.4 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
RuinsofAlphKabutoItemRoom_MapScriptHeader:
.MapTriggers:
db 0
.MapCallbacks:
db 0
2015-07-10 01:45:35 -07:00
ItemFragment_0x599a2:
db BERRY, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x599a4:
db PSNCUREBERRY, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x599a6:
db HEAL_POWDER, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x599a8:
db ENERGYPOWDER, 1
2015-07-10 01:45:35 -07:00
MapRuinsofAlphKabutoItemRoomSignpost1Script:
jumptext UnknownText_0x599ad
2015-07-10 01:45:35 -07:00
UnknownText_0x599ad:
text "It's a replica of"
line "an ancient #-"
cont "MON."
done
2015-07-10 01:45:35 -07:00
RuinsofAlphKabutoItemRoom_MapEventHeader:
; filler
db 0, 0
.Warps:
db 4
warp_def $9, $3, 5, RUINS_OF_ALPH_KABUTO_CHAMBER
warp_def $9, $4, 5, RUINS_OF_ALPH_KABUTO_CHAMBER
warp_def $1, $3, 1, RUINS_OF_ALPH_KABUTO_WORD_ROOM
warp_def $1, $4, 2, RUINS_OF_ALPH_KABUTO_WORD_ROOM
.XYTriggers:
db 0
.Signposts:
db 2
signpost 1, 2, SIGNPOST_READ, MapRuinsofAlphKabutoItemRoomSignpost1Script
signpost 1, 5, SIGNPOST_READ, MapRuinsofAlphKabutoItemRoomSignpost1Script
.PersonEvents:
db 4
2015-07-29 15:22:23 -07:00
person_event SPRITE_POKE_BALL, 10, 6, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x599a2, EVENT_PICKED_UP_BERRY_FROM_KABUTO_ITEM_ROOM
person_event SPRITE_POKE_BALL, 10, 9, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x599a4, EVENT_PICKED_UP_PSNCUREBERRY_FROM_KABUTO_ITEM_ROOM
person_event SPRITE_POKE_BALL, 8, 6, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x599a6, EVENT_PICKED_UP_HEAL_POWDER_FROM_KABUTO_ITEM_ROOM
person_event SPRITE_POKE_BALL, 8, 9, $1, 0, 0, -1, -1, $1, 0, ItemFragment_0x599a8, EVENT_PICKED_UP_ENERGYPOWDER_FROM_KABUTO_ITEM_ROOM