Commit graph

1724 commits

Author SHA1 Message Date
iimarckus
f17320d7a8 Merge pull request #19 from yenatch/crystal-makefile
bring pokered into this century
2013-12-09 21:23:19 -08:00
yenatch
1953e89b86 makefile: find -delete isnt portable 2013-12-09 23:47:39 -05:00
U-Fish-PC\Daniel
321e432e07 Misc clean up 2013-12-09 10:55:50 -05:00
yenatch
81c6bed27d init.sh for lazy installs 2013-12-08 21:43:39 -05:00
yenatch
20c01389cc clearer install instructions 2013-12-08 20:13:10 -05:00
yenatch
b9218d843b Makefile: use += to append to variables 2013-12-08 18:02:29 -05:00
yenatch
493b483490 prequeue: say how many files are being preprocessed 2013-12-08 18:01:53 -05:00
yenatch
39a55822ce relative link to install in readme 2013-12-08 16:15:14 -05:00
yenatch
71c36820a7 bump pokemontools for scan_includes fix 2013-12-08 16:03:47 -05:00
yenatch
37f4f47aa8 add INSTALL.md and README -> README.md 2013-12-08 16:02:25 -05:00
yenatch
dee4943043 finish off wram labels and fix up mistaken label overloads 2013-12-08 14:58:05 -05:00
yenatch
f671ebc143 wram labels and clarify safari zone step counter 2013-12-08 14:48:17 -05:00
yenatch
197efee458 even more wram labels 2013-12-08 14:25:19 -05:00
yenatch
4f527b7eef more wram labels 2013-12-08 04:58:44 -05:00
yenatch
516dbd1aae Makefile: $: is not an escaped : 2013-12-08 01:36:59 -05:00
yenatch
168d03b957 Merge remote-tracking branch 'iimarckus/master' into crystal-makefile
Conflicts:
	Makefile
	main.asm
2013-12-07 23:31:49 -05:00
yenatch
766429f7d6 bump pokemontools for global label handling 2013-12-07 20:07:40 -05:00
yenatch
be83aeda84 include globals.asm in rgbasm objects 2013-12-07 20:02:51 -05:00
yenatch
f8258985aa INCLUDE .asm instead of .tx
.tx is a build abstraction. if the process changes down the line, .tx includes will break
2013-12-07 20:02:50 -05:00
yenatch
23268279f2 prequeue: less wasteful stdout rerouting 2013-12-07 20:02:49 -05:00
yenatch
120ba96649 handle preprocessing in one python procress; export asm labels
instead of running a process for each file, one process handles all files
rgbasm requires label EXPORT definitions for cross-object compiling. this is handled by globals.asm
2013-12-07 20:01:50 -05:00
yenatch
bacc4594c0 bump pokemontools to support makefile changes 2013-12-06 20:21:14 -05:00
yenatch
1dd87231f7 map/symfiles in .gitignore 2013-12-06 19:37:48 -05:00
yenatch
07a7739f3e rewrite the makefile to be consistent with pokecrystal
still needs globals.asm and a preprocessor queue to compile multiple objects

also, spit out a mapfile and symfile
2013-12-06 01:12:41 -05:00
Marcus Huderle
ac9e622144 Nicknaming screen loads the 'ED' symbol separately. 2013-12-05 14:55:28 -08:00
Marcus Huderle
254ee773c1 Cleaned up TitleScreenPokemonLogoYScrolls to use base-10 numbers. 2013-12-05 13:29:01 -08:00
Marcus Huderle
10b9930693 FlyWarp data for maps in which you fall down holes. 2013-12-05 14:46:44 -06:00
Marcus Huderle
406eda8bbe Cable Club NPC Text labels. 2013-12-05 12:04:22 -06:00
Marcus Huderle
1e5ba689bc Vending Machine routine and texts. 2013-12-05 11:17:33 -06:00
Marcus Huderle
87ccef0e43 BattleCenter and TradeCenter warp data specs. Also renamed FirstMapSpec to FirstMapWarpSpec. 2013-12-05 10:41:18 -06:00
Marcus Huderle
e23f3ce2a2 Title screen pokemon logo bouncing effect. 2013-12-05 10:02:20 -06:00
yenatch
fbc0e5353b rename textpre.py -> preprocessor.py 2013-12-05 01:42:50 -05:00
yenatch
3904b5aba5 clean up remaining constants 2013-12-05 01:37:44 -05:00
yenatch
5dc5feb29c split related constants into constants/ 2013-12-05 01:34:12 -05:00
yenatch
12f8023599 split rgbasm macros into macros.asm 2013-12-05 01:25:12 -05:00
yenatch
a548c1d097 split wram/hram out of constants.asm and start using wram sections
also inadvertently labeling some hard addresses
2013-12-05 01:18:14 -05:00
U-Fish-PC\Daniel
2ed422c696 IshiharaTeam 2013-11-26 13:32:08 -05:00
U-Fish-PC\Daniel
6b37623b1d FlyWarp data 2013-11-26 12:11:44 -05:00
U-Fish-PC\Daniel
6d6ce4c35b Evem more map scripts 2013-11-26 10:15:36 -05:00
U-Fish-PC\Daniel
fa3d148935 Complete Map Scripts 2013-11-24 15:25:41 -05:00
U-Fish-PC\Daniel
33a233c6a1 Unincbin more map scripts 2013-11-17 02:05:33 -05:00
U-Fish-PC\Daniel
e30f1be2b1 Add OAM data 2013-11-16 23:13:32 -05:00
U-Fish-PC\Daniel
ffc4c03e19 Dissasemble and clean up 2013-11-15 01:56:54 -05:00
U-Fish-PC\Daniel
80f3c18776 Disassemble incbinned predef routines 2013-11-15 00:38:45 -05:00
U-Fish-PC\Daniel
42489ab02f Add labels to PredefPointers: 2013-11-12 14:58:41 -05:00
U-Fish-PC\Daniel
0e347a3b4f Remove music.tx from Makefile for pokeblue 2013-11-10 12:47:23 -05:00
U-Fish-PC\Daniel
b474bbdde7 remove more redundant addresses 2013-11-09 14:21:51 -05:00
U-Fish-PC\Daniel
d6bbdee236 Fix duty label numbers 2013-11-03 18:17:11 -05:00
IIMarckus
c60da440b6 Merge branch 'master' of https://github.com/Sanky/pokered
Conflicts:
	main.asm
2013-11-01 20:15:09 -06:00
U-Fish-PC\Daniel
0bdfbd8762 All INCBIN baserom.gbcs begin with \n and all INCBINs of gfx etc begin with \t 2013-11-01 10:08:41 -04:00