mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 16:45:24 +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
91
maps/Route12SuperRodHouse.asm
Normal file
91
maps/Route12SuperRodHouse.asm
Normal file
|
|
@ -0,0 +1,91 @@
|
|||
object_const_def
|
||||
const ROUTE12SUPERRODHOUSE_FISHING_GURU
|
||||
|
||||
Route12SuperRodHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route12SuperRodHouseFishingGuruScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_SUPER_ROD
|
||||
iftrue .GotSuperRod
|
||||
writetext OfferSuperRodText
|
||||
yesorno
|
||||
iffalse .Refused
|
||||
writetext GiveSuperRodText
|
||||
promptbutton
|
||||
verbosegiveitem SUPER_ROD
|
||||
iffalse .NoRoom
|
||||
setevent EVENT_GOT_SUPER_ROD
|
||||
.GotSuperRod:
|
||||
writetext GaveSuperRodText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.Refused:
|
||||
writetext DontWantSuperRodText
|
||||
waitbutton
|
||||
.NoRoom:
|
||||
closetext
|
||||
end
|
||||
|
||||
SuperRodHouseBookshelf: ; unreferenced
|
||||
jumpstd PictureBookshelfScript
|
||||
|
||||
OfferSuperRodText:
|
||||
text "I'm the FISHING"
|
||||
line "GURU's younger"
|
||||
cont "brother."
|
||||
|
||||
para "I can see that you"
|
||||
line "like fishing."
|
||||
|
||||
para "There's no doubt"
|
||||
line "in my mind at all!"
|
||||
|
||||
para "So? I know I'm"
|
||||
line "right."
|
||||
done
|
||||
|
||||
GiveSuperRodText:
|
||||
text "Yes, yes. Just as"
|
||||
line "I thought!"
|
||||
|
||||
para "Here, fishing fan!"
|
||||
line "Take this--it's a"
|
||||
cont "SUPER ROD."
|
||||
done
|
||||
|
||||
GaveSuperRodText:
|
||||
text "Try your hand at"
|
||||
line "fishing wherever"
|
||||
cont "there is water."
|
||||
|
||||
para "Remember--you can"
|
||||
line "catch different"
|
||||
|
||||
para "#MON using"
|
||||
line "different RODS."
|
||||
done
|
||||
|
||||
DontWantSuperRodText:
|
||||
text "Huh? My own eyes"
|
||||
line "deceived me?"
|
||||
done
|
||||
|
||||
Route12SuperRodHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, ROUTE_12, 1
|
||||
warp_event 3, 7, ROUTE_12, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 5, 3, SPRITE_FISHING_GURU, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, Route12SuperRodHouseFishingGuruScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue