Logo
Explore Help
Sign In
pokehacks/pokecrystal-board
0
0
Fork 0
You've already forked pokecrystal-board
mirror of https://gitlab.com/xCrystal/pokecrystal-board.git synced 2025-09-08 08:13:02 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
4154f191e09404748de4faa3a63bcb51faf42c98
pokecrystal-board/data/pokemon/dex_entries/hoppip.asm

11 lines
213 B
NASM
Raw Normal View History

Use the "page" text macro in Pokedex entries.
2014-03-07 21:30:48 -05:00
db "COTTONWEED@" ; species name
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.
2017-11-20 18:11:53 +01:00
dw 104, 10 ; height, weight
Local labels starting with capital letters are now decorated with a trailing colon; remove trailing whitespace; globally correct line endings to UNIX style
2016-04-10 14:42:14 -04:00
Text macros in Pokedex entries.
2014-03-06 00:46:01 -05:00
db "It can be carried"
next "away on even the"
Use the "page" text macro in Pokedex entries.
2014-03-07 21:30:48 -05:00
next "gentlest breeze."
Clean up comments Base data: types uniquely lacked a comment; items on one line; distinguish unknowns Dex entries: don't imply that pointers don't exist
2018-01-29 11:35:50 -05:00
Use the "page" text macro in Pokedex entries.
2014-03-07 21:30:48 -05:00
page "It may even float"
Text macros in Pokedex entries.
2014-03-06 00:46:01 -05:00
next "all the way to the"
next "next town.@"
Reference in New Issue Copy Permalink
Powered by Gitea Page: 199ms Template: 15ms
English
English
Licenses API