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
88
maps/CopycatsHouse1F.asm
Normal file
88
maps/CopycatsHouse1F.asm
Normal file
|
|
@ -0,0 +1,88 @@
|
|||
object_const_def
|
||||
const COPYCATSHOUSE1F_POKEFAN_M
|
||||
const COPYCATSHOUSE1F_POKEFAN_F
|
||||
const COPYCATSHOUSE1F_CLEFAIRY
|
||||
|
||||
CopycatsHouse1F_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
|
||||
CopycatsHouse1FPokefanMScript:
|
||||
jumptextfaceplayer CopycatsHouse1FPokefanMText
|
||||
|
||||
CopycatsHouse1FPokefanFScript:
|
||||
faceplayer
|
||||
opentext
|
||||
checkevent EVENT_RETURNED_MACHINE_PART
|
||||
iftrue .ReturnedMachinePart
|
||||
writetext CopycatsHouse1FPokefanFText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
.ReturnedMachinePart:
|
||||
writetext CopycatsHouse1FPokefanFText_ReturnedMachinePart
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
CopycatsHouse1FBlisseyScript:
|
||||
opentext
|
||||
writetext CopycatsHouse1FBlisseyText
|
||||
cry BLISSEY
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
||||
CopycatsHouse1FPokefanMText:
|
||||
text "My daughter likes"
|
||||
line "to mimic people."
|
||||
|
||||
para "Her mimicry has"
|
||||
line "earned her the"
|
||||
|
||||
para "nickname COPYCAT"
|
||||
line "around here."
|
||||
done
|
||||
|
||||
CopycatsHouse1FPokefanFText:
|
||||
text "My daughter is so"
|
||||
line "self-centered…"
|
||||
|
||||
para "She only has a few"
|
||||
line "friends."
|
||||
done
|
||||
|
||||
CopycatsHouse1FPokefanFText_ReturnedMachinePart:
|
||||
text "She recently lost"
|
||||
line "the # DOLL that"
|
||||
|
||||
para "a boy gave her"
|
||||
line "three years ago."
|
||||
|
||||
para "Ever since then,"
|
||||
line "she's gotten even"
|
||||
cont "better at mimicry…"
|
||||
done
|
||||
|
||||
CopycatsHouse1FBlisseyText:
|
||||
text "BLISSEY: Bliisii!"
|
||||
done
|
||||
|
||||
CopycatsHouse1F_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
warp_event 2, 7, SAFFRON_CITY, 8
|
||||
warp_event 3, 7, SAFFRON_CITY, 8
|
||||
warp_event 2, 0, COPYCATS_HOUSE_2F, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
object_event 2, 3, SPRITE_POKEFAN_M, SPRITEMOVEDATA_STANDING_DOWN, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CopycatsHouse1FPokefanMScript, -1
|
||||
object_event 5, 4, SPRITE_POKEFAN_F, SPRITEMOVEDATA_STANDING_LEFT, 0, 0, -1, -1, PAL_NPC_GREEN, OBJECTTYPE_SCRIPT, 0, CopycatsHouse1FPokefanFScript, -1
|
||||
object_event 6, 6, SPRITE_CLEFAIRY, SPRITEMOVEDATA_POKEMON, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, CopycatsHouse1FBlisseyScript, -1
|
||||
Loading…
Add table
Add a link
Reference in a new issue