diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-23 16:54:28 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2020-12-23 16:54:28 -0500 |
commit | 5db892782adaa5bb5a3e4cd6fa06565764bd1fb0 (patch) | |
tree | 006b809d2d77e34b57db5688fa9529f8cc7ab64b /mobile | |
parent | 99e66c25577e367d6c7ca75fea8b466b54c3317a (diff) |
Remove "Buffer" suffix from two HRAM labels
Diffstat (limited to 'mobile')
-rw-r--r-- | mobile/mobile_12_2.asm | 6 | ||||
-rw-r--r-- | mobile/mobile_46.asm | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mobile/mobile_12_2.asm b/mobile/mobile_12_2.asm index 2e1c48324..0e283e929 100644 --- a/mobile/mobile_12_2.asm +++ b/mobile/mobile_12_2.asm @@ -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 diff --git a/mobile/mobile_46.asm b/mobile/mobile_46.asm index e4382fe7d..3493ebdc4 100644 --- a/mobile/mobile_46.asm +++ b/mobile/mobile_46.asm @@ -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 |