diff options
author | yenatch <yenatch@gmail.com> | 2018-02-25 20:12:59 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-02-25 20:12:59 -0500 |
commit | f44f306cfd4b438d0ba2f56b61be4b118ef3274b (patch) | |
tree | b7444d7ddc95703ef9e3a2f5a2f14c21664bb8f8 /engine/start_menu.asm | |
parent | f404af8a4326e4cc632a3810ff77a013c1d3e24f (diff) | |
parent | 3d34f5a5a371ad2b9979ae36763cdfb52c581dab (diff) |
Merge pull request #477 from mid-kid/master
Medium-sized cleanups
Diffstat (limited to 'engine/start_menu.asm')
-rwxr-xr-x | engine/start_menu.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/start_menu.asm b/engine/start_menu.asm index f0cacc5b1..e63e18bed 100755 --- a/engine/start_menu.asm +++ b/engine/start_menu.asm @@ -1788,7 +1788,7 @@ SetUpMoveScreenBG: ; 13172 hlcoord 5, 1 call PlaceString push bc - farcall CopyPkmnToTempMon + farcall CopyMonToTempMon pop hl call PrintLevel ld hl, wPlayerHPPal @@ -1805,7 +1805,7 @@ SetUpMoveList: ; 131ef ld [hBGMapMode], a ld [wMoveSwapBuffer], a ld [wMonType], a - predef CopyPkmnToTempMon + predef CopyMonToTempMon ld hl, wTempMonMoves ld de, wListMoves_MoveIndicesBuffer ld bc, NUM_MOVES |