mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 08:35:23 +13:00
First Commit
Upload literally everything from the pokecrystal16 expand-move-ID branch
This commit is contained in:
commit
2f8a41f833
4618 changed files with 480386 additions and 0 deletions
179
maps/PewterCity.asm
Normal file
179
maps/PewterCity.asm
Normal file
|
|
@ -0,0 +1,179 @@
|
|||
object_const_def
|
||||
const PEWTERCITY_COOLTRAINER_F
|
||||
const PEWTERCITY_BUG_CATCHER
|
||||
const PEWTERCITY_GRAMPS
|
||||
const PEWTERCITY_FRUIT_TREE1
|
||||
const PEWTERCITY_FRUIT_TREE2
|
||||
|
||||
PewterCity_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, PewterCityFlypointCallback
|
||||
|
||||
PewterCityFlypointCallback:
|
||||
setflag ENGINE_FLYPOINT_PEWTER
|
||||
endcallback
|
||||
|
||||
PewterCityCooltrainerFScript:
|
||||
jumptextfaceplayer PewterCityCooltrainerFText
|
||||
|
||||
PewterCityBugCatcherScript:
|
||||
jumptextfaceplayer PewterCityBugCatcherText
|
||||
|
||||
PewterCityGrampsScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_SILVER_WING
|
||||
iftrue .GotSilverWing
|
||||
writetext PewterCityGrampsText
|
||||
promptbutton
|
||||
verbosegiveitem SILVER_WING
|
||||
setevent EVENT_GOT_SILVER_WING
|
||||
closetext
|
||||
end
|
||||
|
||||
.GotSilverWing:
|
||||
writetext PewterCityGrampsText_GotSilverWing
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
PewterCitySign:
|
||||
jumptext PewterCitySignText
|
||||
|
||||
PewterGymSign:
|
||||
jumptext PewterGymSignText
|
||||
|
||||
PewterMuseumSign:
|
||||
jumptext PewterMuseumSignText
|
||||
|
||||
PewterCityMtMoonGiftShopSign:
|
||||
jumptext PewterCityMtMoonGiftShopSignText
|
||||
|
||||
PewterCityWelcomeSign:
|
||||
jumptext PewterCityWelcomeSignText
|
||||
|
||||
PewterCityPokecenterSign:
|
||||
jumpstd PokecenterSignScript
|
||||
|
||||
PewterCityMartSign:
|
||||
jumpstd MartSignScript
|
||||
|
||||
PewterCityFruitTree1:
|
||||
fruittree FRUITTREE_PEWTER_CITY_1
|
||||
|
||||
PewterCityFruitTree2:
|
||||
fruittree FRUITTREE_PEWTER_CITY_2
|
||||
|
||||
PewterCityCooltrainerFText:
|
||||
text "Have you visited"
|
||||
line "PEWTER GYM?"
|
||||
|
||||
para "The LEADER uses"
|
||||
line "rock-type #MON."
|
||||
done
|
||||
|
||||
PewterCityBugCatcherText:
|
||||
text "At night, CLEFAIRY"
|
||||
line "come out to play"
|
||||
cont "at MT.MOON."
|
||||
|
||||
para "But not every"
|
||||
line "night."
|
||||
done
|
||||
|
||||
PewterCityGrampsText:
|
||||
text "Ah, you came all"
|
||||
line "the way out here"
|
||||
cont "from JOHTO?"
|
||||
|
||||
para "That brings back"
|
||||
line "memories. When I"
|
||||
|
||||
para "was young, I went"
|
||||
line "to JOHTO to train."
|
||||
|
||||
para "You remind me so"
|
||||
line "much of what I was"
|
||||
|
||||
para "like as a young"
|
||||
line "man."
|
||||
|
||||
para "Here. I want you"
|
||||
line "to have this item"
|
||||
cont "I found in JOHTO."
|
||||
done
|
||||
|
||||
PewterCityGrampsText_GotSilverWing:
|
||||
text "Going to new, un-"
|
||||
line "known places and"
|
||||
cont "seeing new people…"
|
||||
|
||||
para "Those are the joys"
|
||||
line "of travel."
|
||||
done
|
||||
|
||||
PewterCitySignText:
|
||||
text "PEWTER CITY"
|
||||
line "A Stone Gray City"
|
||||
done
|
||||
|
||||
PewterGymSignText:
|
||||
text "PEWTER CITY"
|
||||
line "#MON GYM"
|
||||
cont "LEADER: BROCK"
|
||||
|
||||
para "The Rock Solid"
|
||||
line "#MON Trainer"
|
||||
done
|
||||
|
||||
PewterMuseumSignText:
|
||||
text "There's a notice"
|
||||
line "here…"
|
||||
|
||||
para "PEWTER MUSEUM OF"
|
||||
line "SCIENCE is closed"
|
||||
cont "for renovations…"
|
||||
done
|
||||
|
||||
PewterCityMtMoonGiftShopSignText:
|
||||
text "There's a notice"
|
||||
line "here…"
|
||||
|
||||
para "MT.MOON GIFT SHOP"
|
||||
line "NOW OPEN!"
|
||||
done
|
||||
|
||||
PewterCityWelcomeSignText:
|
||||
text "WELCOME TO"
|
||||
line "PEWTER CITY!"
|
||||
done
|
||||
|
||||
PewterCity_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 29, 13, PEWTER_NIDORAN_SPEECH_HOUSE, 1
|
||||
warp_event 16, 17, PEWTER_GYM, 1
|
||||
warp_event 23, 17, PEWTER_MART, 2
|
||||
warp_event 13, 25, PEWTER_POKECENTER_1F, 1
|
||||
warp_event 7, 29, PEWTER_SNOOZE_SPEECH_HOUSE, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 25, 23, BGEVENT_READ, PewterCitySign
|
||||
bg_event 11, 17, BGEVENT_READ, PewterGymSign
|
||||
bg_event 15, 9, BGEVENT_READ, PewterMuseumSign
|
||||
bg_event 33, 19, BGEVENT_READ, PewterCityMtMoonGiftShopSign
|
||||
bg_event 19, 29, BGEVENT_READ, PewterCityWelcomeSign
|
||||
bg_event 14, 25, BGEVENT_READ, PewterCityPokecenterSign
|
||||
bg_event 24, 17, BGEVENT_READ, PewterCityMartSign
|
||||
|
||||
def_object_events
|
||||
object_event 19, 11, SPRITE_COOLTRAINER_F, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, PewterCityCooltrainerFScript, -1
|
||||
object_event 14, 29, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_WANDER, 2, 2, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, PewterCityBugCatcherScript, -1
|
||||
object_event 29, 17, SPRITE_GRAMPS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, PewterCityGrampsScript, -1
|
||||
object_event 32, 3, SPRITE_FRUIT_TREE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PewterCityFruitTree1, -1
|
||||
object_event 30, 3, SPRITE_FRUIT_TREE, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, PewterCityFruitTree2, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue