aboutsummaryrefslogtreecommitdiffstats
path: root/engine/cable_club.asm
diff options
context:
space:
mode:
authoryenatch <yenatch@gmail.com>2014-05-24 11:40:38 -0700
committeryenatch <yenatch@gmail.com>2014-05-24 11:40:38 -0700
commit64479cd64205d611a66698f447aa42c16c334b2d (patch)
tree2cd1ddc619864053accbbc7f6cbf084a9bd33c53 /engine/cable_club.asm
parentComment some more bank 0 functions. (diff)
downloadpokeyellow-64479cd64205d611a66698f447aa42c16c334b2d.tar.gz
pokeyellow-64479cd64205d611a66698f447aa42c16c334b2d.tar.xz
pokeyellow-64479cd64205d611a66698f447aa42c16c334b2d.zip
Rename random number function and hram labels.
GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
Diffstat (limited to 'engine/cable_club.asm')
-rwxr-xr-xengine/cable_club.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/cable_club.asm b/engine/cable_club.asm
index 975ce678..73f0dada 100755
--- a/engine/cable_club.asm
+++ b/engine/cable_club.asm
@@ -37,7 +37,7 @@ Func_5345: ; 5345
jr nz, .asm_5357
ld b, $a
.asm_535d
- call GenRandom
+ call Random
cp $fd
jr nc, .asm_535d
ld [hli], a