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
60
maps/CherrygroveGymSpeechHouse.asm
Normal file
60
maps/CherrygroveGymSpeechHouse.asm
Normal file
|
|
@ -0,0 +1,60 @@
|
|||
object_const_def
|
||||
const CHERRYGROVEGYMSPEECHHOUSE_POKEFAN_M
|
||||
const CHERRYGROVEGYMSPEECHHOUSE_BUG_CATCHER
|
||||
|
||||
CherrygroveGymSpeechHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CherrygroveGymSpeechHousePokefanMScript:
|
||||
jumptextfaceplayer CherrygroveGymSpeechHousePokefanMText
|
||||
|
||||
CherrygroveGymSpeechHouseBugCatcherScript:
|
||||
jumptextfaceplayer CherrygroveGymSpeechHouseBugCatcherText
|
||||
|
||||
CherrygroveGymSpeechHouseBookshelf:
|
||||
jumpstd PictureBookshelfScript
|
||||
|
||||
CherrygroveGymSpeechHousePokefanMText:
|
||||
text "You're trying to"
|
||||
line "see how good you"
|
||||
|
||||
para "are as a #MON"
|
||||
line "trainer?"
|
||||
|
||||
para "You better visit"
|
||||
line "the #MON GYMS"
|
||||
|
||||
para "all over JOHTO and"
|
||||
line "collect BADGES."
|
||||
done
|
||||
|
||||
CherrygroveGymSpeechHouseBugCatcherText:
|
||||
text "When I get older,"
|
||||
line "I'm going to be a"
|
||||
cont "GYM LEADER!"
|
||||
|
||||
para "I make my #MON"
|
||||
line "battle with my"
|
||||
|
||||
para "friend's to make"
|
||||
line "them tougher!"
|
||||
done
|
||||
|
||||
CherrygroveGymSpeechHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, CHERRYGROVE_CITY, 3
|
||||
warp_event 3, 7, CHERRYGROVE_CITY, 3
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 0, 1, BGEVENT_READ, CherrygroveGymSpeechHouseBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, CherrygroveGymSpeechHouseBookshelf
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CherrygroveGymSpeechHousePokefanMScript, -1
|
||||
object_event 5, 5, SPRITE_BUG_CATCHER, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 1, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, CherrygroveGymSpeechHouseBugCatcherScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue