Commit Graph

23 Commits

Author SHA1 Message Date
DizzyEggg 4734201c6d dungeon map documentation done 2025-03-07 14:35:34 +01:00
AnonymousRandomPerson 299177c47a Renamed EntityExists to EntityIsValid 2024-12-28 22:11:54 -06:00
Mateon1 4c8a8f4b30 GetTile -> const Tile* 2024-11-16 19:43:16 +01:00
AnonymousRandomPerson 5f48654c20 Sync some dungeon vars names with Sky 2024-11-15 00:00:57 -05:00
Kermalis e6f00864bd sin_abs_4096 -> sin_4096 2024-11-06 12:54:01 -05:00
DizzyEggg b71f4b17d8 rename format string related 2024-10-29 14:41:09 +01:00
DizzyEggg 4bb3c6c58c rename 80521D0 to dungeon message 2024-10-22 11:55:53 +02:00
DizzyEggg c6a0dd2d0f document some of the message log 2024-10-22 11:09:42 +02:00
Mateon1 fa2d34f2d9 Tutorial renames 2024-10-15 00:26:15 +02:00
Mateusz Naściszewski ae3c563713 Mega rename 2024-09-15 20:29:02 +02:00
Seth Barberee dbcb324c73 document, decomp, cleanup 2023-11-19 22:13:51 -08:00
Roshan Padaki 9ec6e1403f actually, just decomp cos/sin/mod 2023-09-24 04:13:21 -04:00
Kermalis 09d6c61f84 Rename gTeamInventoryRef and gTeamInventory 2023-08-05 13:46:05 -04:00
Seth Barberee ba9f894149 decomp another func and document a little more 2023-05-01 11:19:54 -07:00
Seth Barberee 0520040b07 decomp some more dungeon funcs 2023-04-14 11:39:11 -07:00
Seth Barberee 870de4e482 decomp another func and document a few more fields in gDungeon 2023-04-08 19:38:28 -07:00
AnonymousRandomPerson be20f60ee0 Synced some symbol names with EoS hacking 2023-01-08 04:23:00 -05:00
Seth Barberee 1255d15326 some more decomp 2022-04-24 11:01:01 -07:00
AnonymousRandomPerson 60a19d681c Decomped GetMapTile_2 2022-02-20 21:59:23 -05:00
AnonymousRandomPerson f728e7e90e Decomped DecideAttack() 2022-02-04 23:13:01 -05:00
AnonymousRandomPerson a61f7ea2a1 Decomped HasItem() 2021-12-29 23:33:22 -06: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
AnonymousRandomPerson da8fcb2ac8 Decomped CanSee() 2021-12-14 23:26:56 -05:00