mirror of
https://github.com/thornAvery/kep-hack.git
synced 2025-09-17 02:40:50 +12:00
fixed oak text speed issues
This commit is contained in:
parent
f95cdb0911
commit
2670abaf56
|
@ -681,7 +681,7 @@ SetCursorPositionsFromOptions:
|
|||
; 00: X coordinate of menu cursor
|
||||
; 01: delay after printing a letter (in frames)
|
||||
TextSpeedOptionData:
|
||||
db 14, TEXT_DELAY_SLOW
|
||||
db 15, TEXT_DELAY_SLOW
|
||||
db 9, TEXT_DELAY_MEDIUM
|
||||
db 1, TEXT_DELAY_FAST
|
||||
db 9, -1 ; end (default X coordinate)
|
||||
|
|
|
@ -25,6 +25,8 @@ LoadSAV:
|
|||
ld a, $1 ; bad checksum
|
||||
.goodsum
|
||||
ld [wSaveFileStatus], a
|
||||
ld a, 1
|
||||
ld [wOptionsInitialized], a
|
||||
ret
|
||||
|
||||
FileDataDestroyedText:
|
||||
|
|
|
@ -35,8 +35,6 @@ DEF START_MONEY EQU $3000
|
|||
ld hl, wObtainedBadges
|
||||
ld [hli], a
|
||||
|
||||
ld [hl], a
|
||||
|
||||
ld hl, wPlayerCoins
|
||||
ld [hli], a
|
||||
ld [hl], a
|
||||
|
|
Loading…
Reference in a new issue