diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-05 21:39:46 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-09 06:27:03 -0400 |
commit | 07183b5d2c1aa712da707d54e16deb65780be9e4 (patch) | |
tree | d383ac96ff8296940752e936a9a5e380919c7eeb /engine/gfx | |
parent | fe03203e22fc252eeb962a04d8f7235fd3792a2c (diff) |
A bit more progress.
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/color.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index f806a0c8..714c76f8 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -172,7 +172,7 @@ Function9102: RGB 08, 16, 28 RGB 00, 00, 00 -Unreferenced_Function9136: +Function9136: call CheckCGB ret nz ldh a, [hSGB] |