Remove "Buffer" suffix from two HRAM labels

This commit is contained in:
Rangi
2020-12-23 16:54:28 -05:00
parent 99e66c2557
commit 5db892782a
19 changed files with 107 additions and 107 deletions

View File

@@ -422,15 +422,15 @@ Function4aad3:
ld c, a
xor a
ldh [hObjectStructIndexBuffer], a
ldh [hObjectStructIndex], a
.loop
push bc
push hl
ld e, MONICON_PARTYMENU
farcall LoadMenuMonIcon
ldh a, [hObjectStructIndexBuffer]
ldh a, [hObjectStructIndex]
inc a
ldh [hObjectStructIndexBuffer], a
ldh [hObjectStructIndex], a
pop hl
pop bc
dec c

View File

@@ -5636,7 +5636,7 @@ Function11ad1b:
ld a, [wMenuCursorY]
ld [wcd82], a
dec a
ldh [hObjectStructIndexBuffer], a
ldh [hObjectStructIndex], a
ld a, $10
ld [wCurIconTile], a
ld hl, LoadMenuMonIcon