mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Merge pull request #243 from Nog-Frog/rename-unused-cd40
Name UnusedCD40
This commit is contained in:
commit
bdeb494add
2 changed files with 2 additions and 2 deletions
|
|
@ -456,7 +456,7 @@ DisplayOptionMenu:
|
||||||
ld [wLastMenuItem], a
|
ld [wLastMenuItem], a
|
||||||
inc a
|
inc a
|
||||||
ld [wLetterPrintingDelayFlags], a
|
ld [wLetterPrintingDelayFlags], a
|
||||||
ld [wUnusedCD40], a
|
ld [wOptionsCancelCursorX], a
|
||||||
ld a, 3 ; text speed cursor Y coordinate
|
ld a, 3 ; text speed cursor Y coordinate
|
||||||
ld [wTopMenuItemY], a
|
ld [wTopMenuItemY], a
|
||||||
call SetCursorPositionsFromOptions
|
call SetCursorPositionsFromOptions
|
||||||
|
|
|
||||||
2
wram.asm
2
wram.asm
|
|
@ -1046,7 +1046,7 @@ wHiddenObjectY:: ; cd40
|
||||||
|
|
||||||
wTrainerScreenY:: ; cd40
|
wTrainerScreenY:: ; cd40
|
||||||
|
|
||||||
wUnusedCD40:: ; cd40
|
wOptionsCancelCursorX:: ; cd40
|
||||||
ds 1
|
ds 1
|
||||||
|
|
||||||
wDayCarePerLevelCost:: ; cd41
|
wDayCarePerLevelCost:: ; cd41
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue