diff options
Diffstat (limited to 'engine/menus/party_menu.asm')
| -rw-r--r-- | engine/menus/party_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/menus/party_menu.asm b/engine/menus/party_menu.asm index 493f2e98..d994c15f 100644 --- a/engine/menus/party_menu.asm +++ b/engine/menus/party_menu.asm @@ -59,7 +59,7 @@ RedrawPartyMenu_:: dec hl dec hl dec hl - ld a, "▷" ; unfilled right arrow menu cursor + ld a, '▷' ; unfilled right arrow menu cursor ld [hli], a ; place the cursor inc hl inc hl @@ -139,7 +139,7 @@ RedrawPartyMenu_:: ld l, a ld de, wEvoDataBuffer ld a, BANK(EvosMovesPointerTable) - ld bc, 4 * 3 + 1 ; enough for Eevee's three 4-byte evolutions and 0 terminator + ld bc, wEvoDataBufferEnd - wEvoDataBuffer call FarCopyData ld hl, wEvoDataBuffer ld de, .notAbleToEvolveText |
