aboutsummaryrefslogtreecommitdiffstats
path: root/macros.asm
diff options
context:
space:
mode:
authorYamaArashi <shadow962@live.com>2014-09-14 11:29:18 -0700
committerYamaArashi <shadow962@live.com>2014-09-14 11:29:18 -0700
commit2ed65d9c3e3ba60939ebe2928ffddc06a90b1876 (patch)
tree0efc4cb1b79494d119524b120d27c8c5b74a6a05 /macros.asm
parentCommented more sprite and map code (diff)
downloadpokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.gz
pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.tar.xz
pokeyellow-2ed65d9c3e3ba60939ebe2928ffddc06a90b1876.zip
Commented/labelled misc functions
Diffstat (limited to 'macros.asm')
-rw-r--r--macros.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/macros.asm b/macros.asm
index 8244c8c9..0aa76291 100644
--- a/macros.asm
+++ b/macros.asm
@@ -16,11 +16,11 @@ homecall: MACRO
push af
ld a, BANK(\1)
ld [H_LOADEDROMBANK], a
- ld [MBC3RomBank], a
+ ld [MBC1RomBank], a
call \1
pop af
ld [H_LOADEDROMBANK], a
- ld [MBC3RomBank], a
+ ld [MBC1RomBank], a
ENDM
callba: MACRO