Filipe Rodrigues 25c32f977c Function table heuristics now take the known data table for filtering.
`Directive::decode_with_data` now returns a `Result`.
Fixed `DataType` not rounding strings to the next word.
`Data` now sorts by smallest first in case positions are equal.
Fixed `get_containing` in `DataTable` and added `get_starting_at`.
2021-01-13 22:33:10 +00:00
2021-01-09 14:37:15 +00:00
2020-10-22 01:02:01 +01:00
2020-10-22 01:02:01 +01:00
2021-01-08 13:39:50 +00:00
2020-07-14 12:48:25 +01:00
2020-10-25 22:46:04 +00:00

Dcb

Rust API for the PS1 game Digimon Digital Card Battle.

This API offers various entry points to modify the game file, in the .bin format, alongside a .cue.

Features

Currently supported features include:

  • Per-card editing.

    Each card may be edited, including digimon, items and digivolves. Currently cards cannot be removed or edited, just added, however.

Planned features

  • Deck manipulation.

    Currently half-implemented.

    Would allow editing decks of opponents.

  • Save file modification.

    Would allow the save files to be changed, such as player-decks, progress, cards unlocked, etc.

Description
Digimon Digital Card Battle Hacking utilities
Readme 2.6 MiB
Languages
Rust 99.9%
Python 0.1%