mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-16 18:20:50 +12:00
bits n bobs
This commit is contained in:
parent
4890dd288b
commit
d240c4b046
|
@ -1,4 +1,4 @@
|
|||
db "POWERFUL@" ; species name
|
||||
db "LOCHKEEPER@" ; species name
|
||||
dw 802, 4850 ; height, weight
|
||||
|
||||
db "Every PALSSIO pod"
|
||||
|
|
|
@ -3,6 +3,22 @@
|
|||
|
||||
LakeOfRagePrycesHouse_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_OBJECTS, LakeOfRagePrycesHousePryce
|
||||
|
||||
LakeOfRagePrycesHousePryce:
|
||||
checkevent EVENT_LAKE_OF_RAGE_RED_GYARADOS
|
||||
iffalse .NoAppear
|
||||
sjump .Appear
|
||||
|
||||
.Appear:
|
||||
appear LAKEOFRAGEPRYCESHOUSE_PRYCE
|
||||
endcallback
|
||||
|
||||
.NoAppear:
|
||||
disappear LAKEOFRAGEPRYCESHOUSE_PRYCE
|
||||
endcallback
|
||||
|
||||
; For some reason these crash the game. Ok.
|
||||
;PrycesHouseBookshelf1:
|
||||
|
@ -12,9 +28,7 @@ LakeOfRagePrycesHouse_MapScripts:
|
|||
; jumpstd MagazineBookshelfScript
|
||||
|
||||
PrycesHousePryce:
|
||||
faceplayer
|
||||
opentext
|
||||
writetext PrycesHousePryceText
|
||||
jumptextfaceplayer PrycesHousePryceText
|
||||
waitbutton
|
||||
closetext
|
||||
end
|
||||
|
@ -22,7 +36,7 @@ PrycesHousePryce:
|
|||
PrycesHousePryceText:
|
||||
text "Thank you for"
|
||||
line "saving my"
|
||||
cont "beloved town."
|
||||
cont "beloved home."
|
||||
|
||||
para "My middle name"
|
||||
line "is WILLOW."
|
||||
|
@ -81,22 +95,6 @@ LakeOfRagePrycesHouseSwinubText:
|
|||
; text "Seel! Seel!"
|
||||
; done
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_OBJECTS, LakeOfRagePrycesHousePryce
|
||||
|
||||
LakeOfRagePrycesHousePryce:
|
||||
checkevent EVENT_LAKE_OF_RAGE_RED_GYARADOS
|
||||
iffalse .NoAppear
|
||||
sjump .Appear
|
||||
|
||||
.Appear:
|
||||
appear LAKEOFRAGEPRYCESHOUSE_PRYCE
|
||||
endcallback
|
||||
|
||||
.NoAppear:
|
||||
disappear LAKEOFRAGEPRYCESHOUSE_PRYCE
|
||||
endcallback
|
||||
|
||||
LakeOfRagePrycesHouse_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
|
|
Loading…
Reference in a new issue