2015-11-26 21:22:14 -08:00
|
|
|
const_value set 2
|
|
|
|
const MAHOGANYTOWN_POKEFAN_M
|
|
|
|
const MAHOGANYTOWN_GRAMPS
|
|
|
|
const MAHOGANYTOWN_FISHER
|
|
|
|
const MAHOGANYTOWN_LASS
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTown_MapScriptHeader:
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
|
|
|
|
; triggers
|
2016-01-05 05:46:37 -08:00
|
|
|
maptrigger .Trigger0
|
|
|
|
maptrigger .Trigger1
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.MapCallbacks:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 1
|
|
|
|
|
|
|
|
; callbacks
|
2016-01-06 04:44:50 -08:00
|
|
|
dbw MAPCALLBACK_NEWMAP, .FlyPoint
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Trigger0:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.Trigger1:
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2016-04-10 11:42:14 -07:00
|
|
|
.FlyPoint:
|
2015-06-25 22:30:16 -07:00
|
|
|
setflag ENGINE_FLYPOINT_MAHOGANY
|
2013-02-16 22:54:07 -08:00
|
|
|
return
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x190013:
|
2015-11-26 21:22:14 -08:00
|
|
|
showemote EMOTE_SHOCK, MAHOGANYTOWN_POKEFAN_M, 15
|
|
|
|
applymovement MAHOGANYTOWN_POKEFAN_M, MovementData_0x1900a9
|
|
|
|
follow PLAYER, MAHOGANYTOWN_POKEFAN_M
|
2015-07-21 23:49:18 -07:00
|
|
|
applymovement PLAYER, MovementData_0x1900a7
|
2013-02-16 22:54:07 -08:00
|
|
|
stopfollow
|
2015-07-21 23:49:18 -07:00
|
|
|
spriteface PLAYER, RIGHT
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x19002f
|
2015-11-26 21:22:14 -08:00
|
|
|
applymovement MAHOGANYTOWN_POKEFAN_M, MovementData_0x1900ad
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
PokefanMScript_0x19002e:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x19002f:
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x190039
|
2015-01-20 00:01:23 -08:00
|
|
|
scall UnknownScript_0x190040
|
2013-02-16 22:54:07 -08:00
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x190039:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1901a6
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x190040:
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1900b0
|
2015-12-17 19:31:16 -08:00
|
|
|
special PlaceMoneyTopRight
|
2013-02-16 22:54:07 -08:00
|
|
|
yesorno
|
|
|
|
iffalse UnknownScript_0x190072
|
|
|
|
checkmoney $0, 300
|
|
|
|
if_equal $2, UnknownScript_0x19006c
|
2015-11-04 17:20:14 -08:00
|
|
|
giveitem RAGECANDYBAR
|
2013-02-16 22:54:07 -08:00
|
|
|
iffalse UnknownScript_0x190078
|
2015-11-25 07:16:29 -08:00
|
|
|
waitsfx
|
2014-04-30 03:04:35 -07:00
|
|
|
playsound SFX_TRANSACTION
|
2013-02-16 22:54:07 -08:00
|
|
|
takemoney $0, 300
|
2015-12-17 19:31:16 -08:00
|
|
|
special PlaceMoneyTopRight
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19014a
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x19006c:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19015b
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x190072:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x190178
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x190078:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x190188
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
GrampsScript_0x19007e:
|
2013-02-16 22:54:07 -08:00
|
|
|
faceplayer
|
2015-12-09 15:25:44 -08:00
|
|
|
opentext
|
2013-09-24 00:48:58 -07:00
|
|
|
checkevent EVENT_CLEARED_ROCKET_HIDEOUT
|
2013-02-16 22:54:07 -08:00
|
|
|
iftrue UnknownScript_0x19008c
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x1901e5
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownScript_0x19008c:
|
2015-01-20 00:01:23 -08:00
|
|
|
writetext UnknownText_0x19021d
|
2015-11-25 07:16:29 -08:00
|
|
|
waitbutton
|
2013-02-16 22:54:07 -08:00
|
|
|
closetext
|
|
|
|
end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
FisherScript_0x190092:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x190276
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
LassScript_0x190095:
|
2013-02-16 22:54:07 -08:00
|
|
|
jumptextfaceplayer UnknownText_0x1902f2
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTownSign:
|
|
|
|
jumptext MahoganyTownSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTownRagecandybarSign:
|
|
|
|
jumptext MahoganyTownRagecandybarSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyGymSign:
|
|
|
|
jumptext MahoganyGymSignText
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTownPokeCenterSign:
|
2015-06-23 14:02:58 -07:00
|
|
|
jumpstd pokecentersign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MovementData_0x1900a4:
|
2016-05-14 10:46:14 -07:00
|
|
|
step DOWN
|
|
|
|
big_step UP
|
|
|
|
turn_head DOWN
|
2015-06-25 21:01:08 -07:00
|
|
|
MovementData_0x1900a7:
|
2016-05-14 10:46:14 -07:00
|
|
|
step LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MovementData_0x1900a9:
|
2016-05-14 10:46:14 -07:00
|
|
|
step RIGHT
|
|
|
|
step DOWN
|
|
|
|
turn_head LEFT
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MovementData_0x1900ad:
|
2016-05-14 10:46:14 -07:00
|
|
|
step UP
|
|
|
|
turn_head DOWN
|
2013-02-16 22:54:07 -08:00
|
|
|
step_end
|
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1900b0:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Hiya, kid!"
|
|
|
|
|
|
|
|
para "I see you're new"
|
|
|
|
line "in MAHOGANY TOWN."
|
|
|
|
|
|
|
|
para "Since you're new,"
|
|
|
|
line "you should try a"
|
|
|
|
|
|
|
|
para "yummy RAGECANDY-"
|
|
|
|
line "BAR!"
|
|
|
|
|
|
|
|
para "Right now, it can"
|
|
|
|
line "be yours for just"
|
|
|
|
cont "Â¥300! Want one?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x19014a:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Good! Savor it!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x19015b:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You don't have"
|
|
|
|
line "enough money."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x190178:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Oh, fine then…"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x190188:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "You don't have"
|
|
|
|
line "room for this."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1901a6:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "RAGECANDYBAR's"
|
|
|
|
line "sold out."
|
|
|
|
|
|
|
|
para "I'm packing up."
|
|
|
|
line "Don't bother me,"
|
|
|
|
cont "kiddo."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1901e5:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Are you off to see"
|
|
|
|
line "the GYARADOS ram-"
|
|
|
|
cont "page at the LAKE?"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x19021d:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MAGIKARP have"
|
|
|
|
line "returned to LAKE"
|
|
|
|
cont "OF RAGE."
|
|
|
|
|
|
|
|
para "That should be"
|
|
|
|
line "good news for the"
|
|
|
|
cont "anglers there."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x190276:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Since you came"
|
|
|
|
line "this far, take the"
|
|
|
|
|
|
|
|
para "time to do some"
|
|
|
|
line "sightseeing."
|
|
|
|
|
|
|
|
para "You should head"
|
|
|
|
line "north and check"
|
|
|
|
|
|
|
|
para "out LAKE OF RAGE"
|
|
|
|
line "right now."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
UnknownText_0x1902f2:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "Visit Grandma's"
|
|
|
|
line "shop. She sells"
|
|
|
|
|
|
|
|
para "stuff that nobody"
|
|
|
|
line "else has."
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTownSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MAHOGANY TOWN"
|
|
|
|
|
|
|
|
para "Welcome to the"
|
|
|
|
line "Home of the Ninja"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTownRagecandybarSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "While visiting"
|
|
|
|
line "MAHOGANY TOWN, try"
|
|
|
|
cont "a RAGECANDYBAR!"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyGymSignText:
|
2014-03-05 21:29:44 -08:00
|
|
|
text "MAHOGANY TOWN"
|
|
|
|
line "#MON GYM"
|
|
|
|
cont "LEADER: PRYCE"
|
|
|
|
|
|
|
|
para "The Teacher of"
|
|
|
|
line "Winter's Harshness"
|
|
|
|
done
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-06-25 21:01:08 -07:00
|
|
|
MahoganyTown_MapEventHeader:
|
2013-02-16 22:54:07 -08:00
|
|
|
; filler
|
|
|
|
db 0, 0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Warps:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 5
|
2015-11-03 04:11:32 -08:00
|
|
|
warp_def $7, $b, 1, MAHOGANY_MART_1F
|
2015-07-23 09:59:19 -07:00
|
|
|
warp_def $7, $11, 1, MAHOGANY_RED_GYARADOS_SPEECH_HOUSE
|
|
|
|
warp_def $d, $6, 1, MAHOGANY_GYM
|
|
|
|
warp_def $d, $f, 1, MAHOGANY_POKECENTER_1F
|
|
|
|
warp_def $1, $9, 3, ROUTE_43_MAHOGANY_GATE
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.XYTriggers:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 2
|
|
|
|
xy_trigger 0, $8, $13, $0, UnknownScript_0x190013, $0, $0
|
|
|
|
xy_trigger 0, $9, $13, $0, UnknownScript_0x190013, $0, $0
|
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.Signposts:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2015-07-16 15:10:10 -07:00
|
|
|
signpost 5, 1, SIGNPOST_READ, MahoganyTownSign
|
|
|
|
signpost 7, 9, SIGNPOST_READ, MahoganyTownRagecandybarSign
|
|
|
|
signpost 13, 3, SIGNPOST_READ, MahoganyGymSign
|
|
|
|
signpost 13, 16, SIGNPOST_READ, MahoganyTownPokeCenterSign
|
2013-02-16 22:54:07 -08:00
|
|
|
|
2015-07-20 21:02:21 -07:00
|
|
|
.PersonEvents:
|
2013-02-16 22:54:07 -08:00
|
|
|
db 4
|
2015-11-15 12:07:20 -08:00
|
|
|
person_event SPRITE_POKEFAN_M, 8, 19, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, PokefanMScript_0x19002e, EVENT_MAHOGANY_TOWN_POKEFAN_M_BLOCKS_EAST
|
|
|
|
person_event SPRITE_GRAMPS, 9, 6, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 0, 1, -1, -1, 0, PERSONTYPE_SCRIPT, 0, GrampsScript_0x19007e, -1
|
|
|
|
person_event SPRITE_FISHER, 14, 6, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, (1 << 3) | PAL_OW_GREEN, PERSONTYPE_SCRIPT, 0, FisherScript_0x190092, EVENT_MAHOGANY_TOWN_POKEFAN_M_BLOCKS_GYM
|
|
|
|
person_event SPRITE_LASS, 8, 12, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, PERSONTYPE_SCRIPT, 0, LassScript_0x190095, EVENT_MAHOGANY_MART_OWNERS
|