summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm4
1 files changed, 2 insertions, 2 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index c79fb22..e1996c2 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -1,6 +1,6 @@
include "constants.asm"
-SECTION "Battle Random", ROMX [$63DA], BANK [$0F]
+SECTION "engine/battle/core.asm", ROMX
_BattleRandom: ; 3e3da (f:63da)
; If the normal RNG is used in a link battle it'll desync.
; To circumvent this a shared PRNG is used instead.
@@ -66,4 +66,4 @@ _BattleRandom: ; 3e3da (f:63da)
pop af
pop bc
pop hl
- ret
+ ret \ No newline at end of file