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
51
maps/ViridianMart.asm
Normal file
51
maps/ViridianMart.asm
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
object_const_def
|
||||
const VIRIDIANMART_CLERK
|
||||
const VIRIDIANMART_LASS
|
||||
const VIRIDIANMART_COOLTRAINER_M
|
||||
|
||||
ViridianMart_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
ViridianMartClerkScript:
|
||||
opentext
|
||||
pokemart MARTTYPE_STANDARD, MART_VIRIDIAN
|
||||
closetext
|
||||
end
|
||||
|
||||
ViridianMartLassScript:
|
||||
jumptextfaceplayer ViridianMartLassText
|
||||
|
||||
ViridianMartCooltrainerMScript:
|
||||
jumptextfaceplayer ViridianMartCooltrainerMText
|
||||
|
||||
ViridianMartLassText:
|
||||
text "The GYM LEADER"
|
||||
line "here is totally"
|
||||
cont "cool."
|
||||
done
|
||||
|
||||
ViridianMartCooltrainerMText:
|
||||
text "Have you been to"
|
||||
line "CINNABAR?"
|
||||
|
||||
para "It's an island way"
|
||||
line "south of here."
|
||||
done
|
||||
|
||||
ViridianMart_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, VIRIDIAN_CITY, 4
|
||||
warp_event 3, 7, VIRIDIAN_CITY, 4
|
||||
|
||||
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, ViridianMartClerkScript, -1
|
||||
object_event 7, 2, SPRITE_LASS, SPRITEMOVEDATA_WALK_LEFT_RIGHT, 2, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ViridianMartLassScript, -1
|
||||
object_event 1, 6, SPRITE_COOLTRAINER_M, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, ViridianMartCooltrainerMScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue