Add basic documentation for text commands.

This commit is contained in:
Remy Oukaour
2017-12-12 13:51:07 -05:00
parent 5b13a7a13b
commit 0b34c997d6
4 changed files with 141 additions and 9 deletions

View File

@@ -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.