diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-10-25 16:01:12 -0700 |
commit | 07612257ccf21e0b5a4be28d7b5d9b7d9917d613 (patch) | |
tree | ae88e3028cf13f549b2257383b9931d18298a9c0 /predef/cgb.asm | |
parent | 80329c54897a545b9b8b3e82b686b09f295bb67a (diff) | |
parent | 046192575eec6405472ed2a43c701c7e25645c66 (diff) |
Merge pull request #213 from yenatch/merge-mrwint
Merge mrwint/master into kanzure/master
Diffstat (limited to 'predef/cgb.asm')
-rw-r--r-- | predef/cgb.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/predef/cgb.asm b/predef/cgb.asm index 78f7d9060..460c0e917 100644 --- a/predef/cgb.asm +++ b/predef/cgb.asm @@ -158,9 +158,9 @@ Function8e23: ; 8e23 Function8e85: ; 8e85 - ld a, $40 - ld hl, $4dc0 - rst FarCall + callba Function100dc0 + +Function8e8b: ; 8e8b ld hl, $7311 jr nc, .asm_8e93 ld hl, $7309 |