You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Remove "Buffer" suffix from two HRAM labels
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user