167 Commits

Author SHA1 Message Date
yenatch
08ea5a9ba1 Duplicate version rules so make doesn't conflate object patterns. 2016-06-19 00:58:58 -04:00
yenatch
3ac15eeee9 Add make tidy to clean objects, but not images (which take longer to rebuild). 2016-06-19 00:56:43 -04:00
yenatch
3c38d6b814 text.c doesn't depend on GEN_LINK_HEADERS. 2016-06-19 00:03:26 -04:00
yenatch
50cc6d4a76 Get rid of GEN_FONTS. 2016-06-19 00:01:06 -04:00
yenatch
717026d439 src/link.c also depends on LINK_HEADERS. 2016-06-18 23:58:40 -04:00
yenatch
fec4708e80 Fix a typo in the makefile. 2016-06-18 22:06:21 -04:00
yenatch
17a36933e1 Fix ld_script preprocessing. 2016-06-18 22:02:14 -04:00
yenatch
9d069cf3d6 Merge remote-tracking branch 'origin/master'
Conflicts:
	Makefile
2016-06-18 21:44:41 -04:00
yenatch
5ce142208e Build Sapphire.
Note: Sapphire doesn't match yet.
2016-06-18 21:30:21 -04:00
YamaArashi
32906c6d20 unused mix records script 2016-06-18 10:54:56 -07:00
YamaArashi
fea859ac7b sample messages 2016-06-18 10:26:26 -07:00
YamaArashi
fb18062d68 tile scripts 2016-06-18 10:20:58 -07:00
YamaArashi
7fe8418deb more ruby/sapphire differences 2016-06-18 02:35:55 -07:00
YamaArashi
c2193f0d39 fix build error 2016-06-18 00:04:31 -07:00
ProjectRevoTPP
4cd3e87f5d Dissassemble title screen assets for version differences (#11) 2016-06-17 23:33:39 -07:00
YamaArashi
91e54a5930 dump some std scripts 2016-06-17 23:31:17 -07:00
YamaArashi
4c97f5ad0f support 1 to 256 colors in palettes 2016-06-17 21:02:07 -07:00
YamaArashi
1c57bf698b some Sapphire script differences 2016-06-17 20:56:57 -07:00
YamaArashi
cb6515e712 sapphire rom header 2016-06-17 16:39:00 -07:00
YamaArashi
723b0f247b account for differences in Sapphire's code 2016-06-17 14:45:36 -07:00
YamaArashi
852e2fd538 Update INSTALL.md 2016-06-17 05:23:56 -07:00
ProjectRevoTPP
14dcee450d Potential fix for Issue #1 (#10)
replace all-zero incbins with .space and build fixes for certain Linux configurations
2016-06-17 05:00:47 -07:00
YamaArashi
49304ec33b Merge pull request #9 from yenatch/master
Dump the maps.
2016-06-17 04:54:28 -07:00
yenatch
8de49d722c Dump the maps. 2016-06-16 16:11:29 -04:00
yenatch
9d8d999973 Add msgbox, giveitem, givedecoration. 2016-06-16 16:04:15 -04:00
yenatch
e94cd48030 Add macros for maps and scripts.
Change map constants to resemble labels to avoid having to convert.
2016-06-15 16:38:19 -04:00
ProjectRevoTPP
f2654a380e Dump graphics from graphics.s (#7)
* dump rom header as bytes

* dissassemble egg hatching animation image

* dissassemble gba picture for trading and its palette

* split egg images and add dissassemble trade shadow

* dump menu graphics and palette - requires precompressed files due to broken gbagfx

* fix menu graphics and include palette

* update makefile because it didnt want to include makefile in commit

* dump unused character table

* finish fixing menu concatenation

* dump open pokeball graphic

* dissassemble pokeball icons

* rename openball file

* dump rest of D019E4 as unknown bins and graphic

* dissassemble gBattleAnimPicTable
2016-06-14 14:27:21 -07:00
YamaArashi
abf89edae8 fix rsfont 2016-06-11 13:23:39 -07:00
YamaArashi
5dde2ecaaf switch order of fill macros from dest, value to value, dest 2016-06-10 19:22:09 -07:00
YamaArashi
320deb92dd remove unused variables 2016-06-10 18:57:31 -07:00
YamaArashi
a27cec41b5 decompile palette.c 2016-06-10 18:37:25 -07:00
YamaArashi
a37de9f763 double-colon global labels in preproc; misc other stuff 2016-06-09 01:32:19 -07:00
YamaArashi
54c60e33cb Japanese status condition strings 2016-06-06 00:29:25 -07:00
YamaArashi
e5c6dfda46 get rid of Nintendo logo incbin 2016-06-05 22:13:28 -07:00
YamaArashi
20ca342878 add support for .braille directive to preproc 2016-06-05 22:00:06 -07:00
YamaArashi
6c47f9de06 another function pointer table 2016-06-05 20:22:36 -07:00
YamaArashi
3e5fac07b3 label internal data2.s pointers 2016-06-05 20:11:51 -07:00
YamaArashi
80dd30521f data2.s function pointer labels 2016-06-05 18:16:26 -07:00
ProjectRevoTPP
27b74ac5c7 Dump all pure pointer tables and label them (#6)
dump pure pointer tables
2016-06-05 17:52:38 -07:00
YamaArashi
0605b0a2c6 sprite tile allocation macros 2016-06-05 16:14:19 -07:00
YamaArashi
255cd5afad kun/chan 2016-06-05 15:47:57 -07:00
YamaArashi
c254a2ea8a define variables in agb_flash.c 2016-06-05 15:23:37 -07:00
YamaArashi
64878abe40 define variables in rtc.c 2016-06-05 15:06:14 -07:00
YamaArashi
2998cc719a link.c 2016-06-05 13:43:46 -07:00
YamaArashi
2405230037 fix some text macros 2016-05-31 01:49:51 -07:00
YamaArashi
cb8889f397 remove 'replacing incbin' comments 2016-05-31 01:35:45 -07:00
YamaArashi
b8accc4c70 more Japanese strings 2016-05-31 01:26:53 -07:00
YamaArashi
9e8fdbcd1c tamago (egg) strings 2016-05-31 00:58:16 -07:00
YamaArashi
1e30ccbfaa sound check katakana string 2016-05-31 00:42:54 -07:00
YamaArashi
7a5b316d27 remove string_utils.s 2016-05-30 23:31:32 -07:00