mirror of
https://github.com/thornAvery/kep-hack.git
synced 2026-02-06 15:45:24 +13:00
Remove remaining raw $xxxx values, and replace "+ -1" with "- 1" (supported by rgbds 0.4.0)
This commit is contained in:
parent
7e92d5ba8c
commit
e4e0af4d67
29 changed files with 172 additions and 158 deletions
|
|
@ -652,7 +652,7 @@ OaksLabScript18:
|
|||
|
||||
OaksLabScript_RemoveParcel:
|
||||
ld hl, wBagItems
|
||||
ld bc, $0000
|
||||
ld bc, 0
|
||||
.loop
|
||||
ld a, [hli]
|
||||
cp $ff
|
||||
|
|
|
|||
|
|
@ -78,7 +78,7 @@ VermilionDock_1db9b:
|
|||
ld d, $0
|
||||
ld e, $8
|
||||
.asm_1dbfa
|
||||
ld hl, $0002
|
||||
ld hl, $2
|
||||
add hl, bc
|
||||
ld a, l
|
||||
ld [wMapViewVRAMPointer], a
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue