pokecrystal-board/maps/MountMortarB1F.asm

155 lines
3.0 KiB
NASM
Raw Normal View History

2015-07-10 01:45:35 -07:00
MountMortarB1F_MapScriptHeader:
; trigger count
db 0
; callback count
db 0
2015-07-10 01:45:35 -07:00
BlackBeltScript_0x7e1f6:
faceplayer
loadfont
2013-09-24 00:48:58 -07:00
checkevent EVENT_GOT_TYROGUE_FROM_KIYO
iftrue UnknownScript_0x7e231
2015-07-10 01:20:21 -07:00
checkevent EVENT_BEAT_BLACKBELT_KIYO
iftrue UnknownScript_0x7e217
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7e24d
closetext
loadmovesprites
winlosstext UnknownText_0x7e2a9, $0000
loadtrainer BLACKBELT_T, KIYO
startbattle
returnafterbattle
2015-07-10 01:20:21 -07:00
setevent EVENT_BEAT_BLACKBELT_KIYO
loadfont
2015-07-10 01:45:35 -07:00
UnknownScript_0x7e217:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7e2c0
keeptextopen
waitbutton
checkcode VAR_PARTYCOUNT
if_equal $6, UnknownScript_0x7e237
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7e355
playsound SFX_CAUGHT_MON
waitbutton
givepoke TYROGUE, 10, 0, 0
2013-09-24 00:48:58 -07:00
setevent EVENT_GOT_TYROGUE_FROM_KIYO
2015-07-10 01:45:35 -07:00
UnknownScript_0x7e231:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7e36a
closetext
loadmovesprites
end
2015-07-10 01:45:35 -07:00
UnknownScript_0x7e237:
2015-01-20 00:01:23 -08:00
writetext UnknownText_0x7e3df
closetext
loadmovesprites
end
2015-06-25 21:01:08 -07:00
MountMortarB1FBoulder:
2015-06-23 14:02:58 -07:00
jumpstd strengthboulder
2015-07-10 01:45:35 -07:00
ItemFragment_0x7e240:
db HYPER_POTION, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x7e242:
db CARBOS, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x7e244:
db FULL_RESTORE, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x7e246:
db MAX_ETHER, 1
2015-07-10 01:45:35 -07:00
ItemFragment_0x7e248:
db PP_UP, 1
2015-07-10 01:45:35 -07:00
MapMountMortarB1FSignpostItem0:
dw $0093
db MAX_REVIVE
2015-07-10 01:45:35 -07:00
UnknownText_0x7e24d:
text "Hey!"
para "I am the KARATE"
line "KING!"
para "I train alone here"
line "in the dark!"
para "You!"
line "Battle with me!"
para "Hwaaarggh!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7e2a9:
text "Waaaarggh!"
line "I'm beaten!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7e2c0:
text "I… I'm crushed…"
para "My training is"
line "still not enough…"
para "But a loss is a"
line "loss. I admit it."
para "As proof that you"
line "defeated me, I'll"
para "give you a rare"
line "fighting #MON."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7e355:
text "<PLAYER> received"
line "TYROGUE."
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7e36a:
text "TYROGUE is a"
line "fighting-type."
para "It evolves into a"
line "tougher #MON."
para "Keep up the hard"
line "work. I'll keep"
cont "training too."
para "Farewell!"
done
2015-07-10 01:45:35 -07:00
UnknownText_0x7e3df:
text "You have no room"
line "in your party!"
done
2015-07-10 01:45:35 -07:00
MountMortarB1F_MapEventHeader:
; filler
db 0, 0
; warps
db 2
warp_def $3, $3, 5, GROUP_MOUNT_MORTAR_1F_INSIDE, MAP_MOUNT_MORTAR_1F_INSIDE
warp_def $1d, $13, 7, GROUP_MOUNT_MORTAR_1F_OUTSIDE, MAP_MOUNT_MORTAR_1F_OUTSIDE
; xy triggers
db 0
; signposts
db 1
signpost 6, 4, $7, MapMountMortarB1FSignpostItem0
; people-events
db 7
person_event SPRITE_POKE_BALL, 16, 33, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e240, EVENT_686
person_event SPRITE_POKE_BALL, 20, 8, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e242, EVENT_687
2015-07-12 21:16:35 -07:00
person_event SPRITE_BOULDER, 14, 13, $19, $0, 255, 255, $0, 0, MountMortarB1FBoulder, -1
person_event SPRITE_BLACK_BELT, 8, 20, $6, $0, 255, 255, $b0, 0, BlackBeltScript_0x7e1f6, -1
person_event SPRITE_POKE_BALL, 28, 38, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e244, EVENT_7CA
person_event SPRITE_POKE_BALL, 7, 36, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e246, EVENT_7CB
person_event SPRITE_POKE_BALL, 30, 25, $1, $0, 255, 255, $1, 0, ItemFragment_0x7e248, EVENT_7CC