diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:51:07 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2017-12-12 13:51:07 -0500 |
commit | 0b34c997d6b24ff3b229396c2b8351f08a132410 (patch) | |
tree | 0dd97c9e4fe66776442346d89ebbda3c4be26885 /macros | |
parent | 5b13a7a13b9ebbb26a75b9ef19221e8e140c221b (diff) |
Add basic documentation for text commands.
Diffstat (limited to 'macros')
-rw-r--r-- | macros/text.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/text.asm b/macros/text.asm index 5f4701b8c..e29f8a511 100644 --- a/macros/text.asm +++ b/macros/text.asm @@ -1,7 +1,7 @@ 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. |