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
|
; 00: X coordinate of menu cursor
|
||||||
; 01: delay after printing a letter (in frames)
|
; 01: delay after printing a letter (in frames)
|
||||||
TextSpeedOptionData:
|
TextSpeedOptionData:
|
||||||
db 14, TEXT_DELAY_SLOW
|
db 15, TEXT_DELAY_SLOW
|
||||||
db 9, TEXT_DELAY_MEDIUM
|
db 9, TEXT_DELAY_MEDIUM
|
||||||
db 1, TEXT_DELAY_FAST
|
db 1, TEXT_DELAY_FAST
|
||||||
db 9, -1 ; end (default X coordinate)
|
db 9, -1 ; end (default X coordinate)
|
||||||
|
|
|
@ -25,6 +25,8 @@ LoadSAV:
|
||||||
ld a, $1 ; bad checksum
|
ld a, $1 ; bad checksum
|
||||||
.goodsum
|
.goodsum
|
||||||
ld [wSaveFileStatus], a
|
ld [wSaveFileStatus], a
|
||||||
|
ld a, 1
|
||||||
|
ld [wOptionsInitialized], a
|
||||||
ret
|
ret
|
||||||
|
|
||||||
FileDataDestroyedText:
|
FileDataDestroyedText:
|
||||||
|
|
|
@ -35,8 +35,6 @@ DEF START_MONEY EQU $3000
|
||||||
ld hl, wObtainedBadges
|
ld hl, wObtainedBadges
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
|
|
||||||
ld [hl], a
|
|
||||||
|
|
||||||
ld hl, wPlayerCoins
|
ld hl, wPlayerCoins
|
||||||
ld [hli], a
|
ld [hli], a
|
||||||
ld [hl], a
|
ld [hl], a
|
||||||
|
|
Loading…
Reference in a new issue