2015-07-10 08:20:21 +00:00
|
|
|
MountMortar2FInside_MapScriptHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; trigger count
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; callback count
|
|
|
|
db 0
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
TrainerSupernerdHugh:
|
2013-02-17 06:54:07 +00:00
|
|
|
; bit/flag number
|
2015-07-10 08:20:21 +00:00
|
|
|
dw EVENT_BEAT_SUPER_NERD_HUGH
|
2013-02-17 06:54:07 +00:00
|
|
|
|
|
|
|
; trainer group && trainer id
|
|
|
|
db SUPER_NERD, HUGH
|
|
|
|
|
|
|
|
; text when seen
|
|
|
|
dw SupernerdHughSeenText
|
|
|
|
|
|
|
|
; text when trainer beaten
|
|
|
|
dw SupernerdHughBeatenText
|
|
|
|
|
|
|
|
; script when lost
|
|
|
|
dw $0000
|
|
|
|
|
|
|
|
; script when talk again
|
|
|
|
dw SupernerdHughScript
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
SupernerdHughScript:
|
2013-02-17 06:54:07 +00:00
|
|
|
talkaftercancel
|
|
|
|
loadfont
|
2015-01-20 08:01:23 +00:00
|
|
|
writetext UnknownText_0x7e10e
|
2013-02-17 06:54:07 +00:00
|
|
|
closetext
|
|
|
|
loadmovesprites
|
|
|
|
end
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0de:
|
2013-02-17 06:54:07 +00:00
|
|
|
db MAX_POTION, 1
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0e0:
|
2013-02-17 06:54:07 +00:00
|
|
|
db RARE_CANDY, 1
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0e2:
|
2015-06-30 02:24:45 +00:00
|
|
|
db TM_DEFENSE_CURL, 1
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0e4:
|
2013-02-17 06:54:07 +00:00
|
|
|
db DRAGON_SCALE, 1
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0e6:
|
2013-02-17 06:54:07 +00:00
|
|
|
db ELIXER, 1
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
ItemFragment_0x7e0e8:
|
2013-02-17 06:54:07 +00:00
|
|
|
db ESCAPE_ROPE, 1
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
MapMountMortar2FInsideSignpostItem0:
|
2013-02-17 06:54:07 +00:00
|
|
|
dw $0092
|
|
|
|
db FULL_RESTORE
|
|
|
|
|
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
SupernerdHughSeenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Yo! MARKUS!"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
SupernerdHughBeatenText:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "Sorry, my mistake."
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
UnknownText_0x7e10e:
|
2014-03-06 05:29:44 +00:00
|
|
|
text "I'm investigating"
|
|
|
|
line "MT.MORTAR, but my"
|
|
|
|
cont "pal's gone AWOL."
|
|
|
|
|
|
|
|
para "Have you seen a"
|
|
|
|
line "trainer who has a"
|
|
|
|
|
|
|
|
para "SLOWPOKE that can"
|
|
|
|
line "use STRENGTH?"
|
|
|
|
done
|
2013-02-17 06:54:07 +00:00
|
|
|
|
2015-07-10 08:20:21 +00:00
|
|
|
MountMortar2FInside_MapEventHeader:
|
2013-02-17 06:54:07 +00:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
|
|
|
; warps
|
|
|
|
db 2
|
|
|
|
warp_def $21, $11, 4, GROUP_MOUNT_MORTAR_1F_OUTSIDE, MAP_MOUNT_MORTAR_1F_OUTSIDE
|
|
|
|
warp_def $5, $3, 6, GROUP_MOUNT_MORTAR_1F_INSIDE, MAP_MOUNT_MORTAR_1F_INSIDE
|
|
|
|
|
|
|
|
; xy triggers
|
|
|
|
db 0
|
|
|
|
|
|
|
|
; signposts
|
|
|
|
db 1
|
2015-07-16 22:10:10 +00:00
|
|
|
signpost 8, 24, SIGNPOST_ITEMIFSET, MapMountMortar2FInsideSignpostItem0
|
2013-02-17 06:54:07 +00:00
|
|
|
|
|
|
|
; people-events
|
|
|
|
db 7
|
2015-07-16 22:10:10 +00:00
|
|
|
person_event SPRITE_POKE_BALL, 26, 32, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0de, EVENT_680
|
|
|
|
person_event SPRITE_POKE_BALL, 37, 6, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0e0, EVENT_681
|
|
|
|
person_event SPRITE_POKE_BALL, 21, 23, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0e2, EVENT_682
|
|
|
|
person_event SPRITE_POKE_BALL, 9, 20, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0e4, EVENT_683
|
|
|
|
person_event SPRITE_POKE_BALL, 15, 13, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0e6, EVENT_684
|
|
|
|
person_event SPRITE_POKE_BALL, 9, 32, DOWN << 2 | $1, $0, -1, -1, $1, 0, ItemFragment_0x7e0e8, EVENT_685
|
|
|
|
person_event SPRITE_SUPER_NERD, 30, 17, LEFT << 2 | $2, $0, -1, -1, (PAL_OW_BROWN << 4) | $82, 2, TrainerSupernerdHugh, -1
|