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 /scripts/vermilioncity.asm | |
| parent | Comment some more bank 0 functions. (diff) | |
| download | pokeyellow-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 'scripts/vermilioncity.asm')
| -rwxr-xr-x | scripts/vermilioncity.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/vermilioncity.asm b/scripts/vermilioncity.asm index 3f582dba..3298221f 100755 --- a/scripts/vermilioncity.asm +++ b/scripts/vermilioncity.asm @@ -14,7 +14,7 @@ VermilionCityScript: ; 197a1 (6:57a1) jp CallFunctionInTable VermilionCityScript_197c0: ; 197c0 (6:57c0) - call GenRandom + call Random ld a, [$ffd4] and $e ld [$d743], a |
