diff options
| author | RainbowMetalPigeon <118711812+RainbowMetalPigeon@users.noreply.github.com> | 2023-03-25 20:28:55 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-03-25 23:28:55 -0400 |
| commit | a76ae055cc306f922e84d546b2f54f32e35a6a11 (patch) | |
| tree | 2dd7ba5bf2b6baa1e17e4d8cd34ec1bb971adacd /data | |
| parent | Complete and improve debug name labels (#408) (diff) | |
| download | pokeyellow-a76ae055cc306f922e84d546b2f54f32e35a6a11.tar.gz pokeyellow-a76ae055cc306f922e84d546b2f54f32e35a6a11.tar.xz pokeyellow-a76ae055cc306f922e84d546b2f54f32e35a6a11.zip | |
Dex weights are in tenths of a pound
Diffstat (limited to 'data')
| -rw-r--r-- | data/pokemon/dex_entries.asm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/pokemon/dex_entries.asm b/data/pokemon/dex_entries.asm index c99087e2..ceb431b7 100644 --- a/data/pokemon/dex_entries.asm +++ b/data/pokemon/dex_entries.asm @@ -194,7 +194,7 @@ PokedexEntryPointers: ; string: species name ; height in feet, inches -; weight in pounds +; weight in tenths of a pound ; text entry RhydonDexEntry: |
