From 2acaa96cf16ce953a7149f300d54e5440abc27d8 Mon Sep 17 00:00:00 2001 From: Remy Oukaour Date: Thu, 18 Jan 2018 18:34:20 -0500 Subject: More charmap and home/text.asm documentation for JP chars --- docs/bugs_and_glitches.md | 4 ++-- docs/text_commands.md | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) (limited to 'docs') diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index ef3855407..2cd47c540 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -567,7 +567,7 @@ This is a bug with `Text_ABoostedStringBuffer2ExpPoints` and `Text_StringBuffer2 ```asm Text_ABoostedStringBuffer2ExpPoints:: - text "" + text_start line "a boosted" cont "@" deciram StringBuffer2, 2, 4 @@ -575,7 +575,7 @@ Text_ABoostedStringBuffer2ExpPoints:: prompt Text_StringBuffer2ExpPoints:: - text "" + text_start line "@" deciram StringBuffer2, 2, 4 text " EXP. Points!" diff --git a/docs/text_commands.md b/docs/text_commands.md index 801ce95e0..5c797d828 100644 --- a/docs/text_commands.md +++ b/docs/text_commands.md @@ -101,9 +101,9 @@ Exit. Play `SFX_DEX_FANFARE_50_79`. -## `$0C`: limited_interpret_data number +## `$0C`: limited_interpret_data n -Print *number* `"…"`s. +Print *n* `"…"`s. ## `$0D`: `link_wait_button` @@ -143,7 +143,7 @@ Play `SFX_SLOT_MACHINE_START`. ## `$14`: text_buffer id -Write text from one of the following addresses (listed in `StringBufferPointers`): +Write text from one of the following addresses (listed in [data/text_buffers.asm](/data/text_buffers.asm)): 0. `StringBuffer3` 1. `StringBuffer4` @@ -162,3 +162,8 @@ Print the weekday. ## `$16`: text_jump address Write text from a different bank. + + +## `$00`: `text_start` + +Start writing regular text again after a special command. -- cgit v1.2.3