mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
163 lines
3.7 KiB
NASM
163 lines
3.7 KiB
NASM
const_value set 2
|
|
const MOUNTMORTARB1F_POKE_BALL1
|
|
const MOUNTMORTARB1F_POKE_BALL2
|
|
const MOUNTMORTARB1F_BOULDER
|
|
const MOUNTMORTARB1F_BLACK_BELT
|
|
const MOUNTMORTARB1F_POKE_BALL3
|
|
const MOUNTMORTARB1F_POKE_BALL4
|
|
const MOUNTMORTARB1F_POKE_BALL5
|
|
|
|
MountMortarB1F_MapScriptHeader:
|
|
.MapTriggers:
|
|
db 0
|
|
|
|
.MapCallbacks:
|
|
db 0
|
|
|
|
BlackBeltScript_0x7e1f6:
|
|
faceplayer
|
|
opentext
|
|
checkevent EVENT_GOT_TYROGUE_FROM_KIYO
|
|
iftrue UnknownScript_0x7e231
|
|
checkevent EVENT_BEAT_BLACKBELT_KIYO
|
|
iftrue UnknownScript_0x7e217
|
|
writetext UnknownText_0x7e24d
|
|
waitbutton
|
|
closetext
|
|
winlosstext UnknownText_0x7e2a9, 0
|
|
loadtrainer BLACKBELT_T, KIYO
|
|
startbattle
|
|
reloadmapafterbattle
|
|
setevent EVENT_BEAT_BLACKBELT_KIYO
|
|
opentext
|
|
UnknownScript_0x7e217:
|
|
writetext UnknownText_0x7e2c0
|
|
buttonsound
|
|
waitsfx
|
|
checkcode VAR_PARTYCOUNT
|
|
if_equal $6, UnknownScript_0x7e237
|
|
writetext UnknownText_0x7e355
|
|
playsound SFX_CAUGHT_MON
|
|
waitsfx
|
|
givepoke TYROGUE, 10
|
|
setevent EVENT_GOT_TYROGUE_FROM_KIYO
|
|
UnknownScript_0x7e231:
|
|
writetext UnknownText_0x7e36a
|
|
waitbutton
|
|
closetext
|
|
end
|
|
|
|
UnknownScript_0x7e237:
|
|
writetext UnknownText_0x7e3df
|
|
waitbutton
|
|
closetext
|
|
end
|
|
|
|
MountMortarB1FBoulder:
|
|
jumpstd strengthboulder
|
|
|
|
MountMortarB1FHyperPotion:
|
|
itemball HYPER_POTION
|
|
|
|
MountMortarB1FCarbos:
|
|
itemball CARBOS
|
|
|
|
MountMortarB1FFullRestore:
|
|
itemball FULL_RESTORE
|
|
|
|
MountMortarB1FMaxEther:
|
|
itemball MAX_ETHER
|
|
|
|
MountMortarB1FPPUp:
|
|
itemball PP_UP
|
|
|
|
MountMortarB1FHiddenMaxRevive:
|
|
dwb EVENT_MOUNT_MORTAR_B1F_HIDDEN_MAX_REVIVE, MAX_REVIVE
|
|
|
|
|
|
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
|
|
|
|
UnknownText_0x7e2a9:
|
|
text "Waaaarggh!"
|
|
line "I'm beaten!"
|
|
done
|
|
|
|
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
|
|
|
|
UnknownText_0x7e355:
|
|
text "<PLAYER> received"
|
|
line "TYROGUE."
|
|
done
|
|
|
|
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
|
|
|
|
UnknownText_0x7e3df:
|
|
text "You have no room"
|
|
line "in your party!"
|
|
done
|
|
|
|
MountMortarB1F_MapEventHeader:
|
|
; filler
|
|
db 0, 0
|
|
|
|
.Warps:
|
|
db 2
|
|
warp_def $3, $3, 5, MOUNT_MORTAR_1F_INSIDE
|
|
warp_def $1d, $13, 7, MOUNT_MORTAR_1F_OUTSIDE
|
|
|
|
.XYTriggers:
|
|
db 0
|
|
|
|
.Signposts:
|
|
db 1
|
|
signpost 6, 4, SIGNPOST_ITEM, MountMortarB1FHiddenMaxRevive
|
|
|
|
.PersonEvents:
|
|
db 7
|
|
person_event SPRITE_POKE_BALL, 12, 29, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, MountMortarB1FHyperPotion, EVENT_MOUNT_MORTAR_B1F_HYPER_POTION
|
|
person_event SPRITE_POKE_BALL, 16, 4, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, MountMortarB1FCarbos, EVENT_MOUNT_MORTAR_B1F_CARBOS
|
|
person_event SPRITE_BOULDER, 10, 9, SPRITEMOVEDATA_STRENGTH_BOULDER, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, MountMortarB1FBoulder, -1
|
|
person_event SPRITE_BLACK_BELT, 4, 16, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_BROWN, PERSONTYPE_SCRIPT, 0, BlackBeltScript_0x7e1f6, -1
|
|
person_event SPRITE_POKE_BALL, 24, 34, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, MountMortarB1FFullRestore, EVENT_MOUNT_MORTAR_B1F_FULL_RESTORE
|
|
person_event SPRITE_POKE_BALL, 3, 32, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, MountMortarB1FMaxEther, EVENT_MOUNT_MORTAR_B1F_MAX_ETHER
|
|
person_event SPRITE_POKE_BALL, 26, 21, SPRITEMOVEDATA_ITEM_TREE, 0, 0, -1, -1, 0, PERSONTYPE_ITEMBALL, 0, MountMortarB1FPPUp, EVENT_MOUNT_MORTAR_B1F_PP_UP
|