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
62
maps/LavenderMart.asm
Normal file
62
maps/LavenderMart.asm
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
object_const_def
|
||||
const LAVENDERMART_CLERK
|
||||
const LAVENDERMART_POKEFAN_M
|
||||
const LAVENDERMART_ROCKER
|
||||
|
||||
LavenderMart_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
LavenderMartClerkScript:
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_LAVENDER
|
||||
closetext
|
||||
end
|
||||
|
||||
LavenderMartPokefanMScript:
|
||||
jumptextfaceplayer LavenderMartPokefanMText
|
||||
|
||||
LavenderMartRockerScript:
|
||||
jumptextfaceplayer LavenderMartRockerText
|
||||
|
||||
LavenderMartPokefanMText:
|
||||
text "REPEL is a neces-"
|
||||
line "sity if you are"
|
||||
|
||||
para "going to explore a"
|
||||
line "cave."
|
||||
|
||||
para "Even though I like"
|
||||
line "exploring, I still"
|
||||
|
||||
para "haven't made it to"
|
||||
line "all the caves."
|
||||
done
|
||||
|
||||
LavenderMartRockerText:
|
||||
text "I heard about a"
|
||||
line "craftsman who"
|
||||
|
||||
para "makes custom BALLS"
|
||||
line "in the JOHTO town"
|
||||
|
||||
para "of AZALEA. I wish"
|
||||
line "I had some."
|
||||
done
|
||||
|
||||
LavenderMart_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, LAVENDER_TOWN, 5
|
||||
warp_event 3, 7, LAVENDER_TOWN, 5
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 1, 3, SPRITE_CLERK, SPRITEMOVEDATA_STANDING_RIGHT, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, LavenderMartClerkScript, -1
|
||||
object_event 6, 6, SPRITE_POKEFAN_M, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, PAL_NPC_RED, OBJECTTYPE_SCRIPT, 0, LavenderMartPokefanMScript, -1
|
||||
object_event 9, 2, SPRITE_ROCKER, SPRITEMOVEDATA_SPINRANDOM_SLOW, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, LavenderMartRockerScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue