summaryrefslogtreecommitdiff
path: root/macros/text.asm
diff options
context:
space:
mode:
authorsurskitty <surskitty@gmail.com>2017-12-13 19:55:03 -0500
committersurskitty <surskitty@gmail.com>2017-12-13 19:55:03 -0500
commit4b36a9d2e1d6b6ac823fbb14e8f0ba750b0eecc2 (patch)
treefcbbd0247503a200c4c1d8df690a676b49a09efd /macros/text.asm
parente3ee39f3344107f666099448401d28b04c983cd6 (diff)
parenta6656a986bf9dde51561cab090648e0117b173ad (diff)
Merge branch 'master' of github.com:pret/pokecrystal
Diffstat (limited to 'macros/text.asm')
-rw-r--r--macros/text.asm8
1 files changed, 4 insertions, 4 deletions
diff --git a/macros/text.asm b/macros/text.asm
index 08004f32a..e29f8a511 100644
--- a/macros/text.asm
+++ b/macros/text.asm
@@ -1,15 +1,15 @@
text EQUS "db $00," ; Start writing text.
next EQUS "db $4e," ; Move a line down.
line EQUS "db $4f," ; Start writing at the bottom line.
-page EQUS "db $50," ; Start a new Pokedex page.
+page EQUS "db $50," ; Start a new Pokédex page.
para EQUS "db $51," ; Start a new paragraph.
cont EQUS "db $55," ; Scroll to the next line.
done EQUS "db $57" ; End a text box.
prompt EQUS "db $58" ; Prompt the player to end a text box (initiating some other event).
-; TX_RAM EQU $01
-; TX_FAR EQU $16
- enum_start 1
+; TextCommands indexes (see home/text.asm)
+ enum_start $01
+
enum TX_RAM
text_from_ram: MACRO
db TX_RAM