pmd-red/data
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
..
dungeon Translate all .include to #include 2021-12-20 16:29:12 +01:00
item Labeled more symbols (#77) 2021-11-20 08:47:46 -08:00
move Finish de-incbinning data_80D47B8.s and data_80DED44.s 2021-12-20 16:11:19 +01:00
pokemon Extracted species/item/move strings (#63) 2021-10-10 07:59:35 -07:00
scripts Swapped out more text macros 2021-12-14 22:54:04 -05:00
text Swapped out more text macros 2021-12-14 22:54:04 -05:00
cutscenes_1.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
cutscenes.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
data_80B9BB8.s Swapped out more text macros 2021-12-14 22:54:04 -05:00
data_80D47B8.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
data_80DED44.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
data_80E1F30.s Renamed inconsistent color macros 2021-12-19 17:19:13 -06:00
data_80E7D40.s Finish de-incbinning data_80E59A8.s and data_80E7D40.s 2021-12-20 16:16:37 +01:00
data_80E59A8.s Finish de-incbinning data_80E59A8.s and data_80E7D40.s 2021-12-20 16:16:37 +01:00
data_80E2068.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
data_80F4278.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
data_810AC60.s Labeled more symbols (#77) 2021-11-20 08:47:46 -08:00
data_810AE24.s Renamed inconsistent color macros 2021-12-19 17:19:13 -06:00
data_8270000.s Some Personality and data (#26) 2021-02-07 21:10:12 -06:00
data.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
dungeon_sbin.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
effect_sbin.s mass doc'ing of symbols and some tiny decomp work 2021-01-20 16:02:26 -06:00
friend_area_dialogue.s Swapped out more text macros 2021-12-14 22:54:04 -05:00
friend_area.inc Swapped out more text macros 2021-12-14 22:54:04 -05:00
ground_sbin.s mass doc'ing of symbols and some tiny decomp work 2021-01-20 16:02:26 -06:00
monster_sbin.s mass doc'ing of symbols and some tiny decomp work 2021-01-20 16:02:26 -06:00
ornament_sbin.s mass doc'ing of symbols and some tiny decomp work 2021-01-20 16:02:26 -06:00
personality_test.s Swapped out more text macros 2021-12-14 22:54:04 -05:00
pokemon_mail.s Swapped out more text macros 2021-12-14 22:54:04 -05:00
sound_data.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
system_sbin.s Translate all .include to #include 2021-12-20 16:29:12 +01:00
titlemenu_sbin.s mass doc'ing of symbols and some tiny decomp work 2021-01-20 16:02:26 -06:00
unk_data.s Sese's April/May Dump (#37) 2021-05-15 18:59:55 -05:00