diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-05 19:23:26 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-09 06:27:03 -0400 |
commit | fe03203e22fc252eeb962a04d8f7235fd3792a2c (patch) | |
tree | 11f2c1f4fbfbc25fbabf904cbbddae55adf61675 /engine/gfx | |
parent | 74f86d7501ad76ec51081c6aca93001968b689a1 (diff) |
Preliminary commit that builds.
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 37b1d7ba..f806a0c8 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -141,7 +141,7 @@ SGB_ApplyPartyMenuHPPals: ld [hl], e ret -Unreferenced_Function9102: +Function9102: call CheckCGB ret z ; CGB only |