diff options
| author | vulcandth <vulcandth@gmail.com> | 2022-06-06 16:22:34 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-06 17:22:34 -0400 |
| commit | d7808d110f6b104a3e5ed7b21260ed8f1b718719 (patch) | |
| tree | f36c1b84a3a5d5c6d5dd7af82c38cef4b2cd6e22 /engine/gfx | |
| parent | Remove Stadium data patch from tools/make_patch.c (#355) (diff) | |
| download | pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.gz pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.tar.xz pokeyellow-d7808d110f6b104a3e5ed7b21260ed8f1b718719.zip | |
Improved Virtual Console patch identifiers (#357)
Diffstat (limited to 'engine/gfx')
| -rw-r--r-- | engine/gfx/palettes.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/gfx/palettes.asm b/engine/gfx/palettes.asm index d26d82a6..caa22c10 100644 --- a/engine/gfx/palettes.asm +++ b/engine/gfx/palettes.asm @@ -484,7 +484,7 @@ CheckSGB: ldh a, [rJOYP] ldh a, [rJOYP] call Wait7000 - vc_hook Network_RESET + vc_hook Unknown_network_reset call Wait7000 ld a, $30 ldh [rJOYP], a |
