diff options
author | dannye <33dannye@gmail.com> | 2021-05-30 16:03:46 -0500 |
---|---|---|
committer | dannye <33dannye@gmail.com> | 2021-05-30 16:03:46 -0500 |
commit | d699a7a2f26e5278cb313b20ef0997416c0d10a0 (patch) | |
tree | cfff2fe012769c5d76306fba9983459bde0b87e1 /src/engine/home.asm | |
parent | e8cbcea8e76004a9cef04499301cec5755dcc942 (diff) |
Finish bank01
Diffstat (limited to 'src/engine/home.asm')
-rw-r--r-- | src/engine/home.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/home.asm b/src/engine/home.asm index 6935e0b..76a7f20 100644 --- a/src/engine/home.asm +++ b/src/engine/home.asm @@ -2310,7 +2310,7 @@ SerialTimerHandler: ; 0c91 (0:0c91) ld [hl], $0 ret -Func_cc5: ; 0cc5 (0:0cc5) +Func_0cc5: ; 0cc5 (0:0cc5) ld hl, wSerialRecvCounter or a jr nz, .asm_cdc |