diff options
author | entrpntr <entrpntr@gmail.com> | 2020-06-11 14:05:08 -0400 |
---|---|---|
committer | entrpntr <entrpntr@gmail.com> | 2020-06-11 14:05:08 -0400 |
commit | ceffef935f34059842adc11a13e2a7fbceb35a49 (patch) | |
tree | 172b0a95292b7b8873283bce27c451c0c5d8db2f /engine/gfx | |
parent | 09a82aec6fbe333862211398d073b0f707269c3b (diff) |
Address review comments, plus a few more labels/cleanups.
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 0db1ee27..d7998019 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -211,7 +211,7 @@ Unreferenced_Function915e: call GetPredefPal jp LoadHLPaletteIntoDE -Function9178: +Intro_LoadMonPalette: call CheckCGB jr nz, .cgb ldh a, [hSGB] |