summaryrefslogtreecommitdiff
path: root/scripts/celadongamecorner.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 /scripts/celadongamecorner.asm
parent8f8281fe6ed02d8235ab9f92fa6ae93f50a3bf8e (diff)
Rename random number function and hram labels.
GenRandom -> Random GenRandomInBattle -> BattleRandom H_RAND1 -> hRandomAdd H_RAND2 -> hRandomSub
Diffstat (limited to 'scripts/celadongamecorner.asm')
-rwxr-xr-xscripts/celadongamecorner.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/celadongamecorner.asm b/scripts/celadongamecorner.asm
index f4e23d6e..303b8a19 100755
--- a/scripts/celadongamecorner.asm
+++ b/scripts/celadongamecorner.asm
@@ -11,7 +11,7 @@ CeladonGameCornerScript_48bcf: ; 48bcf (12:4bcf)
bit 6, [hl]
res 6, [hl]
ret z
- call GenRandom
+ call Random
ld a, [$ffd3]
cp $7
jr nc, .asm_48be2