diff options
| author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:05:16 -0500 |
|---|---|---|
| committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-20 12:05:16 -0500 |
| commit | 8127d1fbcfccb7cd5c3e210699dd540e370b6634 (patch) | |
| tree | 77b35133101282b8c8a23d71f1dace5baead1060 /mobile | |
| parent | b071dd364f715165d6eec99ebbd1e4aed4b84bde (diff) | |
Rename BATTLETOWER_NROF constants
Diffstat (limited to 'mobile')
| -rwxr-xr-x | mobile/mobile_5c.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mobile/mobile_5c.asm b/mobile/mobile_5c.asm index c55ddcecf..1b6c71a3d 100755 --- a/mobile/mobile_5c.asm +++ b/mobile/mobile_5c.asm @@ -219,7 +219,7 @@ Function170c8b: ; 170c8b ; 170c98 CheckBTMonMovesForErrors: ; 170c98 - ld c, BATTLETOWER_NROFPKMNS + ld c, BATTLETOWER_PARTY_SIZE ld hl, wBT_OTTempPkmn1Moves .loop push hl |
