aboutsummaryrefslogtreecommitdiffstats
path: root/engine/menus
diff options
context:
space:
mode:
authordannye <33dannye@gmail.com>2021-05-31 16:43:31 -0500
committerdannye <33dannye@gmail.com>2021-05-31 16:51:45 -0500
commit7a23e2a635318754b56923824d5949bcff3815bf (patch)
tree6e57c5b6762b76ce8e18e8b08dace841f640a01d /engine/menus
parentMerge remote-tracking branch 'remotes/pokered/master' (diff)
parentMerge pull request #325 from CelestialAmber/master (diff)
downloadpokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.tar.gz
pokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.tar.xz
pokeyellow-7a23e2a635318754b56923824d5949bcff3815bf.zip
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'engine/menus')
-rw-r--r--engine/menus/party_menu.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menus/party_menu.asm b/engine/menus/party_menu.asm
index 3af777a2..c64ce70a 100644
--- a/engine/menus/party_menu.asm
+++ b/engine/menus/party_menu.asm
@@ -139,7 +139,7 @@ RedrawPartyMenu_::
ld l, a
ld de, wEvosMoves
ld a, BANK(EvosMovesPointerTable)
- ld bc, wEvosMoves.end - wEvosMoves
+ ld bc, wEvosMovesEnd - wEvosMoves
call FarCopyData
ld hl, wEvosMoves
ld de, .notAbleToEvolveText