yenatch 34d7cbb8b7 Text macros.
UnknownText_0x1aa0dc: ; 0x1aa0dc
	db $0, "Nihihi! This GYM", $4f
	db "is great! Only", $51
	db "girls are allowed", $4f
	db "here!", $57
; 0x1aa115

is now

UnknownText_0x1aa0dc: ; 0x1aa0dc
	text "Nihihi! This GYM"
	line "is great! Only"
	para "girls are allowed"
	line "here!"
	done
; 0x1aa115
2014-03-05 22:49:09 -05:00
2014-03-05 06:11:52 -05:00
2014-03-03 21:53:10 -05:00
2014-02-24 21:37:55 -05:00
2014-02-27 10:37:27 -05:00
2014-02-01 20:42:43 -05:00
2013-08-03 13:44:03 -05:00
2014-02-05 18:41:04 -05:00
2013-12-20 21:21:43 -05:00
2013-12-01 16:40:56 -05:00
2013-08-28 04:28:45 -04:00
2014-02-01 13:55:48 -05:00
2013-12-20 02:48:46 -05:00
2013-09-03 17:57:47 -04:00
2014-03-05 22:49:09 -05:00
2014-03-05 06:11:52 -05:00
2013-11-23 14:49:37 -05:00
2014-02-01 13:55:48 -05:00
2013-09-03 18:17:33 -04:00

Pokémon Crystal

This is a disassembly of Pokémon Crystal.

The source code in this project successfully converts back into a ROM image.

The following rom is used as a base:

Pokemon - Crystal Version (UE) (V1.0) [C][!].gbc
md5: 9f2922b235a5eeb78d65594e82ef5dde

To set up the repository, see INSTALL.md.

See also

Description
No description provided
Readme 52 MiB
Languages
Assembly 89.2%
C 6.3%
Python 2%
C++ 1.6%
INI 0.6%
Other 0.2%