2294 Commits

Author SHA1 Message Date
yenatch
73ffc4677a Image extensions in gfx/{intro,title}. 2014-04-02 00:41:56 -04:00
yenatch
6a66f28bf5 Fix image extensions in gfx/{credits,misc}. 2014-04-02 00:16:03 -04:00
yenatch
49987a7527 A couple more EvosAttacks references. 2014-04-01 17:37:42 -04:00
yenatch
48f4314854 Move monster pics from numbered directories to named ones. 2014-04-01 16:30:38 -04:00
yenatch
1aa75da4d5 Monster pic dimensions in filenames.
While we're here, add the .2bpp root extension too.
2014-04-01 12:44:15 -04:00
yenatch
6122490cc3 Simple graphics handling in the makefile.
Two-way conversion invokes circular dependency warnings, and is outside the scope of the build.
Now it's one-way.
2014-03-31 21:20:42 -04:00
yenatch
8f67227209 Bump pokemontools for gfx handling. 2014-03-31 20:50:23 -04:00
Bryan Bishop
3e81c5eda7 Merge pull request #241 from yenatch/cygwin
Bring back Cygwin instructions and get rid of init.sh
2014-03-08 10:24:46 -06:00
yenatch
77d1d312b0 Clean up the readme again. 2014-03-08 10:59:53 -05:00
yenatch
4a1997ea93 Return of Cygwin (also drop init.sh)
Git requires packages `libsasl2` and `ca-certificates` to work with submodules and https respectively.
Cygwin doesn't install these when installing git. This seems to be the cause of most issues for Cygwin users.
2014-03-08 10:54:11 -05:00
Bryan Bishop
d7166960f8 Merge pull request #240 from yenatch/text
text macros
2014-03-08 08:21:26 -06:00
yenatch
4517ed2e30 Use the "page" text macro in Pokedex entries. 2014-03-07 21:46:33 -05:00
Bryan Bishop
69b20fa83e Merge pull request #239 from yenatch/incbins
Growth rates and misc incbin labels.
2014-03-07 00:01:23 -06:00
yenatch
13d13263af Text macros in move and item descriptions. 2014-03-06 00:58:15 -05:00
yenatch
6062ee0900 Text macros in Pokedex entries. 2014-03-06 00:46:01 -05:00
yenatch
fd6cfc73ee Text macros in text/. 2014-03-06 00:45:28 -05:00
yenatch
e703b5ef48 Text macros in maps/.
Looks fine at a glance.
2014-03-06 00:29:44 -05:00
yenatch
bdbf38b072 Text macros in main.asm.
So far so good.
2014-03-06 00:29:22 -05:00
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
yenatch
1fe2560a36 Growth rate data. 2014-03-05 06:11:52 -05:00
yenatch
c0e07f5e5d Items and dolls bought by Mom. 2014-03-05 04:32:35 -05:00
yenatch
6856667b36 Magnemite and Magneton handling in the Time Machine. 2014-03-05 02:45:33 -05:00
yenatch
d952b5c3eb Label more graphics in bank 3e. 2014-03-05 02:43:08 -05:00
yenatch
6fddb8ba85 Use struct macros for audio channels in wram. 2014-03-04 21:41:30 -05:00
Bryan Bishop
c1f18c79b8 Merge pull request #238 from yenatch/incbins
Pokedex and some mobile link location names.
2014-03-04 09:17:17 -06:00