More comments

Fix some constants
This commit is contained in:
Remy Oukaour
2018-01-09 15:39:48 -05:00
parent a3242b4ad4
commit a849c3557b
9 changed files with 16 additions and 9 deletions

View File

@@ -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

View File

@@ -1436,7 +1436,7 @@ RareCandy: ; ef14
call TextBox
hlcoord 11, 1
ld bc, $0004
ld bc, 4
predef PrintTempMonStats
call WaitPressAorB_BlinkCursor
@@ -2572,7 +2572,7 @@ Mysteryberry: ; f5bf
cp SKETCH
jr z, .CantUsePPUpOnSketch
ld bc, $0015
ld bc, MON_PP - MON_MOVES
add hl, bc
ld a, [hl]
cp 3 << 6 ; have 3 PP Ups already been used?