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/geodude.asm

11 lines
206 B
NASM
Raw Normal View History

Use the "page" text macro in Pokedex entries.
2014-03-07 21:30:48 -05:00
db "ROCK@" ; 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, 440 ; 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 "Proud of their"
next "sturdy bodies,"
Use the "page" text macro in Pokedex entries.
2014-03-07 21:30:48 -05:00
next "they bash against"
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 "each other in a"
Text macros in Pokedex entries.
2014-03-06 00:46:01 -05:00
next "contest to prove"
next "whose is harder.@"
Reference in New Issue Copy Permalink
Powered by Gitea Page: 134ms Template: 11ms
English
English
Licenses API