summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 22:45:07 -0400
committerRangi <remy.oukaour+rangi42@gmail.com>2018-05-06 22:45:07 -0400
commit8acc8d6e30392a30a8353923219db71527f3a9bb (patch)
treee0249b97485ddae4fdc0a410c5ad5add6f711d3e /engine/battle/core.asm
parentaa51dbc61245d5b4949c1872b3d3e915a981ded3 (diff)
parent59c4d824e65409f6de211d6e0fd354ca4ef6c61e (diff)
Merge branch 'master' of https://github.com/pret/pokecrystal
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