pokered/text/pokedex.asm, branch adding-pokemon Pokémon Red and Blue Adding Glaceon test 2016-08-08T19:22:18+00:00 dannye corrnondacqb@yahoo.com 2016-08-08T19:22:18+00:00 33ea880aa4f408624b967d4ab811c477e6a76784 An example to show adding a second new Pokemon and a new evolution item in pokered
An example to show adding a second new Pokemon and a new evolution item in pokered
Adding Leafeon test 2016-08-08T16:00:48+00:00 dannye corrnondacqb@yahoo.com 2016-08-08T15:49:19+00:00 c7ce0a95184784f029779426611324ff84f2ef12 An example to show adding a new Pokemon in pokered
An example to show adding a new Pokemon in pokered
Get rid of globals.asm. Use ::s to export labels between objects. 2014-01-27T21:24:13+00:00 yenatch yenatch@gmail.com 2014-01-27T21:22:41+00:00 1b9ee46af9f8baac0d266a54130115a719788377 globals.asm was a hack that: - gave rgbasm an extra 100k lines to read - increased reliance on the python preprocessor - made the makefile a mess - gave object creation an extra step - wasn't even necessary This speeds up build time by at least a third.
globals.asm was a hack that:
- gave rgbasm an extra 100k lines to read
- increased reliance on the python preprocessor
- made the makefile a mess
- gave object creation an extra step
- wasn't even necessary

This speeds up build time by at least a third.
text macros in pokedex entries 2014-01-22T05:56:48+00:00 yenatch yenatch@gmail.com 2014-01-22T05:56:48+00:00 7a69bfaa92d6e35267b2fbe998f199003e1b55b9

Treat apostrophes specially, since they’re combining characters. 2011-12-21T09:50:47+00:00 IIMarckus iimarckus@gmail.com 2011-12-21T09:50:47+00:00 eac73b32e62b232f1a39e1e9efc86b4d7bc97148 This will need to be changed a bit if there are ever cases in‐game where ’m, et cetera do NOT get combined into one character. Maybe doubling it up to be treated as a single character (’’). hg-commit-id: c90b7888ad5a
This will need to be changed a bit if there are ever cases in‐game
where ’m, et cetera do NOT get combined into one character.
Maybe doubling it up to be treated as a single character (’’).

hg-commit-id: c90b7888ad5a

Add Japanese text entry and Pokédex entries. 2011-12-21T07:31:01+00:00 IIMarckus iimarckus@gmail.com 2011-12-21T07:31:01+00:00 450949763cc048878eb65172b875333fd8a5e561 hg-commit-id: 8de61c31d46c
hg-commit-id: 8de61c31d46c