Commit Graph

10 Commits

Author SHA1 Message Date
Mateusz Naściszewski
676504f0ab
Address review comments 2024-09-18 16:59:25 +02:00
Mateusz Naściszewski
ae3c563713
Mega rename 2024-09-15 20:29:02 +02:00
Kermalis
d719c71e48 Match sub_80A658C through sub_80A65E0 2023-08-18 08:12:41 -04:00
Kermalis
254f034ea2 Match sub_80A64A4 2023-08-16 19:32:51 -04:00
Kermalis
cf4f529718 Match sub_80A6460 2023-08-16 14:32:43 -04:00
Kermalis
932d0945e0 Match sub_800533C 2023-08-16 14:06:18 -04:00
Kermalis
7bcc6e0ea6 Match sub_80A62F0 and GroundSprite_Reset 2023-08-12 11:57:50 -04:00
AnonymousRandomPerson
be20f60ee0 Synced some symbol names with EoS hacking 2023-01-08 04:23:00 -05:00
mid-kid
99a038284b Translate all .include to #include
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 16:29:12 +01:00
Seth Barberee
3e5dd1d047
Death by 74 files (#65)
* 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
2021-10-22 10:01:07 -07:00