aboutsummaryrefslogtreecommitdiffstats
path: root/data/text/text_2.asm
diff options
context:
space:
mode:
authorSylvie <35663410+Rangi42@users.noreply.github.com>2024-09-18 21:01:18 -0400
committerGitHub <noreply@github.com>2024-09-18 21:01:18 -0400
commit613d34678b7e9da1a467ec48fff23bfa75209871 (patch)
treec21669899a90df25aaac9b4b4d213ac525d6f277 /data/text/text_2.asm
parentUse correct label in get_trainer_name.asm (#461) (diff)
downloadpokeyellow-613d34678b7e9da1a467ec48fff23bfa75209871.tar.gz
pokeyellow-613d34678b7e9da1a467ec48fff23bfa75209871.tar.xz
pokeyellow-613d34678b7e9da1a467ec48fff23bfa75209871.zip
Split `hSpriteIndexOrTextID` into `hSpriteIndex` and `hTextID` (#462)
Also identify `wPPUpCountAndMaxPP`
Diffstat (limited to 'data/text/text_2.asm')
-rw-r--r--data/text/text_2.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/text/text_2.asm b/data/text/text_2.asm
index 4362e0f2..df28740d 100644
--- a/data/text/text_2.asm
+++ b/data/text/text_2.asm
@@ -1781,7 +1781,7 @@ _WillBeTradedText::
done
_TextIDErrorText::
- text_decimal hSpriteIndexOrTextID, 1, 2
+ text_decimal hTextID, 1, 2
text " ERROR."
done