diff options
author | vulcandth <vulcandth@gmail.com> | 2022-03-14 16:03:15 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-14 17:03:15 -0400 |
commit | 3d58fb95569be74c6c229118a425fa22628f1dc3 (patch) | |
tree | 5ddb4fbcefce4610963397d82cef2fb3b470e956 /engine/gfx | |
parent | fddd1c132bd526cc9b15c14896becfc30288a049 (diff) |
Build the Virtual Console patches with `make gold_vc` and `make silver_vc` (#74)
Diffstat (limited to 'engine/gfx')
-rw-r--r-- | engine/gfx/color.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/gfx/color.asm b/engine/gfx/color.asm index 908a600b..9c0655e9 100644 --- a/engine/gfx/color.asm +++ b/engine/gfx/color.asm @@ -761,6 +761,7 @@ _PushSGBPals: InitSGBBorder: call CheckCGB + vc_hook Network_RESET ret nz ; SGB/DMG only |