width -> weight

This used to be confusing, since the first thing I think when I see
"width, height" is graphics, in this case probably the sprites.
Well, it has nothing to do with that. Weight is mass times gravity or
something, width is a form of distance.
This commit is contained in:
mid-kid 2017-11-20 18:11:53 +01:00
parent 35a8e9da5d
commit 617ba8be3d
251 changed files with 251 additions and 251 deletions

View File

@ -1,6 +1,6 @@
; BulbasaurPokedexEntry: ; 0x181695
db "SEED@" ; species name
dw 204, 150 ; height, width
dw 204, 150 ; height, weight
db "While it is young,"
next "it uses the"

View File

@ -1,6 +1,6 @@
; IvysaurPokedexEntry: ; 0x181702
db "SEED@" ; species name
dw 303, 290 ; height, width
dw 303, 290 ; height, weight
db "The bulb on its"
next "back grows as it"

View File

@ -1,6 +1,6 @@
; VenusaurPokedexEntry: ; 0x181773
db "SEED@" ; species name
dw 607, 2210 ; height, width
dw 607, 2210 ; height, weight
db "As it warms it-"
next "self and absorbs"

View File

@ -1,6 +1,6 @@
; CharmanderPokedexEntry: ; 0x1817db
db "LIZARD@" ; species name
dw 200, 190 ; height, width
dw 200, 190 ; height, weight
db "If it's healthy,"
next "the flame on the"

View File

@ -1,6 +1,6 @@
; CharmeleonPokedexEntry: ; 0x18184a
db "FLAME@" ; species name
dw 307, 420 ; height, width
dw 307, 420 ; height, weight
db "If it becomes"
next "agitated during"

View File

@ -1,6 +1,6 @@
; CharizardPokedexEntry: ; 0x1818b3
db "FLAME@" ; species name
dw 507, 2000 ; height, width
dw 507, 2000 ; height, weight
db "It uses its wings"
next "to fly high. The"

View File

@ -1,6 +1,6 @@
; SquirtlePokedexEntry: ; 0x181926
db "TINYTURTLE@" ; species name
dw 108, 200 ; height, width
dw 108, 200 ; height, weight
db "When it feels"
next "threatened, it"

View File

@ -1,6 +1,6 @@
; WartortlePokedexEntry: ; 0x181993
db "TURTLE@" ; species name
dw 303, 500 ; height, width
dw 303, 500 ; height, weight
db "Its long, furry"
next "tail is a symbol"

View File

@ -1,6 +1,6 @@
; BlastoisePokedexEntry: ; 0x1819f9
db "SHELLFISH@" ; species name
dw 503, 1890 ; height, width
dw 503, 1890 ; height, weight
db "It firmly plants"
next "its feet on the"

View File

@ -1,6 +1,6 @@
; CaterpiePokedexEntry: ; 0x181a60
db "WORM@" ; species name
dw 100, 60 ; height, width
dw 100, 60 ; height, weight
db "It crawls into"
next "foliage where it"

View File

@ -1,6 +1,6 @@
; MetapodPokedexEntry: ; 0x181ace
db "COCOON@" ; species name
dw 204, 220 ; height, width
dw 204, 220 ; height, weight
db "This is its pre-"
next "evolved form. At"

View File

@ -1,6 +1,6 @@
; ButterfreePokedexEntry: ; 0x181b45
db "BUTTERFLY@" ; species name
dw 307, 710 ; height, width
dw 307, 710 ; height, weight
db "It flits from"
next "flower to flower,"

View File

@ -1,6 +1,6 @@
; WeedlePokedexEntry: ; 0x181bb4
db "HAIRY BUG@" ; species name
dw 100, 70 ; height, width
dw 100, 70 ; height, weight
db "The barb on top of"
next "its head secretes"

View File

@ -1,6 +1,6 @@
; KakunaPokedexEntry: ; 0x181c23
db "COCOON@" ; species name
dw 200, 220 ; height, width
dw 200, 220 ; height, weight
db "Nearly incapable"
next "of movement, it"

View File

@ -1,6 +1,6 @@
; BeedrillPokedexEntry: ; 0x181c8a
db "POISON BEE@" ; species name
dw 303, 650 ; height, width
dw 303, 650 ; height, weight
db "It uses sharp,"
next "poisonous stings"

View File

@ -1,6 +1,6 @@
; PidgeyPokedexEntry: ; 0x181cfa
db "TINY BIRD@" ; species name
dw 100, 40 ; height, width
dw 100, 40 ; height, weight
db "It rapidly flaps"
next "its wings in the"

View File

@ -1,6 +1,6 @@
; PidgeottoPokedexEntry: ; 0x181d75
db "BIRD@" ; species name
dw 307, 660 ; height, width
dw 307, 660 ; height, weight
db "It slowly flies in"
next "a circular pat-"

View File

@ -1,6 +1,6 @@
; PidgeotPokedexEntry: ; 0x181dd7
db "BIRD@" ; species name
dw 411, 870 ; height, width
dw 411, 870 ; height, weight
db "Its outstanding"
next "vision allows it"

View File

@ -1,6 +1,6 @@
; RattataPokedexEntry: ; 0x181e3d
db "RAT@" ; species name
dw 100, 80 ; height, width
dw 100, 80 ; height, weight
db "This #MON's"
next "impressive vital-"

View File

@ -1,6 +1,6 @@
; RaticatePokedexEntry: ; 0x181ea3
db "RAT@" ; species name
dw 204, 410 ; height, width
dw 204, 410 ; height, weight
db "The webs on its"
next "hind legs enable"

Some files were not shown because too many files have changed in this diff Show More