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
64
maps/Route2NuggetHouse.asm
Normal file
64
maps/Route2NuggetHouse.asm
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
object_const_def
|
||||
const ROUTE2NUGGETHOUSE_FISHER
|
||||
|
||||
Route2NuggetHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route2NuggetHouseFisherScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_NUGGET_FROM_GUY
|
||||
iftrue .GotNugget
|
||||
writetext Route2NuggetHouseFisherText
|
||||
promptbutton
|
||||
verbosegiveitem NUGGET
|
||||
iffalse .NoRoom
|
||||
setevent EVENT_GOT_NUGGET_FROM_GUY
|
||||
.GotNugget:
|
||||
writetext Route2NuggetHouseFisherText_GotNugget
|
||||
waitbutton
|
||||
.NoRoom:
|
||||
closetext
|
||||
end
|
||||
|
||||
Route2NuggetHouseBookshelf: ; unreferenced
|
||||
jumpstd DifficultBookshelfScript
|
||||
|
||||
Route2NuggetHouseFisherText:
|
||||
text "Hi! Wow, I'm glad"
|
||||
line "to see you."
|
||||
|
||||
para "You're the first"
|
||||
line "visitor I've had"
|
||||
cont "in a long time."
|
||||
|
||||
para "I'm super-happy!"
|
||||
line "Let me give you a"
|
||||
cont "little present."
|
||||
done
|
||||
|
||||
Route2NuggetHouseFisherText_GotNugget:
|
||||
text "That's a NUGGET."
|
||||
|
||||
para "I can't give you"
|
||||
line "any nuggets of"
|
||||
|
||||
para "wisdom, so that'll"
|
||||
line "have to do!"
|
||||
done
|
||||
|
||||
Route2NuggetHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, ROUTE_2, 1
|
||||
warp_event 3, 7, ROUTE_2, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 2, 4, SPRITE_FISHER, SPRITEMOVEDATA_WALK_UP_DOWN, 0, 2, -1, -1, PAL_NPC_BLUE, OBJECTTYPE_SCRIPT, 0, Route2NuggetHouseFisherScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue