summaryrefslogtreecommitdiff
path: root/engine/battle/core.asm
diff options
context:
space:
mode:
authorxCrystal <rgr.crystal@gmail.com>2017-12-28 19:38:15 +0100
committerxCrystal <rgr.crystal@gmail.com>2017-12-28 19:38:15 +0100
commitd6507e38827ffbda10ef947d7ddcd8b60899fdf5 (patch)
tree835cb8997754cb1419d71b9ba5092e4e844ffe2c /engine/battle/core.asm
parent731311cb151ec43330a08c0a45e8278f848954af (diff)
More constants and documentation in slot machines
Diffstat (limited to 'engine/battle/core.asm')
-rw-r--r--engine/battle/core.asm6
1 files changed, 3 insertions, 3 deletions
diff --git a/engine/battle/core.asm b/engine/battle/core.asm
index 7e234a99e..b06e4c79c 100644
--- a/engine/battle/core.asm
+++ b/engine/battle/core.asm
@@ -6371,13 +6371,13 @@ LoadEnemyMon: ; 3e8eb
jr c, .GenerateDVs ; try again
.Magikarp:
-; These filters are untranslated
+; These filters are untranslated.
; They expect at wMagikarpLength a 2-byte value in mm,
-; but the value is at ft and in (one byte each)
+; but the value is in feet and inches (one byte each).
; The first filter is supposed to make very large Magikarp even rarer,
; by targeting those 1600 mm or larger.
-; After the conversion to feet, they are unable to target any,
+; After the conversion to feet, it is unable to target any,
; as the largest possible Magikarp is 5'3'', which reads as 1283.
ld a, [TempEnemyMonSpecies]
cp MAGIKARP