40 Commits

Author SHA1 Message Date
andwhyisit 35dd3e5ce7 Merge branch 'master' into master-to-patch 2019-02-26 23:24:57 +10:00
obskyr 0a96ab4eb0 Add quotation marks to charset 2019-02-23 17:17:56 +01:00
2Tie 7564f1a7c2 Disassembled the rest of the code in bank 4 as far as i can tell. Lines 899, 1538, and 1631 in engine/menu/start_menu.asm have hardcoded jumps that i couldn't figure out how to make work myself. 2018-11-29 01:50:18 -07:00
Pokeglitch b5f45af7e7 Dumped rest of bank, still need to clean up a few hardcoded addresses 2018-08-21 13:13:00 -04:00
Pokeglitch 27e02c59d9 Extracted corrupted gfx 2018-08-21 08:47:37 -04:00
Pokeglitch 5c52907062 Dumped first section of Bank 2 2018-08-20 08:45:06 -04:00
Rangi 8f3ebd4a59 Extract common exterior tileset graphics 2018-08-19 16:47:06 -04:00
Pokeglitch 9d93ab21de Finished dumping bank 1 2018-07-31 21:06:42 -04:00
obskyr 12ab0415fe Add ellipsis to charset 2018-07-16 20:53:22 +02:00
Sanqui 31f03df0ea Begin English translation with font and main menu 2018-07-07 07:34:00 +02:00
luckytyphlosion e1659ecd41 Introduce linkerscript.
Addresses of sections will now be added to the linkerscript via `org`, and the section name will be the path/to/file. If there is more than one section in the file, then add a @SectionName after the path/to/file to describe the section.
2018-07-03 17:07:05 -04:00
luckytyphlosion 75e4f78492 Merge branch 'master' of https://github.com/luckytyphlosion/pokegold-spaceworld 2018-07-03 13:36:50 -04:00
luckytyphlosion 870d85fc27 Merge branch 'master' of https://github.com/pret/pokegold-spaceworld 2018-07-03 13:27:51 -04:00
ehw 77d75a00c5 Title screen disassembled (new pr) 2018-06-04 00:51:46 -04:00
Tauwasser 9bfd7f3cbe gfx/pokegear: use better format for town map
This makes use of the new --trim-trailing option for tools/gfx

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-03 22:17:01 +02:00
PikalaxALT 8787aac995 Merge branch 'master' into build_more_roms 2018-06-02 22:57:52 -04:00
Tauwasser b0cb7a159d gfx: re-organize some graphics and disassemble gfx load code
All graphics were split so that proper labels could be placed.
Font was not split, because that was nicely handled using the
charmap constants.

If proper lengths should also be handled using automatic calculation
using labels, some graphics would need further splitting up
in order to place labels.s

Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-03 04:21:48 +02:00
PikalaxALT 04883f4bf9 Merge branch 'master' into build_more_roms 2018-06-02 21:26:20 -04:00
PikalaxALT 956d010d59 Make the repository build all four ROMs 2018-06-02 20:16:37 -04:00
ehw 8122f9a8d6 Add trainer battle sprites & update gfx.asm 2018-06-01 22:18:11 -04:00
Tauwasser 4008993044 gfx/annon_pics: annotate ROM addresses
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-06-01 12:04:44 +02:00
Rangi 2804ddca7e Disassemble overworld sprites 2018-05-31 19:38:55 -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
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
Tauwasser d687abcb77 gfx: add egg front sprite
Signed-off-by: Tauwasser <Tauwasser@tauwasser.eu>
2018-05-30 22:30:57 +02:00
dannye aa74f18b4c Add tileset headers and tileset graphics 2018-05-30 15:09:41 -05:00
Rangi a1550d4c16 'make mostlyclean' preserves graphics; separate frame gfx files 2018-05-30 14:55:37 -04: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 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
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
Rangi 50e61769cb pics -> pokemon (follow pokecrystal convention) 2018-05-29 16:54:19 -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
Sanqui 089931b874 Add font GFX 2018-05-29 10:56:04 +02:00