From 8900eb7ad06931b78dcb91e0c2e7db583090aa06 Mon Sep 17 00:00:00 2001 From: jd-0 <44876081+jd-0@users.noreply.github.com> Date: Sun, 20 Sep 2020 12:07:01 -0700 Subject: Remove address comments Regex patterns used: ; [0-9a-f]{1,5} \([0-9a-f]{1,2}:[0-9a-f]{1,4}\) ; [0-9a-f]{1,2}:[0-9a-f]{4} ; [0-9a-f]{4,5} ;[0-9a-f]{4,5} ;[0-9a-f]{1,2}:[0-9a-f]{1,4} --- engine/battle/core.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engine/battle') diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 031e42c..77a4d6b 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -1,7 +1,7 @@ include "constants.asm" SECTION "engine/battle/core.asm", ROMX -_BattleRandom: ; 3e3da (f:63da) +_BattleRandom: ; If the normal RNG is used in a link battle it'll desync. ; To circumvent this a shared PRNG is used instead. -- cgit v1.2.3