diff options
author | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-17 17:43:37 +0700 |
---|---|---|
committer | Zumi Daxuya <daxuya.zumi+code@protonmail.com> | 2021-05-17 18:09:43 +0700 |
commit | 84cc9c2e3821c3309e7e4dc93f7317c39f6d3dc2 (patch) | |
tree | 920e0483a032a4b08cae52ff80a9488ee85167ea /home/tilemap.asm | |
parent | d1c06357bd57ae586b79babce6006cd7dfce3651 (diff) |
Identify some more SGB stuff, rework SGB layout constants
Diffstat (limited to 'home/tilemap.asm')
-rw-r--r-- | home/tilemap.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/tilemap.asm b/home/tilemap.asm index 3146db1..c9b5ae1 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -42,7 +42,7 @@ GetSGBLayout:: ld a, [wSGB] and a ret z - predef_jump Function928b + predef_jump LoadSGBLayout SetHPPal:: ld a, e |