bits n bobs

This commit is contained in:
Llinos Evans 2024-08-31 00:19:38 +01:00
parent 4890dd288b
commit d240c4b046
2 changed files with 19 additions and 21 deletions

View file

@ -1,4 +1,4 @@
db "POWERFUL@" ; species name
db "LOCHKEEPER@" ; species name
dw 802, 4850 ; height, weight
db "Every PALSSIO pod"

View file

@ -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