FRLG Move Tutors

Still need to find out what I want to do with Body Slam, Swords Dance, and Thunder Wave. Slam/SD are on the Sevii Islands, and TWave is on an existing NPC who usually gives Self-Destruct.

Could possibly refactor the item receiving text.
This commit is contained in:
Llinos Evans 2023-05-18 18:06:44 +01:00
parent 0668db0ef0
commit 253f8f4a22
20 changed files with 377 additions and 19 deletions

View file

@ -117,3 +117,10 @@ _FuchsiaCityKabutoText::
_FuchsiaCityText_19b2a::
text "..."
done
_ReceivedTM50Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end

View file

@ -43,3 +43,10 @@ _Museum2FText7::
line "fell on MT.MOON."
cont "(MOON STONE?)"
done
_ReceivedTM19Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end

View file

@ -19,6 +19,42 @@ _RockTunnel2AfterBattleText9::
line "not a fighter."
done
_KabutopsBattleText::
text "Grr..."
text_end
_TM48PreReceiveText::
text "When you're on a"
line "rocky mountain"
cont "like this, rock"
cont "slides are a"
cont "threat."
para "Can you imagine?"
line "Boulders tumbling"
cont "down on you?"
para "That'd be like..."
line "Waaaaah! Total"
cont "terror!"
para "You don't seem to"
line "be scared. Want"
cont "to try using"
cont "ROCK SLIDE?"
prompt
_ReceivedTM48Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end
_TM48ExplanationText::
text "It may be scary"
line "to use this in"
cont "a tunnel."
done
_TM48Refused::
text "Oh, so you are"
line "scared after"
cont "all."
done

View file

@ -79,11 +79,6 @@ _TM01Refused::
cont "PUNCH."
done
_MegaNoRoomText::
text "You have no"
line "room for this!"
done
_TM05PreReceiveText::
text "A kick of brutal"
line "ferocity!"

View file

@ -84,3 +84,10 @@ _VictoryRoad2AfterBattleText5::
line "up the challenge"
cont "here."
done
_ReceivedTM10Text::
text "<PLAYER> received"
line "@"
text_ram wStringBuffer
text "!@"
text_end