diff options
| -rw-r--r-- | macros.asm | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -41,6 +41,8 @@ homecall: MACRO ld [MBC1RomBank], a ENDM +farcall EQUS "callba" + callba: MACRO ld b, BANK(\1) ld hl, \1 |
![]() |
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 | 2 |
@@ -41,6 +41,8 @@ homecall: MACRO ld [MBC1RomBank], a ENDM +farcall EQUS "callba" + callba: MACRO ld b, BANK(\1) ld hl, \1 |