diff options
author | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:39:48 -0500 |
---|---|---|
committer | Remy Oukaour <remy.oukaour@gmail.com> | 2018-01-09 15:39:48 -0500 |
commit | a849c3557b8ee3dd2b464ccdc646aebd33d7b2a7 (patch) | |
tree | 1de41038085c5bcf76985b4ca3f6be4735c4dff8 /engine/battle/core.asm | |
parent | a3242b4ad45bc029461166d1aa6151892b60269e (diff) |
More comments
Fix some constants
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r-- | engine/battle/core.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm index c609e0bba..8c9eecbcf 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -857,7 +857,7 @@ GetMovePriority: ; 3c5c5 cp -1 jr nz, .loop - ld a, 1 + ld a, BASE_PRIORITY ret .done @@ -4808,7 +4808,7 @@ PrintPlayerHUD: ; 3dfbf ld [de], a ld hl, BattleMonLevel ld de, TempMonLevel - ld bc, $0011 + ld bc, $11 call CopyBytes ld a, [CurBattleMon] ld hl, PartyMon1Species |