yenatch 795decd080 Add text macros
Before text looked like:

_CeladonCityText2: ; a5a4b (29:5a4b)
	db $0, "Heheh! This GYM", $4f
	db "is great! It's", $55
	db "full of women!", $57

Now it looks like:

_CeladonCityText2: ; a5a4b (29:5a4b)
	text "Heheh! This GYM"
	line "is great! It's"
	next "full of women!"
	done
2014-01-21 21:09:22 -05:00
2014-01-09 14:42:47 -05:00
2013-12-19 08:53:17 -05:00
2014-01-09 14:17:58 -05:00
2013-09-01 02:27:44 -05:00
2014-01-21 14:24:40 -05:00
2014-01-07 19:13:37 -05:00
2013-12-11 23:33:53 -05:00
2014-01-21 21:09:22 -05:00
2014-01-21 14:29:14 -05:00
2014-01-07 19:13:37 -05:00
2014-01-07 19:13:37 -05:00
2013-12-08 16:15:14 -05:00
2014-01-07 19:13:37 -05:00

Pokémon Red

This is a disassembly of Pokémon Red.

It uses the following ROM as a base:

Pokemon Red (UE) [S][!].gb
(MD5: 3d45c1ee9abd5738df46d2bdda8b57dc)

To set up the repository, see INSTALL.md.

See also

S
Description
Disassembly of Pokemon Yellow
Readme 30 MiB
Languages
Assembly 98.2%
C 1.1%
INI 0.5%
Makefile 0.1%