WATER_WILDDATA_LENGTH

This commit is contained in:
Rangi 2018-06-24 12:30:33 -04:00
parent 5a58f90ec6
commit d84aabf3c1

View File

@ -96,7 +96,7 @@ FindNest: ; 2a01f
.next_water
pop hl
ld bc, 3 * 3
ld bc, WATER_WILDDATA_LENGTH
add hl, bc
jr .FindWater
; 2a088