You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Document constants with comments, actual names, and more thorough usage
This commit is contained in:
@@ -65,7 +65,7 @@ FindNest: ; 2a01f
|
||||
inc hl
|
||||
inc hl
|
||||
inc hl
|
||||
ld a, NUM_WILDMONS_PER_AREA_TIME_OF_DAY * 3
|
||||
ld a, NUM_GRASSMON * 3
|
||||
call .SearchMapForMon
|
||||
jr nc, .next_grass
|
||||
ld [de], a
|
||||
@@ -73,7 +73,7 @@ FindNest: ; 2a01f
|
||||
|
||||
.next_grass
|
||||
pop hl
|
||||
ld bc, WILDMON_GRASS_STRUCTURE_LENGTH
|
||||
ld bc, GRASS_WILDDATA_LENGTH
|
||||
add hl, bc
|
||||
jr .FindGrass
|
||||
; 2a06e
|
||||
|
||||
Reference in New Issue
Block a user