aboutsummaryrefslogtreecommitdiffstats
path: root/home/text_script.asm
diff options
context:
space:
mode:
Diffstat (limited to 'home/text_script.asm')
-rw-r--r--home/text_script.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/text_script.asm b/home/text_script.asm
index af89a043..097c1028 100644
--- a/home/text_script.asm
+++ b/home/text_script.asm
@@ -5,7 +5,7 @@ UnknownText_2812:: ; unreferenced
; this function is used to display sign messages, sprite dialog, etc.
; INPUT: [hSpriteIndex] = sprite ID or [hTextID] = text ID
DisplayTextID::
- assert hSpriteIndex == hTextID ; these are at the same memory location
+ ASSERT hSpriteIndex == hTextID ; these are at the same memory location
ldh a, [hLoadedROMBank]
push af
farcall DisplayTextIDInit ; initialization