diff options
| author | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-29 11:20:47 -0500 |
|---|---|---|
| committer | PikalaxALT <PikalaxALT@gmail.com> | 2016-01-29 11:20:47 -0500 |
| commit | 1980a5befc36eecc892daa7264de9d48c714b19e (patch) | |
| tree | 06884aae333d7a91b93a8c69e2013f0ba9954b6a /macros.asm | |
| parent | Fix logically incorrect label (diff) | |
| download | pokeyellow-1980a5befc36eecc892daa7264de9d48c714b19e.tar.gz pokeyellow-1980a5befc36eecc892daa7264de9d48c714b19e.tar.xz pokeyellow-1980a5befc36eecc892daa7264de9d48c714b19e.zip | |
Macrofy sprite status data in WRA0
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -252,6 +252,11 @@ tx_pre_jump: MACRO jp PrintPredefTextID ENDM +sound0x0A: macro + db $11 +endm + + WALK EQU $FE STAY EQU $FF |
