pmd-red/src/debug_menu_2.c, branch master Pokémon Mystery Dungeon: Red Rescue Team Death by 74 files (#65) 2021-10-22T17:01:07+00:00 Seth Barberee seth.barberee@gmail.com 2021-10-22T17:01:07+00:00 3e5dd1d047bada52ab0dce2fe58b04e39bcaa1cc * death by 74 files * 20% reached * doc move stuff in pokemon * fix undef reference * doc more and plumb a few more constanst for num party members and num moves * that struct is def PokemonMove.. clean up all code with it
* death by 74 files

* 20% reached

* doc move stuff in pokemon

* fix undef reference

* doc more and plumb a few more constanst for num party members and num moves

* that struct is def PokemonMove.. clean up all code with it
More PMD grind (#50) 2021-09-02T01:05:30+00:00 Seth Barberee seth.barberee@gmail.com 2021-09-02T01:05:30+00:00 db05ce306fa55c9d64b7123e47cf2b66416afe40 * more sese grind * match sub_802ABF8 * some more work
* more sese grind

* match sub_802ABF8

* some more work
Pokemon related decomp (#47) 2021-07-26T04:11:01+00:00 Dennis dhilhorst2000@gmail.com 2021-07-26T04:11:01+00:00 645c45431b0e091234699c3706ff90d1654cfb57 * decompile last function in pokemon_1.s * some pokemon related decomp * more decomp * decomp another function * decompile function * another one * decompile GetPokemonLevelData * decompile more * more decomp * more structure and decomp * decomp another function (need to do some renaming) * rename some stuff * I cant do anything without committing these 2 files

* decompile last function in pokemon_1.s

* some pokemon related decomp

* more decomp

* decomp another function

* decompile function

* another one

* decompile GetPokemonLevelData

* decompile more

* more decomp

* more structure and decomp

* decomp another function (need to do some renaming)

* rename some stuff

* I cant do anything without committing these 2 files
Dungeon pokemon/Floor ID JSON Part 1 (#39) 2021-06-10T03:54:21+00:00 Seth Barberee seth.barberee@gmail.com 2021-06-10T03:54:21+00:00 377bd14ea67d6177250fb401e12d7dfcf44e2cf6 * move Thunderwave and Tiny Woods pokemon to json * rule tweaking to actually build tool before parsing JSON * delete .inc pokemon for tiny Woods and Thunderwave * silence git complaining about br_ips and ips_patch * use defines for species and pass the header file for species * convert sinister woods * convert MtThunderPeak * convert silent chasm * add trial floor_id w/ tiny woods * change make rule name to fix compile * MtSteel converted and bugfix * convert few floor headers and great canyon pokemon * code cleanup * unify unkData into UnkTextStruct2 * more code cleanup and some text decomp * doc more funcs and decomp/split some stuff * document more save stuff * more save work and move some data * pika sniped UpdateNatureTotal * decomp a litle and convert a few more dungeons * better scanning for json files * mt freeze and peak
* move Thunderwave and Tiny Woods pokemon to json

* rule tweaking to actually build tool before parsing JSON

* delete .inc pokemon for tiny Woods and Thunderwave

* silence git complaining about br_ips and ips_patch

* use defines for species and pass the header file for species

* convert sinister woods

* convert MtThunderPeak

* convert silent chasm

* add trial floor_id w/ tiny woods

* change make rule name to fix compile

* MtSteel converted and bugfix

* convert few floor headers and great canyon pokemon

* code cleanup

* unify unkData into UnkTextStruct2

* more code cleanup and some text decomp

* doc more funcs and decomp/split some stuff

* document more save stuff

* more save work and move some data

* pika sniped UpdateNatureTotal

* decomp a litle and convert a few more dungeons

* better scanning for json files

* mt freeze and peak