aboutsummaryrefslogtreecommitdiffstats
path: root/engine/titlescreen.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/titlescreen.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/titlescreen.asm')
-rwxr-xr-xengine/titlescreen.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/titlescreen.asm b/engine/titlescreen.asm
index 50294de5..f11281c7 100755
--- a/engine/titlescreen.asm
+++ b/engine/titlescreen.asm
@@ -256,7 +256,7 @@ Func_4496: ; 4496 (1:4496)
.new
; Generate a new TitleMon.
- call GenRandom
+ call Random
and $f
ld c, a
ld b, 0