mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-21 22:52:15 +13:00
Rename/organize part 1 of 4
rename functions, clean up address/wram comments, other misc only broken up so that all changes are viewable on github
This commit is contained in:
parent
ae420a4d8f
commit
cd649184f5
90 changed files with 1070 additions and 1066 deletions
|
|
@ -293,7 +293,7 @@ Char51:: ; 1ab4 (0:1ab4)
|
|||
hlCoord 1, 13
|
||||
ld bc,$0412
|
||||
call ClearScreenArea
|
||||
ld c,$14
|
||||
ld c,20
|
||||
call DelayFrames
|
||||
pop de
|
||||
hlCoord 1, 14
|
||||
|
|
@ -308,7 +308,7 @@ Char49:: ; 1ad5 (0:1ad5)
|
|||
hlCoord 1, 10
|
||||
ld bc,$0712
|
||||
call ClearScreenArea
|
||||
ld c,$14
|
||||
ld c,20
|
||||
call DelayFrames
|
||||
pop de
|
||||
pop hl
|
||||
|
|
@ -690,7 +690,7 @@ TextCommand17:: ; 1ca3 (0:1ca3)
|
|||
ld d,a
|
||||
ld a,[hli]
|
||||
ld [H_LOADEDROMBANK],a
|
||||
ld [$2000],a
|
||||
ld [MBC1RomBank],a
|
||||
push hl
|
||||
ld l,e
|
||||
ld h,d
|
||||
|
|
@ -698,7 +698,7 @@ TextCommand17:: ; 1ca3 (0:1ca3)
|
|||
pop hl
|
||||
pop af
|
||||
ld [H_LOADEDROMBANK],a
|
||||
ld [$2000],a
|
||||
ld [MBC1RomBank],a
|
||||
jp NextTextCommand
|
||||
|
||||
TextCommandJumpTable:: ; 1cc1 (0:1cc1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue