diff options
Diffstat (limited to 'battle/core.asm')
-rw-r--r-- | battle/core.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/battle/core.asm b/battle/core.asm index be7abc8fe..ef7ea442d 100644 --- a/battle/core.asm +++ b/battle/core.asm @@ -4761,7 +4761,7 @@ Function3df2c: ; 3df2c -Function3df48: ; 3df48 +Function3df48:: ; 3df48 push hl push de push bc @@ -4907,7 +4907,7 @@ PrintPlayerHUD: ; 3dfbf jp PrintLevel ; 3e036 -Function3e036: ; 3e036 +Function3e036:: ; 3e036 push hl push de push bc @@ -7191,7 +7191,7 @@ EmptyBattleTextBox: ; 3edd1 ; 3edd8 -_BattleRandom: ; 3edd8 +_BattleRandom:: ; 3edd8 ; If the normal RNG is used in a link battle it'll desync. ; To circumvent this a shared PRNG is used instead. |