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
61
maps/Route30BerryHouse.asm
Normal file
61
maps/Route30BerryHouse.asm
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
object_const_def
|
||||
const ROUTE30BERRYHOUSE_POKEFAN_M
|
||||
|
||||
Route30BerryHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
Route30BerryHousePokefanMScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
||||
iftrue .GotBerry
|
||||
writetext Route30BerrySpeechHouseMonEatBerriesText
|
||||
promptbutton
|
||||
verbosegiveitem BERRY
|
||||
iffalse .NoRoom
|
||||
setevent EVENT_GOT_BERRY_FROM_ROUTE_30_HOUSE
|
||||
.GotBerry:
|
||||
writetext Route30BerrySpeechHouseCheckTreesText
|
||||
waitbutton
|
||||
.NoRoom:
|
||||
closetext
|
||||
end
|
||||
|
||||
Route30BerryHouseBookshelf:
|
||||
jumpstd MagazineBookshelfScript
|
||||
|
||||
Route30BerrySpeechHouseMonEatBerriesText:
|
||||
text "You know, #MON"
|
||||
line "eat BERRIES."
|
||||
|
||||
para "Well, my #MON"
|
||||
line "got healthier by"
|
||||
cont "eating a BERRY."
|
||||
|
||||
para "Here. I'll share"
|
||||
line "one with you!"
|
||||
done
|
||||
|
||||
Route30BerrySpeechHouseCheckTreesText:
|
||||
text "Check trees for"
|
||||
line "BERRIES. They just"
|
||||
cont "drop right off."
|
||||
done
|
||||
|
||||
Route30BerryHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, ROUTE_30, 1
|
||||
warp_event 3, 7, ROUTE_30, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
bg_event 0, 1, BGEVENT_READ, Route30BerryHouseBookshelf
|
||||
bg_event 1, 1, BGEVENT_READ, Route30BerryHouseBookshelf
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, PAL_NPC_BROWN, OBJECTTYPE_SCRIPT, 0, Route30BerryHousePokefanMScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue