rename RNG to Random

also fix 'Far' naming scheme for BattleRandom

this was a long time coming
This commit is contained in:
yenatch
2013-08-30 22:59:40 -04:00
parent 70ecde3f78
commit c9d3881a2f
8 changed files with 184 additions and 183 deletions

View File

@@ -39,7 +39,7 @@ Fish: ; 9241a
; Fish for monsters with rod b from encounter data in FishGroup at hl.
; Return monster e at level d.
call RNG
call Random
; Got a bite?
cp [hl]
@@ -59,7 +59,7 @@ Fish: ; 9241a
ld l, a
; Encounter chance for this monster:
call RNG
call Random
.CheckEncounter
cp [hl]