Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-25 | Decomped CanMoveInDirection() | AnonymousRandomPerson | |
2022-01-20 | Merge pull request #93 from AnonymousRandomPerson/master | Seth Barberee | |
More AI decomp | |||
2022-01-20 | Decomped IsSleeping() | AnonymousRandomPerson | |
-Function provided by SethBarberee. | |||
2022-01-16 | Made recruit rate signed in species data | AnonymousRandomPerson | |
2022-01-13 | Decomped SetWalkAction() | AnonymousRandomPerson | |
2022-01-13 | Decomped HasStatusAffectingActions() | AnonymousRandomPerson | |
2022-01-08 | Labeled CalculateFacingDir() | AnonymousRandomPerson | |
2022-01-07 | Decomped HasNegativeStatus() | AnonymousRandomPerson | |
2022-01-07 | Merge pull request #92 from AnonymousRandomPerson/master | Seth Barberee | |
More item AI decomp | |||
2022-01-07 | Decomped CanTargetAdjacentPokemon() | AnonymousRandomPerson | |
2022-01-06 | Decomped RoundUpFixedPoint() | AnonymousRandomPerson | |
2022-01-06 | Fixed typo with Munchlax | AnonymousRandomPerson | |
2022-01-06 | Labeled Warp Scarf variables | AnonymousRandomPerson | |
2022-01-04 | Moved some constants from data to source | AnonymousRandomPerson | |
2022-01-04 | Decomped EvaluateItem() | AnonymousRandomPerson | |
2021-12-29 | Decomped HasItem() | AnonymousRandomPerson | |
2021-12-28 | Merge pull request #91 from AnonymousRandomPerson/master | Seth Barberee | |
More item AI decomp | |||
2021-12-28 | Created header for pokemon_3 | AnonymousRandomPerson | |
2021-12-28 | Decomped IsTargetStraightAhead() | AnonymousRandomPerson | |
2021-12-28 | Decomped TargetThrownItem() | AnonymousRandomPerson | |
2021-12-28 | Merge pull request #90 from pret/pokemon_mail_data | Seth Barberee | |
Pokemon mail data and some decomp | |||
2021-12-24 | decomp some more | Seth Barberee | |
2021-12-22 | move pokemon mail data to src | Seth Barberee | |
2021-12-21 | Merge pull request #87 from SethBarberee/personality_test_data_2 | Seth Barberee | |
Personality test data 2 | |||
2021-12-21 | Delete build artifacts on clean target (#89) | Seth Barberee | |
* delete build artifacts on clean target * clean out the graphics files too * fix up auto-gen message on pokemon_found and move END_OF_TABLE to actual end of table | |||
2021-12-21 | use personality natures for wraparound | Seth Barberee | |
2021-12-20 | Merge pull request #86 from mid-kid/master | Seth Barberee | |
More disassembly and dependency generation fixes... | |||
2021-12-20 | Explicitly declare dependencies for generated files | mid-kid | |
These are harder to pick up automatically, and will only change when the tools are edited, anyway... Any other methods for solving this issue can always be reconsidered later down the line... | |||
2021-12-20 | Translate all .include to #include | mid-kid | |
This decision was made to reduce the complexity of using .include whilst juggling with tools/scaninc and tools/preproc: - tools/scaninc doesn't apply the proper search rules for .include (it assumes #include behavior). In particular, it doesn't consider paths starting from $PWD, and doesn't scan the included files as a result. - .include had to be processed before #include by preproc in many cases, as code was being included that had to be preprocessed by CPP (think of #define). This contradicts standard GCC behavior. To make include paths consistent across the asm/ data/ and src/ directories, the following files were moved: - constants/ → include/asm/constants/ - asm/macros/ → include/asm/macros/ - asm/macros.inc → include/asm/macros.inc - include/macros/m4a.inc → include/asm/macros/m4a.inc As part of the necessary changes for this to work, the scaninc method in the makefile was improved to generate .d files that don't choke when files are missing. | |||
2021-12-20 | Finish de-incbinning data_80E59A8.s and data_80E7D40.s | mid-kid | |
2021-12-20 | Finish de-incbinning data_80D47B8.s and data_80DED44.s | mid-kid | |
2021-12-19 | Merge pull request #88 from AnonymousRandomPerson/master | Seth Barberee | |
Renamed inconsistent color macros | |||
2021-12-19 | Renamed inconsistent color macros | AnonymousRandomPerson | |
2021-12-19 | fix nonmatch and move question references | Seth Barberee | |
2021-12-19 | all data moved except questions | Seth Barberee | |
2021-12-19 | Merge pull request #85 from AnonymousRandomPerson/master | Seth Barberee | |
More AI decomp | |||
2021-12-18 | Decomped GetMapTileAtPosition() | AnonymousRandomPerson | |
2021-12-17 | Moved gDungeonGlobalData definition to dungeon_global_data.h | AnonymousRandomPerson | |
2021-12-17 | Decomped InSameRoom_2() | AnonymousRandomPerson | |
2021-12-14 | Decomped CanSee() | AnonymousRandomPerson | |
2021-12-14 | Swapped out more text macros | AnonymousRandomPerson | |
2021-12-14 | Decomped CanTarget() | AnonymousRandomPerson | |
2021-12-13 | Dump and document status sprites | mid-kid | |
2021-12-13 | Dump status names and descriptions | mid-kid | |
2021-12-13 | Dump unidentified tables | mid-kid | |
2021-12-13 | Finish de-incbinning data.s | mid-kid | |
2021-12-12 | Dungeon random/AI decomp + converted positions to structs (#83) | Cheng Hann Gan | |
* Decomped RollPercentChance() * Decomped DungeonRandomCapped() * Decomped DungeonRandom() * Decomped FindRockItemTargets() -Added position struct. | |||
2021-12-09 | AI decomp + type cleanup (#82) | Cheng Hann Gan | |
* Decomped SetAction() * Changed MapTile.tileType to u16 bit field * Decomped FindStraightThrowableTargets() * Cleaned up CannotAttack() * Cleaned up some externs * Converted dungeon action to substruct | |||
2021-12-01 | No wifi + 2 days on train = more decomp (#80) | Seth Barberee | |
* No wifi + 2 days on train = more decomp * layin some more * one func, one file | |||
2021-11-22 | Label all entities in Boss Fight Cutscenes (#78) | Seth Barberee | |
* label all entities in cutscenes * remove commented func.. wasn't matching anyway * Skarmony -> Skarmory |