mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-07 00:25: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
74
maps/SlowpokeWellB2F.asm
Normal file
74
maps/SlowpokeWellB2F.asm
Normal file
|
|
@ -0,0 +1,74 @@
|
|||
object_const_def
|
||||
const SLOWPOKEWELLB2F_GYM_GUIDE
|
||||
const SLOWPOKEWELLB2F_POKE_BALL
|
||||
|
||||
SlowpokeWellB2F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
SlowpokeWellB2FGymGuideScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
||||
iftrue .GotKingsRock
|
||||
writetext SlowpokeWellB2FGymGuideText
|
||||
promptbutton
|
||||
verbosegiveitem KINGS_ROCK
|
||||
iffalse .NoRoom
|
||||
setevent EVENT_GOT_KINGS_ROCK_IN_SLOWPOKE_WELL
|
||||
.NoRoom:
|
||||
closetext
|
||||
end
|
||||
|
||||
.GotKingsRock:
|
||||
writetext SlowpokeWellB2FGymGuideText_GotKingsRock
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
SlowpokeWellB2FTMRainDance:
|
||||
itemball TM_RAIN_DANCE
|
||||
|
||||
SlowpokeWellB2FGymGuideText:
|
||||
text "I'm waiting to see"
|
||||
line "SLOWPOKE's moment"
|
||||
cont "of evolution."
|
||||
|
||||
para "Through observa-"
|
||||
line "tion, I made a new"
|
||||
cont "discovery."
|
||||
|
||||
para "A SLOWPOKE with a"
|
||||
line "KING'S ROCK often"
|
||||
|
||||
para "gets bitten by a"
|
||||
line "SHELLDER."
|
||||
|
||||
para "Here, I'll share a"
|
||||
line "KING'S ROCK with"
|
||||
cont "you."
|
||||
done
|
||||
|
||||
SlowpokeWellB2FGymGuideText_GotKingsRock:
|
||||
text "I'm going to be"
|
||||
line "like SLOWPOKE."
|
||||
|
||||
para "I'll wait patient-"
|
||||
line "ly, so I can see"
|
||||
cont "one evolve."
|
||||
done
|
||||
|
||||
SlowpokeWellB2F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 9, 11, SLOWPOKE_WELL_B1F, 2
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 5, 4, SPRITE_GYM_GUIDE, SPRITEMOVEDATA_WANDER, 1, 2, -1, -1, 0, OBJECTTYPE_SCRIPT, 1, SlowpokeWellB2FGymGuideScript, -1
|
||||
object_event 15, 5, SPRITE_POKE_BALL, SPRITEMOVEDATA_STILL, 0, 0, -1, -1, 0, OBJECTTYPE_ITEMBALL, 0, SlowpokeWellB2FTMRainDance, EVENT_SLOWPOKE_WELL_B2F_TM_RAIN_DANCE
|
||||
Loading…
Add table
Add a link
Reference in a new issue