You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
rename RNG to Random
also fix 'Far' naming scheme for BattleRandom this was a long time coming
This commit is contained in:
@@ -166,7 +166,7 @@ ParkBall: ; e8a2
|
||||
.asm_e98e
|
||||
ld b, a
|
||||
ld [MagikarpLength], a
|
||||
call RNG
|
||||
call Random
|
||||
|
||||
cp b
|
||||
ld a, $0
|
||||
|
||||
Reference in New Issue
Block a user