You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
More comments
Fix some constants
This commit is contained in:
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user