diff options
| author | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
|---|---|---|
| committer | YamaArashi <shadow962@live.com> | 2014-08-08 22:39:13 -0700 |
| commit | 59f0507e4cd0693eb89f5ab3e44cb3c442666140 (patch) | |
| tree | 331b08b7eb8c64dc3ff8c505f58a5c28763d79ad /engine/menu/party_menu.asm | |
| parent | Commented function (diff) | |
| download | pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.gz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.tar.xz pokeyellow-59f0507e4cd0693eb89f5ab3e44cb3c442666140.zip | |
Labelled many functions/variables
Diffstat (limited to 'engine/menu/party_menu.asm')
| -rwxr-xr-x | engine/menu/party_menu.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/menu/party_menu.asm b/engine/menu/party_menu.asm index 4e47361b..10fc4182 100755 --- a/engine/menu/party_menu.asm +++ b/engine/menu/party_menu.asm @@ -57,7 +57,7 @@ RedrawPartyMenu_: ; 12ce3 (4:6ce3) call LoadMonData pop hl push hl - ld a,[wcc35] + ld a,[wMenuItemToSwap] and a ; is the player swapping pokemon positions? jr z,.skipUnfilledRightArrow ; if the player is swapping pokemon positions |
