A Pokemon Red hack to add rematches to the gym leaders of Pokemon. Higher level rosters!
Go to file
MineRobber9000 db1981dd9b Add event flag for Brock rematch 2018-05-25 02:54:24 -04:00
audio Break up sfxnote parameters into duty, volume, volume change and pitch 2018-03-16 20:35:40 -05:00
constants Add event flag for Brock rematch 2018-05-25 02:54:24 -04:00
data Add new trainer parties 2018-05-25 02:49:44 -04:00
engine Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
extras@be6d6c9ce9 sfxnote parameter 1 is length, not duty 2018-03-19 00:18:50 -05:00
gfx Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
home Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
macros sfxnote parameter 1 is length, not duty 2018-03-19 00:18:50 -05:00
maps Remove the Beach House option. 2016-06-07 23:55:55 -06:00
pic Fix Yellow Electrode front pic 2015-07-27 19:40:06 -05:00
scripts Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
text Add Brock rematch text 2018-05-25 02:54:01 -04:00
tools Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
.gitattributes crlf to lf 2016-06-11 17:11:05 -07:00
.gitignore Don't ignore .map files 2015-01-24 09:15:09 -05:00
.gitmodules make extras/ a submodule 2013-09-01 02:27:44 -05:00
.travis.yml faster travis 2018-03-10 19:14:47 -05:00
INSTALL.md Python is no longer used to build. 2018-03-10 19:04:26 -05:00
Makefile Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
README.md Update README.md 2018-05-25 01:28:25 -04:00
audio.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
charmap.asm Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
constants.asm Split macros.asm 2016-07-31 13:04:04 -05:00
home.asm Add space between arguments in assembly instructions and remove redundant a in instructions like add a, x 2017-12-30 01:54:27 +01:00
hram.asm Fix typos in comments 2017-06-24 15:01:43 -05:00
macros.asm Split macros.asm 2016-07-31 13:04:04 -05:00
main.asm Use rgbgfx and c tools instead of the submodule. 2018-03-10 18:53:04 -05:00
pokered.link Use rgblink dmg mode 2018-03-24 13:41:54 -05:00
roms.md5 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
sram.asm Revert "Fix floating sections" 2017-03-21 01:12:49 +00:00
text.asm Add Brock rematch text 2018-05-25 02:54:01 -04:00
vram.asm VRAM constants. 2014-05-29 01:30:09 -07:00
wram.asm Use rgblink dmg mode 2018-03-24 13:41:54 -05:00

README.md

Pokemon Red Rematch

This is a hack of Pokemon Red/Blue that adds rematches for all gym leaders.

To set up the repository, see INSTALL.md.