diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-03-26 15:59:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-26 16:59:36 -0400 |
| commit | fe8d3c51a4056f0dd61dbef332ad9e714b82089a (patch) | |
| tree | 871eb178792c4355564b858e79e0e61963e0ffef /engine/gfx | |
| parent | Refactor pkmncompress.c to use common.h (diff) | |
| download | pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.gz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.tar.xz pokeyellow-fe8d3c51a4056f0dd61dbef332ad9e714b82089a.zip | |
Build the Virtual Console patches with `make red_vc` and `make blue_vc` (#351)
Diffstat (limited to 'engine/gfx')
| -rw-r--r-- | engine/gfx/palettes.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm index a43c66ba..d26d82a6 100644 --- a/engine/gfx/palettes.asm +++ b/engine/gfx/palettes.asm @@ -484,6 +484,7 @@ CheckSGB: ldh a, [rJOYP] ldh a, [rJOYP] call Wait7000 + vc_hook Network_RESET call Wait7000 ld a, $30 ldh [rJOYP], a |
