diff options
author | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:16:25 -0400 |
---|---|---|
committer | PikalaxALT <pikalaxalt@gmail.com> | 2017-07-09 13:16:41 -0400 |
commit | c0382daeb5959a0be56fbf46de19873fc3a0bb39 (patch) | |
tree | 1eca65b8465602a91e672e5d7e3522519680a980 /macros.asm | |
parent | 2f7383f03d9e7368d744690be93e811a052d0d42 (diff) |
Some more organization of HOME
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ INCLUDE "macros/sound.asm" AdvanceFrame EQUS "$10" JumpTable EQUS "$18" +ReadHalfword EQUS "$20" dex_text EQUS "db " ; Start beginning of pokedex description dex_line EQUS "db $0d," ; Start new line in pokedex description |