diff options
author | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2014-01-26 23:09:34 -0700 |
commit | 6bfe2f42381deecf254542842d7c312d777062fc (patch) | |
tree | 455a40e198aa136a23f3a98f8099569d2e7f9896 /macros.asm | |
parent | 27c5fe339f0e09c1c0d56e04aca24a994579f95e (diff) | |
parent | 7e4febba58e2ad2ca0cec38785ae44eed571f160 (diff) |
Merge branch 'text' of https://github.com/yenatch/pokered
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,4 +1,16 @@ +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. +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). + +page EQUS "db $49," ; Start a new Pokedex page. +dex EQUS "db $5f, $50" ; End a Pokedex entry. + + ;\1 = X ;\2 = Y FuncCoord: MACRO |