Commit Graph

23 Commits

Author SHA1 Message Date
Retnuhytnuob
6d0c274c9a
Dumps High Score default data, graphics for High score, ereader and intro screens (#193)
* dump sprites between 957A0 and E1F40

* dump default/debug high scores

* images 9AFC0 and 80500

* high score text name

* naming

* scenes 5-8
2026-02-14 09:10:01 -06:00
Wendy Moniuk
081a0c0b7d
extract icons, egg and various arrays (#188)
Some checks failed
CI / build (push) Has been cancelled
* extract icons, egg and various arrays

* Add the whole animation

* Some cleanup

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2026-02-09 09:00:29 -06:00
Retnuhytnuob
450aa1c2a6
Gbagfx OAM chunk handling, with override support (#143)
Some checks are pending
CI / build (push) Waiting to run
* Add tooling support for graphics with 2^n chunking

* update to OAM handling, from 2n sizing

* Update assembly to use the hex, rather than music name, for ease of uese in decompme/m2C

* additional tools/examples

* graphics build, not currently compare matching.

* remove sprites.png

* working conversion in make file!

* stage/main folder done

* stage/misc folder done

* stage/ruby complete

* stage/sapphire updated

* base for remaining kinda-graphics; file name casing

* more name casing

* extract catch sprites

* remove special 6x4 handling from oam slicer; switched hed the 2 images to using non-oam 2x2 chunks. (net same, but allows the 6x4 to process normally when things like the whalmer are found)

* Palette info for the catch sprites, thanks to cyphgirl

* obliterate the old hatch-sprite code

* refactor segments to not have the base file name dependancy

* catch mon 1-9, horizontal layout

* rename the f param in the json for graphics

* casing cleanup?

* .

* possible fix for the out of date segment piece

* Replace graphic_cnvt_attrs.txt strategy with individually-generated makefile rules

* Don't specify tileCount

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2026-02-08 14:17:19 -06:00
Retnuhytnuob
473dfc06d2
Dump dusclops bonus related graphics (#133)
* dump dusclops bonus stage graphics

* document oam usage

* dusclops bonus graphic

* remove comment

* change out tail half tile for space directive
2025-07-15 07:42:03 -05:00
Retnuhytnuob
4c8d5a9871
DataDump Pokedex entries, (0x0805C8B4) with preproc support, and english dex glyphs (0x08092FA0) (#132)
* text graphics

* add dex preproc, data dump

* remove temp test data from rom.s

* cleanup temp files

* remove dump of 086AE5EC for focus

* correct file reference

* utf handling.

* add second colon

* Align dex entry structs to 4 bytes

* Fix dex text glyphs gfx:

---------

Co-authored-by: Marcus Huderle <huderlem@gmail.com>
2025-07-13 08:18:51 -05:00
Marcus Huderle
27479efa04 add unk13BC struct
Dump bonus field select bg tilemaps

fix palette map filepath check

dump some pokedex graphics
2025-06-10 08:04:16 -05:00
Marcus Huderle
26561946eb Dump bonus field select stages gfx 2025-06-08 09:57:59 -05:00
Marcus Huderle
d05b42098b misc data dumping 2025-06-05 18:26:16 -05:00
Marcus Huderle
ecb5f9f0b8 Dump Gb Player screen data 2025-05-31 12:13:15 -05:00
SombrAbsol
545f113c5a Fix Pelipper typo 2025-05-24 18:19:16 -05:00
WhenGryphonsFly
c5006a2d99 Revoke execute permissions 2023-06-16 20:20:02 -05:00
WhenGryphonsFly
3efabd8be2 Revoke execute permissions 2023-06-16 20:18:38 -05:00
Marcus Huderle
2453ee7a97 Dump options screen bg gfx 2020-07-05 17:34:00 -05:00
Marcus Huderle
9a59f9888e Fix line endings of JASC files 2020-07-05 13:01:02 -05:00
Cameron Hall
a4a7a13d9f convert hardcoded ROM addresses to symbols in asm 2019-08-04 10:34:11 -05:00
Cameron Hall
3878495887 move all externs to header files 2019-08-01 20:02:32 -05:00
Marcus Huderle
c028df7ce7 Decompile a couple functions in titlescreen, and label gMain 2018-10-15 19:57:26 -05:00
Marcus Huderle
d5bf5620a6 Dump some intro graphics 2018-10-15 17:58:37 -05:00
Marcus Huderle
e1be97f81d Dump titlescreen graphics 2018-10-15 17:58:34 -05:00
Marcus Huderle
2262c45958 Dump field select screen graphics 2018-10-15 17:58:28 -05:00
Marcus Huderle
34ff431637 Dump mon hatch sprite graphics 2018-10-14 13:24:18 -05:00
Marcus Huderle
a373dffabf Dump mon portrait gfx 2018-10-13 23:45:26 -05:00
Marcus Huderle
c4fc85ce9e Add graphics capabilities 2018-10-13 15:49:44 -05:00