diff options
Diffstat (limited to 'stats/battle_tower.asm')
-rw-r--r-- | stats/battle_tower.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/stats/battle_tower.asm b/stats/battle_tower.asm index cda7195da..044f351f8 100644 --- a/stats/battle_tower.asm +++ b/stats/battle_tower.asm @@ -15,7 +15,7 @@ Function1f8000: ; 1f8000 ld a, [hRandomAdd] ld b, a .asm_1f8022 - call RNG + call Random ld a, [hRandomAdd] add b ld b, a @@ -83,7 +83,7 @@ Function1f8081: ; 1f8081 ld a, [hRandomAdd] ld b, a .asm_1f8099 - call RNG + call Random ld a, [hRandomAdd] add b ld b, a |