Talk to Use Cut. Strength and Surf

This commit is contained in:
emaskyesmogon 2022-09-07 17:09:12 -06:00
parent 141e7c2de8
commit fe4dc821fd
9 changed files with 220 additions and 24 deletions

View file

@ -109,3 +109,4 @@ PredefPointers::
add_predef DrawHP2
add_predef DisplayElevatorFloorMenu
add_predef OaksAideScript
add_predef TryFieldMove

View file

@ -1788,3 +1788,19 @@ _TextIDErrorText::
_ContCharText::
text "<_CONT>@"
text_end
_PromptToSurfText::
text "The water is calm."
line "Would you like to"
cont "SURF?"
done
_ExplainCutText::
text "This tree can be"
line "CUT!"
done
_PromptToCutText::
text "Would you like to"
line "use CUT?"
done