Commit Graph

27 Commits

Author SHA1 Message Date
Rangi
0953f537d4 Declare Pokédex type search data; add more comments 2018-05-31 11:32:30 -04:00
Rangi
de11c8f2f0 Declare Pokémon names 2018-05-31 10:50:15 -04:00
pfero
77ea015d66 party_pointers.asm -> party_pointers.inc
In the same vein as evos_attacks_pointers.inc, they depend on being in
the same bank, and thus belong in the same section.
2018-05-31 03:49:15 +02:00
Rangi
d63e3a21b1 Define trainer constants; sort party data contiguously 2018-05-30 21:41:22 -04:00
pfero
cd9191b074 Clean up Makefile
This makefile can now figure graphics dependencies on its own, creates
dependency files for each compilation unit and compiles everything
separately.

This is a proposal. Please try it out, read the Makefile to see if you
get what I'm trying to do, and propose any improvements you want.
2018-05-30 22:53:59 +02:00
Rangi
0b20a75753 Dump item and move names 2018-05-30 16:35:43 -04:00
Rangi
20a2f81a2b Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworld 2018-05-30 16:16:13 -04:00
Rangi
eb496b2511 Dump trainer class names 2018-05-30 16:15:58 -04:00
dannye
aa74f18b4c Add tileset headers and tileset graphics 2018-05-30 15:09:41 -05:00
Rangi
eeed857d5c Start all trainer party groups 2018-05-30 15:46:12 -04:00
Rangi
7b91435b45 More trainer parties 2018-05-29 21:06:50 -04:00
Rangi
b9d4178dad Start decoding trainer parties 2018-05-29 19:35:36 -04:00
Rangi
2f65c68550 Small temporary SECTION headers go in main.asm, so the individual files won't all need fixing later 2018-05-29 19:06:23 -04:00
Rangi
5946e4a889 Fix base stat syntax 2018-05-29 18:31:18 -04:00
Rangi
4dae251976 Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld 2018-05-29 18:28:09 -04:00
Rangi
22c1315dd5 Include base data (some Pokémon needed TM/HM flags beyond 57) 2018-05-29 18:27:55 -04:00
Tauwasser
8ef0fc660d gfx, main.asm: add Pokémon front and back pics
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:21:03 +02:00
Tauwasser
aafbc819c7 base_stats.asm: prepare pokered macros to measure length of an individual stat entry
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:20:30 +02:00
Rangi
4696144301 Include data in main.asm (not base data, it doesn't match yet) 2018-05-29 18:15:41 -04:00
Rangi
cd82d460b3 Declare type chart 2018-05-29 17:20:06 -04:00
Tauwasser
cb21c76b0c gfx, main.asm: add annon front and back pics
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29 22:15:33 +02:00
Rangi
0440c1c6d1 Declare gojuon dex order 2018-05-28 20:54:46 -04:00
Rangi
b9298abb7a Declare base data 2018-05-28 18:20:13 -04:00
Rangi
bb411eeeb5 Comment on missing evolution data 2018-05-28 17:19:26 -04:00
Rangi
8ca63d6658 Evos+attacks 2018-05-28 16:25:46 -04:00
Rangi
f9f36ac093 These are dex IDs, not internal indexes 2018-05-28 15:36:35 -04:00
Rangi
16324afe60 Define item constants; declare TM/HM moves 2018-05-28 14:56:11 -04:00