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

@@ -590,7 +590,7 @@ InitPartyMenuGFX:
ret z
ld c, a
xor a
ldh [hObjectStructIndexBuffer], a
ldh [hObjectStructIndex], a
.loop
push bc
push hl
@@ -598,9 +598,9 @@ InitPartyMenuGFX:
ld a, BANK(LoadMenuMonIcon)
ld e, MONICON_PARTYMENU
rst FarCall
ldh a, [hObjectStructIndexBuffer]
ldh a, [hObjectStructIndex]
inc a
ldh [hObjectStructIndexBuffer], a
ldh [hObjectStructIndex], a
pop hl
pop bc
dec c