mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
54 lines
1.4 KiB
NASM
54 lines
1.4 KiB
NASM
RuinsofAlphKabutoItemRoom_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
ItemFragment_0x599a2:
|
|
db BERRY, 1
|
|
|
|
ItemFragment_0x599a4:
|
|
db PSNCUREBERRY, 1
|
|
|
|
ItemFragment_0x599a6:
|
|
db HEAL_POWDER, 1
|
|
|
|
ItemFragment_0x599a8:
|
|
db ENERGYPOWDER, 1
|
|
|
|
MapRuinsofAlphKabutoItemRoomSignpost1Script:
|
|
jumptext UnknownText_0x599ad
|
|
|
|
UnknownText_0x599ad:
|
|
text "It's a replica of"
|
|
line "an ancient #-"
|
|
cont "MON."
|
|
done
|
|
|
|
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
|
|
person_event SPRITE_POKE_BALL, 6, 2, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x599a2, EVENT_PICKED_UP_BERRY_FROM_KABUTO_ITEM_ROOM
|
|
person_event SPRITE_POKE_BALL, 6, 5, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x599a4, EVENT_PICKED_UP_PSNCUREBERRY_FROM_KABUTO_ITEM_ROOM
|
|
person_event SPRITE_POKE_BALL, 4, 2, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x599a6, EVENT_PICKED_UP_HEAL_POWDER_FROM_KABUTO_ITEM_ROOM
|
|
person_event SPRITE_POKE_BALL, 4, 5, $1, 0, 0, -1, -1, 0, 1, 0, ItemFragment_0x599a8, EVENT_PICKED_UP_ENERGYPOWDER_FROM_KABUTO_ITEM_ROOM
|