pokered/text/oakspeech.asm, branch master Pokémon Red and Blue Add subdirectories to data/ similar to pokecrystal 2020-07-03T15:51:00+00:00 Rangi remy.oukaour+rangi42@gmail.com 2020-07-03T15:51:00+00:00 b29e5ee203b6fa4592180ef6cca732462cca9af6 Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
Top level text/ is now solely for the former text/maps/ files, and other files are in their respective subdirectories in data/.
Replaced all instances of $52, $53, and $5A with "<PLAYER>", "<RIVAL>", and "<USER>" respectively. 2017-07-30T21:46:53+00:00 Víctor M. González helios.vmg@gmail.com 2017-07-30T21:46:53+00:00 5c39c6c5cb4defc4fcec85bb4b7cd878d190d6bd

sync text 2016-06-12T17:11:31+00:00 YamaArashi shadow962@live.com 2016-06-12T17:11:31+00:00 3a6a300da48c98ab844ddc4d209abf51adf2aa44

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.
rename and add some text macros 2014-01-22T05:55:41+00:00 yenatch yenatch@gmail.com 2014-01-22T05:33:44+00:00 fea5be469940f400e41fed59a219897a7175d10d cont replaces next, and next becomes a generic newline. para replaces page (now used for pokedex entries). dex ends a pokedex entry.
cont replaces next, and next becomes a generic newline.
para replaces page (now used for pokedex entries).
dex ends a pokedex entry.
text macros in text/ 2014-01-22T02:09:32+00:00 yenatch yenatch@gmail.com 2014-01-22T02:08:30+00:00 2ac15d2475b575207caf74494dd3b6896636a3c4

Split large chunks of text into separate files, and improve Makefile. 2011-12-27T01:40:25+00:00 IIMarckus iimarckus@gmail.com 2011-12-27T01:40:25+00:00 18bf34ec0b5731b46fb0f1533b5c42e85dc18f79 hg-commit-id: 59e6e303019d
hg-commit-id: 59e6e303019d