diff options
author | yenatch <yenatch@gmail.com> | 2014-05-24 11:40:38 -0700 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-05-24 11:40:38 -0700 |
commit | 64479cd64205d611a66698f447aa42c16c334b2d (patch) | |
tree | 2cd1ddc619864053accbbc7f6cbf084a9bd33c53 /engine/battle/e.asm | |
parent | 8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (diff) |
Rename random number function and hram labels.
GenRandom -> Random
GenRandomInBattle -> BattleRandom
H_RAND1 -> hRandomAdd
H_RAND2 -> hRandomSub
Diffstat (limited to 'engine/battle/e.asm')
-rwxr-xr-x | engine/battle/e.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/e.asm b/engine/battle/e.asm index ada3071e..7771fa25 100755 --- a/engine/battle/e.asm +++ b/engine/battle/e.asm @@ -898,7 +898,7 @@ TrainerAI: ; 3a52e (e:652e) ld a,[hli] ld h,[hl] ld l,a - call GenRandom + call Random jp [hl] TrainerAIPointers: ; 3a55c (e:655c) |