Commit graph

2105 commits

Author SHA1 Message Date
dannye
84c7985e67 Fix sound effect channel numbering
mostly so that sound effects that only use the noise channel are
labelled 'Ch7' instead of 'Ch1'
2016-07-27 19:30:57 -05:00
dannye
70dde9d96b Clean up redundant labels
fix trainer header numbering
2016-07-20 00:40:04 -05:00
dannye
25c27785aa A few missed hardcoded decimal points 2016-07-18 01:48:34 -05:00
dannye
7c01509b6b Merge branch 'master' of https://github.com/pret/pokered 2016-07-18 01:32:24 -05:00
dannye
80bae03975 Clean up text commands 2016-07-18 01:17:03 -05:00
yenatch
fc474c8ee7 Use pattern variables in the makefile.
This means dependency scanning only happens as required.
2016-07-01 17:25:11 -04:00
YamaArashi
bfaabd08be Merge pull request #135 from YamaArashi/master
sync tileset WRAM labels
2016-06-12 11:51:59 -07:00
YamaArashi
3ab3f4273b sync home 2016-06-12 11:35:21 -07:00
YamaArashi
3a6a300da4 sync text 2016-06-12 10:11:31 -07:00
YamaArashi
bcb251261d sync tileset WRAM labels 2016-06-12 01:07:52 -07:00
YamaArashi
2b2c6fefd3 Merge pull request #134 from YamaArashi/master
sync engine code with pokeyellow
2016-06-12 00:54:14 -07:00
YamaArashi
61ee396786 more syncing with pokeyellow 2016-06-12 00:52:14 -07:00
YamaArashi
fd2235e678 sync engine code with pokeyellow 2016-06-12 00:52:13 -07:00
dannye
a51037eeee Remove the last address comments
except for wram.asm and sram.asm
also delete unused yellow file
2016-06-12 02:19:44 -05:00
dannye
48e0125bd6 Remove some leftover address comments 2016-06-12 01:42:19 -05:00
YamaArashi
7e12ca56a8 Merge pull request #133 from YamaArashi/master
Remove address comments
2016-06-11 17:30:20 -07:00
YamaArashi
7f34e28f24 remove address comments 2016-06-11 17:24:04 -07:00
YamaArashi
cee4d559f9 crlf to lf 2016-06-11 17:11:05 -07:00
pikalaxalt
d8dae96f35 Implement handy text macros from yellow 2016-06-09 21:20:02 -04:00
pikalaxalt
8b3f9b244d Try again to bump extras 2016-06-09 20:50:31 -04:00
pikalaxalt
a2f7701f34 Merge branch 'master' of https://github.com/pret/pokered 2016-06-09 20:45:02 -04:00
yenatch
2a52979637 Rebump extras.
af6fa345d6 didn't take. I don't know why.
2016-06-09 18:02:29 -04:00
IIMarckus
3425fd6ef8 Sync somewhat with pokeyellow. 2016-06-08 05:45:50 -06:00
IIMarckus
674b4dcc4a Remove the Beach House option. 2016-06-07 23:55:55 -06:00
pikalaxalt
0d687ba25a TX_SFX_KEY_ITEM and mapconst macro 2016-05-30 09:08:40 -04:00
pikalaxalt
b8dfee5114 dbw door tiles 2016-05-22 11:40:49 -04:00
pikalaxalt
bbd3eac610 Finish reversion of .gb file extensions 2016-05-13 18:04:35 -04:00
pikalaxalt
3fe60f7793 Remove the last remaining IF DEF(_YELLOW) 2016-05-13 18:00:38 -04:00
pikalaxalt
31b118ab42 Merge branch 'master' of https://github.com/pret/pokered 2016-05-13 17:59:46 -04:00
pikalaxalt
93fe306475 Split default names strings into separate lines to make it less unpleasant to read 2016-05-13 17:58:34 -04:00
dannye
38ea9cd829 Fix typo: ninetails.asm -> ninetales.asm 2016-04-25 22:01:13 -05:00
IIMarckus
c9bed2d447 Add a TX_MART macro for inventories. 2016-04-08 20:16:42 -06:00
IIMarckus
adc6a3aac7 Clean up script labels in marts and Pokémon Centers. 2016-04-08 19:04:36 -06:00
IIMarckus
72790bcbac Clean up labels and trainer headers for overworld Pokémon. 2016-04-06 20:58:45 -06:00
IIMarckus
3fd6787692 Clean up more Yellow ifdefs. 2016-03-22 00:10:23 -06:00
yenatch
6057f285ad Add a farcall alias. 2016-03-14 21:23:49 -04:00
Marcus Huderle
6de584fe66 Remove hardcoded length values in items.asm 2016-02-21 12:59:33 -08:00
Marcus Huderle
213f6dfc98 Remove hardcoded values for CopyData in battle core. 2016-02-20 13:54:52 -08:00
yenatch
af6fa345d6 Bump extras so that pypng doesn't need to be installed. 2016-02-17 16:34:50 -05:00
yenatch
89e07d0d56 Bump extras. 2016-02-17 16:21:23 -05:00
yenatch
b852fe5b42 Use rgbasm -D in the makefile. 2016-02-17 15:33:01 -05:00
yenatch
8c5bf57464 apt-cyg died again 2016-02-17 15:28:39 -05:00
IIMarckus
757114cad2 Get rid of yellow ifdefs in wild Pokémon. 2016-02-12 21:10:58 -07:00
IIMarckus
360a2200b1 Remove misleading (unreferenced) labels. 2016-01-30 20:40:12 -07:00
PikalaxALT
1980a5befc Macrofy sprite status data in WRA0 2016-01-29 11:20:47 -05:00
dannye
32a464b0f0 Fix logically incorrect label 2016-01-27 23:08:50 -06:00
YamaArashi
8a5a7d8e68 fix typoes 2016-01-09 03:03:55 -08:00
Daniel Harding
db31e5a438 Merge pull request #121 from PikalaxALT/master
Fix a typo
2016-01-06 10:49:22 -06:00
PikalaxALT
cd3eb9867b Fix a typo 2016-01-05 21:55:39 -05:00
luckytyphlosion
115fba107d Merge pull request #120 from PikalaxALT/master
Fix game time labels, wCurrentMapScriptFlags
2016-01-03 14:21:56 -05:00