diff options
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 |