summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authormid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
committermid-kid <esteve.varela@gmail.com>2018-05-05 09:19:04 +0200
commitc82deab86fc984b6af4686d88b42042be4f6cd9e (patch)
treeda8409973a788a962e8be9ae42d9cd7a18727c38 /engine/battle/core.asm
parenta63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff)
fix-various-little-things
A compilation of suggestions from the discord that don't deserve separate commits and are not questionable at all™.
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index ce5088fc2..3055f4e90 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6451,7 +6451,7 @@ LoadEnemyMon: ; 3e8eb
.InitRoamHP:
; HP only uses the lo byte in the RoamMon struct since
-; Raikou/Entei/Suicune will have < 256 hp at level 40
+; Raikou and Entei will have < 256 hp at level 40
ld a, [wEnemyMonHP + 1]
ld [hl], a
jr .Moves