Kurt instamakes balls now

This commit is contained in:
Llinos Evans 2023-11-01 20:31:28 +00:00
parent d9bc71f5de
commit 038970363f
4 changed files with 17 additions and 12 deletions

View file

@ -72,8 +72,8 @@ Kurt1:
iffalse .NoRoomForBall
setevent EVENT_KURT_GAVE_YOU_LURE_BALL
.GotLureBall:
checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
iftrue .WaitForApricorns
;checkevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
;iftrue .WaitForApricorns
checkevent EVENT_GAVE_KURT_RED_APRICORN
iftrue .GiveLevelBall
checkevent EVENT_GAVE_KURT_BLU_APRICORN
@ -167,11 +167,17 @@ Kurt1:
.GaveKurtApricorns:
setevent EVENT_TEMPORARY_UNTIL_MAP_RELOAD_1
setflag ENGINE_KURT_MAKING_BALLS
.WaitForApricorns:
writetext KurtsHouseKurtItWillTakeADayText
;setflag ENGINE_KURT_MAKING_BALLS
;.WaitForApricorns:
writetext KurtsHouseKurtGetStartedText
waitbutton
closetext
special FadeBlackQuickly
special ReloadSpritesNoPalettes
playsound SFX_WARP_TO
waitsfx
pause 35
sjump Kurt1
end
.Cancel:
@ -528,12 +534,9 @@ KurtsHouseKurtAskYouHaveAnApricornText:
line "into a BALL."
done
KurtsHouseKurtItWillTakeADayText:
text "KURT: It'll take a"
line "day to make you a"
para "BALL. Come back"
line "for it later."
KurtsHouseKurtGetStartedText:
text "Kurt: I'll get"
line "started right now!"
done
KurtsHouseKurtThatsALetdownText: