diff options
author | Rangi <35663410+Rangi42@users.noreply.github.com> | 2021-06-20 12:32:51 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-20 12:32:51 -0400 |
commit | f917febffb80f8c8d1c34eda191b5ec3011a2f77 (patch) | |
tree | a7e80ddf3af1b80d237965fb10488cbfaaae5218 /home/tilemap.asm | |
parent | d34132455fbd82cb9c55784c023bb2cefe43aac3 (diff) | |
parent | b42d1ca1adc5c299ae7833df2ae0f15d4c68b50b (diff) |
Merge pull request #95 from ZoomTen/super-gameboy
Some work on SGB functions (bank $02)
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 |