diff options
author | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
---|---|---|
committer | luckytyphlosion <alan.rj.huang@gmail.com> | 2015-08-02 12:22:38 -0400 |
commit | 4b9a0daf2f216b798eccecad180d2c9f86c82a9a (patch) | |
tree | 686ca9674598595ca33137d56b25e777d5c06d0b /macros.asm | |
parent | dce013880ef1a8171310db173fdb9c45ea170d37 (diff) |
Attempt to make Yellow Buildable, part 5
Rest of unknown pointers in homebank, fix some function names.
Diffstat (limited to 'macros.asm')
-rw-r--r-- | macros.asm | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -24,6 +24,9 @@ const: MACRO const_value = const_value + 1 ENDM +dr: MACRO +INCBIN "baserom.gbc",\1,\2 - \1 +ENDM homecall_jump: MACRO ld a, [H_LOADEDROMBANK] |