You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Wild Pokemon functions and data
Replaced encounter rates with percent values Added new constants denoting the number of wild Pokemon in the grass and water wild constructs Annotated and relabeled the encounter generating functions Renamed a WRAM address associaed with the temporary storage of the wild Pokemon's species Moved spawn constants to constants/map_constants.asm for use anywhere in the disassembly
This commit is contained in:
@@ -84,7 +84,7 @@ Function184a:: ; 184a
|
||||
ret
|
||||
; 1852
|
||||
|
||||
Function1852:: ; 1852
|
||||
CheckOnWater:: ; 1852
|
||||
ld a, [StandingTile]
|
||||
call GetTileCollision
|
||||
sub 1
|
||||
@@ -147,7 +147,7 @@ Function1875:: ; 1875
|
||||
ret
|
||||
; 188e
|
||||
|
||||
Function188e:: ; 188e
|
||||
CheckSuperTallGrassTile:: ; 188e
|
||||
cp $14
|
||||
ret z
|
||||
cp $1c
|
||||
|
Reference in New Issue
Block a user