diff options
Diffstat (limited to 'macros.asm')
| -rw-r--r-- | macros.asm | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -195,6 +195,10 @@ TX_BCD: MACRO db \2 ENDM +TX_ASM: MACRO + db $08 + ENDM + ; Predef macro. add_predef: MACRO \1Predef:: |
![]() |
index : pokeyellow.git | |
| Pokemon Yellow disassembly with SL0P mods: fastboot, SECRET SL0P WARP MENU, custom intro splash | git daemon user |
| aboutsummaryrefslogtreecommitdiffstats |
| -rw-r--r-- | macros.asm | 4 |
@@ -195,6 +195,10 @@ TX_BCD: MACRO db \2 ENDM +TX_ASM: MACRO + db $08 + ENDM + ; Predef macro. add_predef: MACRO \1Predef:: |