mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Remove artificial save delay
Taken from this tutorial: https://github.com/pret/pokered/wiki/Remove-Artificial-Save-Delay This makes saving far faster like in RG. The game artificially lags itself.
This commit is contained in:
parent
39c0261872
commit
cab111d01b
2 changed files with 2 additions and 9 deletions
|
|
@ -392,7 +392,7 @@ PrintSaveScreenText:
|
|||
call PrintPlayTime
|
||||
ld a, $1
|
||||
ldh [hAutoBGTransferEnabled], a
|
||||
ld c, 30
|
||||
ld c, 15 ; quicker player stat display
|
||||
jp DelayFrames
|
||||
|
||||
PrintNumBadges:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue