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/menus/save.asm | |
| 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/menus/save.asm')
| -rw-r--r-- | engine/menus/save.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/save.asm b/engine/menus/save.asm index fdf69765..b74b9058 100644 --- a/engine/menus/save.asm +++ b/engine/menus/save.asm @@ -39,7 +39,7 @@ LoadSAV0: ld [MBC1SRamBank], a ; This vc_hook does not have to be in any particular location. ; It is defined here because it refers to the same labels as the two lines below. - vc_hook SaveLimit + vc_hook Unknown_save_limit ld hl, sGameData ld bc, sGameDataEnd - sGameData call SAVCheckSum |
