Rangi
89dfeeb4ee
Add gfx.py with necessary poketools subset
2018-05-31 14:00:55 -04:00
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
Tauwasser
8a1fcb95a5
home/pokemon: disassemble Pokémon sprite uncompression routine
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 14:45:54 +02:00
Tauwasser
83bf919085
home: disassemble decompression routine
...
Matches pokered
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 14:43:59 +02:00
Tauwasser
401cd741b2
wram: add PokéDex flags
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 13:33:18 +02:00
Tauwasser
b92ce65c08
home: disassemble video data copy functions
...
Move to copy2 and rename constants to pokered for consistency
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 04:17:53 +02: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
pfero
1af43919b1
Disassemble the delay functions and some copy functions
2018-05-31 03:45:15 +02:00
Rangi
d63e3a21b1
Define trainer constants; sort party data contiguously
2018-05-30 21:41:22 -04:00
pfero
96049270e0
Remove scan_includes.c
2018-05-31 02:59:50 +02:00
Tauwasser
88b51cfe5f
gitignore: ignore dependency files
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 02:59:40 +02:00
Tauwasser
096913a754
home: add front pic and decompression disassembly
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 02:54:03 +02:00
Tauwasser
613f81d41e
wram.asm: correct comment
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-31 02:49:49 +02:00
sanqui
ec810c5a40
Merge branch 'master' of pfero/pokegold-spaceworld into master
2018-05-30 22:44:58 +00: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
9ab9ea4ab5
Merge branch 'master' of https://git.sanqui.net/pret/pokegold-spaceworld
2018-05-30 16:35:54 -04:00
Rangi
0b20a75753
Dump item and move names
2018-05-30 16:35:43 -04:00
Tauwasser
d687abcb77
gfx: add egg front sprite
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 22:30:57 +02: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
58765f401b
More accurate comments
2018-05-30 15:07:45 -04:00
Rangi
a1550d4c16
'make mostlyclean' preserves graphics; separate frame gfx files
2018-05-30 14:55:37 -04:00
Tauwasser
aa11780082
hram.asm: fix receive spelling error
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 20:34:06 +02:00
Rangi
3a45d7ce12
Split up icon graphics; add missing files
2018-05-30 12:23:53 -04:00
Rangi
3c6e9ccabc
Organize graphics like pokecrystal
2018-05-30 12:00:34 -04:00
dannye
6ef9138b8a
Add more graphics
...
add tools/gfx.c for trimming whitespace from pngs
2018-05-30 04:18:51 -05:00
dannye
943a9c74e4
Add misc graphics
...
add exes to gitignore for those on windows
2018-05-29 23:16:54 -05: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
71cb56a73e
Same pic bank solution as pokecrystal
2018-05-29 19:15:57 -04:00
Rangi
c3bbf7585a
Merge branch 'master' of http://git.sanqui.net:3000/pret/pokegold-spaceworld
2018-05-29 19:06: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
Tauwasser
ad9c76ad95
gfx: remove wrong annon pic
...
My script happily dumped yadoking twice... :|
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:55:49 +02:00
Tauwasser
f43233bbff
gfx, main.asm: add Pokémon sprite bank table
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:42:37 +02: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
Tauwasser
ad308a631b
Makefile: mark converted/compressed picture files precious
...
This is so a) they don't get deleted and b) they don't produce a huge
rm line after the compare target ran.
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:20:30 +02:00
Tauwasser
678055519c
Makefile: clean compressed pictures as well
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 00:20:29 +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
Rangi
50e61769cb
pics -> pokemon (follow pokecrystal convention)
2018-05-29 16:54:19 -04:00
ISSOtm
83b4ef26ac
Add compression tool to .gitignore
2018-05-29 22:33:26 +02:00
ISSOtm
0614ce8b8f
Fix incorrect function in farcall/callfar
2018-05-29 22:32:27 +02:00
Tauwasser
a1314a4671
main.asm: remove unnecessary double include of charmap
...
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-29 22:25:28 +02:00