You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
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:
@ -1,6 +1,6 @@
|
|||||||
; BulbasaurPokedexEntry: ; 0x181695
|
; BulbasaurPokedexEntry: ; 0x181695
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 204, 150 ; height, width
|
dw 204, 150 ; height, weight
|
||||||
|
|
||||||
db "While it is young,"
|
db "While it is young,"
|
||||||
next "it uses the"
|
next "it uses the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; IvysaurPokedexEntry: ; 0x181702
|
; IvysaurPokedexEntry: ; 0x181702
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 303, 290 ; height, width
|
dw 303, 290 ; height, weight
|
||||||
|
|
||||||
db "The bulb on its"
|
db "The bulb on its"
|
||||||
next "back grows as it"
|
next "back grows as it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; VenusaurPokedexEntry: ; 0x181773
|
; VenusaurPokedexEntry: ; 0x181773
|
||||||
db "SEED@" ; species name
|
db "SEED@" ; species name
|
||||||
dw 607, 2210 ; height, width
|
dw 607, 2210 ; height, weight
|
||||||
|
|
||||||
db "As it warms it-"
|
db "As it warms it-"
|
||||||
next "self and absorbs"
|
next "self and absorbs"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharmanderPokedexEntry: ; 0x1817db
|
; CharmanderPokedexEntry: ; 0x1817db
|
||||||
db "LIZARD@" ; species name
|
db "LIZARD@" ; species name
|
||||||
dw 200, 190 ; height, width
|
dw 200, 190 ; height, weight
|
||||||
|
|
||||||
db "If it's healthy,"
|
db "If it's healthy,"
|
||||||
next "the flame on the"
|
next "the flame on the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharmeleonPokedexEntry: ; 0x18184a
|
; CharmeleonPokedexEntry: ; 0x18184a
|
||||||
db "FLAME@" ; species name
|
db "FLAME@" ; species name
|
||||||
dw 307, 420 ; height, width
|
dw 307, 420 ; height, weight
|
||||||
|
|
||||||
db "If it becomes"
|
db "If it becomes"
|
||||||
next "agitated during"
|
next "agitated during"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CharizardPokedexEntry: ; 0x1818b3
|
; CharizardPokedexEntry: ; 0x1818b3
|
||||||
db "FLAME@" ; species name
|
db "FLAME@" ; species name
|
||||||
dw 507, 2000 ; height, width
|
dw 507, 2000 ; height, weight
|
||||||
|
|
||||||
db "It uses its wings"
|
db "It uses its wings"
|
||||||
next "to fly high. The"
|
next "to fly high. The"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; SquirtlePokedexEntry: ; 0x181926
|
; SquirtlePokedexEntry: ; 0x181926
|
||||||
db "TINYTURTLE@" ; species name
|
db "TINYTURTLE@" ; species name
|
||||||
dw 108, 200 ; height, width
|
dw 108, 200 ; height, weight
|
||||||
|
|
||||||
db "When it feels"
|
db "When it feels"
|
||||||
next "threatened, it"
|
next "threatened, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WartortlePokedexEntry: ; 0x181993
|
; WartortlePokedexEntry: ; 0x181993
|
||||||
db "TURTLE@" ; species name
|
db "TURTLE@" ; species name
|
||||||
dw 303, 500 ; height, width
|
dw 303, 500 ; height, weight
|
||||||
|
|
||||||
db "Its long, furry"
|
db "Its long, furry"
|
||||||
next "tail is a symbol"
|
next "tail is a symbol"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; BlastoisePokedexEntry: ; 0x1819f9
|
; BlastoisePokedexEntry: ; 0x1819f9
|
||||||
db "SHELLFISH@" ; species name
|
db "SHELLFISH@" ; species name
|
||||||
dw 503, 1890 ; height, width
|
dw 503, 1890 ; height, weight
|
||||||
|
|
||||||
db "It firmly plants"
|
db "It firmly plants"
|
||||||
next "its feet on the"
|
next "its feet on the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; CaterpiePokedexEntry: ; 0x181a60
|
; CaterpiePokedexEntry: ; 0x181a60
|
||||||
db "WORM@" ; species name
|
db "WORM@" ; species name
|
||||||
dw 100, 60 ; height, width
|
dw 100, 60 ; height, weight
|
||||||
|
|
||||||
db "It crawls into"
|
db "It crawls into"
|
||||||
next "foliage where it"
|
next "foliage where it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; MetapodPokedexEntry: ; 0x181ace
|
; MetapodPokedexEntry: ; 0x181ace
|
||||||
db "COCOON@" ; species name
|
db "COCOON@" ; species name
|
||||||
dw 204, 220 ; height, width
|
dw 204, 220 ; height, weight
|
||||||
|
|
||||||
db "This is its pre-"
|
db "This is its pre-"
|
||||||
next "evolved form. At"
|
next "evolved form. At"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; ButterfreePokedexEntry: ; 0x181b45
|
; ButterfreePokedexEntry: ; 0x181b45
|
||||||
db "BUTTERFLY@" ; species name
|
db "BUTTERFLY@" ; species name
|
||||||
dw 307, 710 ; height, width
|
dw 307, 710 ; height, weight
|
||||||
|
|
||||||
db "It flits from"
|
db "It flits from"
|
||||||
next "flower to flower,"
|
next "flower to flower,"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; WeedlePokedexEntry: ; 0x181bb4
|
; WeedlePokedexEntry: ; 0x181bb4
|
||||||
db "HAIRY BUG@" ; species name
|
db "HAIRY BUG@" ; species name
|
||||||
dw 100, 70 ; height, width
|
dw 100, 70 ; height, weight
|
||||||
|
|
||||||
db "The barb on top of"
|
db "The barb on top of"
|
||||||
next "its head secretes"
|
next "its head secretes"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; KakunaPokedexEntry: ; 0x181c23
|
; KakunaPokedexEntry: ; 0x181c23
|
||||||
db "COCOON@" ; species name
|
db "COCOON@" ; species name
|
||||||
dw 200, 220 ; height, width
|
dw 200, 220 ; height, weight
|
||||||
|
|
||||||
db "Nearly incapable"
|
db "Nearly incapable"
|
||||||
next "of movement, it"
|
next "of movement, it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; BeedrillPokedexEntry: ; 0x181c8a
|
; BeedrillPokedexEntry: ; 0x181c8a
|
||||||
db "POISON BEE@" ; species name
|
db "POISON BEE@" ; species name
|
||||||
dw 303, 650 ; height, width
|
dw 303, 650 ; height, weight
|
||||||
|
|
||||||
db "It uses sharp,"
|
db "It uses sharp,"
|
||||||
next "poisonous stings"
|
next "poisonous stings"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeyPokedexEntry: ; 0x181cfa
|
; PidgeyPokedexEntry: ; 0x181cfa
|
||||||
db "TINY BIRD@" ; species name
|
db "TINY BIRD@" ; species name
|
||||||
dw 100, 40 ; height, width
|
dw 100, 40 ; height, weight
|
||||||
|
|
||||||
db "It rapidly flaps"
|
db "It rapidly flaps"
|
||||||
next "its wings in the"
|
next "its wings in the"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeottoPokedexEntry: ; 0x181d75
|
; PidgeottoPokedexEntry: ; 0x181d75
|
||||||
db "BIRD@" ; species name
|
db "BIRD@" ; species name
|
||||||
dw 307, 660 ; height, width
|
dw 307, 660 ; height, weight
|
||||||
|
|
||||||
db "It slowly flies in"
|
db "It slowly flies in"
|
||||||
next "a circular pat-"
|
next "a circular pat-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; PidgeotPokedexEntry: ; 0x181dd7
|
; PidgeotPokedexEntry: ; 0x181dd7
|
||||||
db "BIRD@" ; species name
|
db "BIRD@" ; species name
|
||||||
dw 411, 870 ; height, width
|
dw 411, 870 ; height, weight
|
||||||
|
|
||||||
db "Its outstanding"
|
db "Its outstanding"
|
||||||
next "vision allows it"
|
next "vision allows it"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RattataPokedexEntry: ; 0x181e3d
|
; RattataPokedexEntry: ; 0x181e3d
|
||||||
db "RAT@" ; species name
|
db "RAT@" ; species name
|
||||||
dw 100, 80 ; height, width
|
dw 100, 80 ; height, weight
|
||||||
|
|
||||||
db "This #MON's"
|
db "This #MON's"
|
||||||
next "impressive vital-"
|
next "impressive vital-"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
; RaticatePokedexEntry: ; 0x181ea3
|
; RaticatePokedexEntry: ; 0x181ea3
|
||||||
db "RAT@" ; species name
|
db "RAT@" ; species name
|
||||||
dw 204, 410 ; height, width
|
dw 204, 410 ; height, weight
|
||||||
|
|
||||||
db "The webs on its"
|
db "The webs on its"
|
||||||
next "hind legs enable"
|
next "hind legs enable"
|
||||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user