summaryrefslogtreecommitdiff
path: root/engine/bank1c.asm
diff options
context:
space:
mode:
authorJonas Höglund <firefly@firefly.nu>2014-07-22 14:00:07 +0200
committerJonas Höglund <firefly@firefly.nu>2014-07-22 14:00:07 +0200
commit8c185955e51556f91dcc31c5312e654d3d08b6fb (patch)
treea5f362f54e89b168ab38dbcc38ad218bfbf016c2 /engine/bank1c.asm
parent7976019cd37f3446e14b626a4f9135e0941242e1 (diff)
Home: name/comment SGB-related commands and console-detection routines
Diffstat (limited to 'engine/bank1c.asm')
-rwxr-xr-xengine/bank1c.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/bank1c.asm b/engine/bank1c.asm
index 54ed158..7c96b11 100755
--- a/engine/bank1c.asm
+++ b/engine/bank1c.asm
@@ -153,7 +153,7 @@ Func_70136: ; 70136 (1c:4136)
ld [$d420], a
di
ld hl, Unknown_701a0
- call Func_0b20
+ call SendSGB
call DisableLCD
ld a, [$cabb]
and $41
@@ -179,7 +179,7 @@ Func_70177: ; 70177 (1c:4177)
push hl
call EnableLCD
pop hl
- call Func_0b20
+ call SendSGB
ld a, [$d41d]
ld [$ff92], a
ld a, [$d41e]
@@ -221,7 +221,7 @@ Func_701c0: ; 701c0 (1c:41c0)
ld [$cab6], a
di
ld hl, Unknown_701b0
- call Func_0b20
+ call SendSGB
ei
pop bc
pop hl