pmd-red/data/dungeon
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
..
Autopilot Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
Boss3 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
Boss4 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
Boss9 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
BuriedRelic Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
D50 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
D51 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
D54 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
D61 Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
D63 Fixed CRLF->LF (#58) 2021-10-01 13:31:27 -07:00
DarknightRelic Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
DesertRegion Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
DojoRegistration Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FantasyStrait Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FantasyStraitAlt Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FaroffSea Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FieryField Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FrostyForest Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
FrostyGrotto Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
GrandSea Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
GreatCanyon Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
HowlingForest Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
JoyousTower Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
LapisCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
LightningField Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MagmaCavern Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MagmaCavernPit Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MarvelousSea Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MeteorCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtBlaze Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtBlazePeak Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtFaraway Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtFreeze Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtFreezePeak Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtFreezePeakAlt Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtSteel Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtThunder Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MtThunderPeak Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
MurkyCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
NorthernRange Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
NorthwindField Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
OddityCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
PitfallValley Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
PurityForest Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
RemainsIsland Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
RockPath Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SilentChasm Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SilverTrench Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SinisterWoods Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SkyTower Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SkyTowerSummit Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SnowPath Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SolarCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
SouthernCavern Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
StormySea Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
ThunderwaveCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
TinyWoods Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
UnownRelic Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
UproarForest Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
WaterfallPond Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
WesternCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
WishCave Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
WondrousSea Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
WyvernHill Defined more in-dungeon structs and enums (#53) 2021-09-09 16:22:48 -07:00
.gitignore minor code cleanup 2021-07-12 17:50:19 -05:00
banfont.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
banrpal.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
colvec.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
etcfont.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
etcfonta.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
fixedmap.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
floor_id.inc Translate all .include to #include 2021-12-20 16:29:12 +01:00
hp5font.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
itempat.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
items_found.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
jyochu.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
levfont.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
main_data.inc Translate all .include to #include 2021-12-20 16:29:12 +01:00
pokemon_found.inc Translate all .include to #include 2021-12-20 16:29:12 +01:00
trappat.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00
traps_found.inc Miscellaneous Work (Again) (#31) 2021-03-23 12:11:10 -05:00
zmappat.inc Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00