diff options
author | yenatch <yenatch@gmail.com> | 2018-05-06 22:27:22 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-06 22:27:22 -0400 |
commit | 59c4d824e65409f6de211d6e0fd354ca4ef6c61e (patch) | |
tree | dea75336bac86e9c6361656d8ab8439fea9c82ec /engine/battle/core.asm | |
parent | a63d9dfd4f4b214034c9a88a14b53635c10914d9 (diff) | |
parent | acdb3020359de30ccde3bd1227883902b18b60a9 (diff) |
Merge pull request #509 from mid-kid/master
A fix-various-little-things PR
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r-- | engine/battle/core.asm | 2 |
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 |