diff options
author | JappaWakka <31563291+JappaWakka@users.noreply.github.com> | 2020-04-23 14:58:43 +0200 |
---|---|---|
committer | JappaWakka <31563291+JappaWakka@users.noreply.github.com> | 2020-04-23 14:58:43 +0200 |
commit | 676b6a4c31cfd08a82fdf1a58adad16f0bb64eb0 (patch) | |
tree | 72860182ba91536e899a741ed530fa8b5ca9ca32 /src/text/text10.asm | |
parent | e330142a3d14f5d737bc74c162cc04059075b5bb (diff) |
First contributions
- Renamed some generic variables
- Changed variable ThrashDescriptiPn to ThrashDescriptiOn (TrashDescription, the O and P were to clarify which letter I changed)
Diffstat (limited to 'src/text/text10.asm')
-rw-r--r-- | src/text/text10.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/text/text10.asm b/src/text/text10.asm index 316397e..057820f 100644 --- a/src/text/text10.asm +++ b/src/text/text10.asm @@ -207,7 +207,7 @@ ThrashName: ; 58719 (16:4719) text "Thrash" done -ThrashDescriptipn: ; 58721 (16:4721) +ThrashDescription: ; 58721 (16:4721) text "Flip a coin. If heads, this attack" line "does 30 damage plus 10 more damage;" line "if tails, this attack does 30 damage" |