diff options
author | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 16:06:05 -0400 |
---|---|---|
committer | Rangi <remy.oukaour+rangi@gmail.com> | 2020-09-22 16:06:05 -0400 |
commit | c9a953200e5bb1cfc7d876d9e0428ac99dcbc419 (patch) | |
tree | 1b7a8ffd16e55b20b2a20fca62c0e24853d7643f | |
parent | 82cec686eca214edc5b2749b0f7a3cad60cb507b (diff) |
include -> INCLUDE
39 files changed, 39 insertions, 39 deletions
diff --git a/data/items/attributes.asm b/data/items/attributes.asm index bdc7d16..f191659 100644 --- a/data/items/attributes.asm +++ b/data/items/attributes.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" item_attribute: MACRO ; price, held effect, parameter, property, pocket, field menu, battle menu diff --git a/engine/battle/core.asm b/engine/battle/core.asm index 77a4d6b..4035bc3 100644 --- a/engine/battle/core.asm +++ b/engine/battle/core.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/battle/core.asm", ROMX _BattleRandom: diff --git a/engine/battle_anims/bg_effects.asm b/engine/battle_anims/bg_effects.asm index 1119e1a..6e75d78 100644 --- a/engine/battle_anims/bg_effects.asm +++ b/engine/battle_anims/bg_effects.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/battle_anims/bg_effects.asm", ROMX diff --git a/engine/dumps/bank01.asm b/engine/dumps/bank01.asm index ab5f52d..a420111 100755 --- a/engine/dumps/bank01.asm +++ b/engine/dumps/bank01.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/dumps/bank01.asm@Function40fd", ROMX diff --git a/engine/dumps/bank02.asm b/engine/dumps/bank02.asm index 94ecb7c..d69e694 100755 --- a/engine/dumps/bank02.asm +++ b/engine/dumps/bank02.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/dumps/bank02.asm@Function8000", ROMX diff --git a/engine/dumps/bank03.asm b/engine/dumps/bank03.asm index c085c57..fc4c3cc 100755 --- a/engine/dumps/bank03.asm +++ b/engine/dumps/bank03.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/dumps/bank03.asm@Functionc77d", ROMX diff --git a/engine/intro.asm b/engine/intro.asm index 740f148..070862d 100644 --- a/engine/intro.asm +++ b/engine/intro.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/intro.asm", ROMX diff --git a/engine/math/math.asm b/engine/math/math.asm index ae02e77..af201b4 100644 --- a/engine/math/math.asm +++ b/engine/math/math.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "engine/math/math.asm", ROMX diff --git a/home/cry.asm b/home/cry.asm index 075386a..3dbe63f 100644 --- a/home/cry.asm +++ b/home/cry.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/cry.asm", ROM0 diff --git a/home/fade.asm b/home/fade.asm index 21a5a7b..633fbff 100644 --- a/home/fade.asm +++ b/home/fade.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/fade.asm", ROM0 diff --git a/home/map_objects.asm b/home/map_objects.asm index 28b0950..0415f03 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/map_objects.asm", ROM0 diff --git a/home/math.asm b/home/math.asm index c9d9f5c..7e655f0 100644 --- a/home/math.asm +++ b/home/math.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/math.asm", ROM0 diff --git a/home/menu.asm b/home/menu.asm index d4b6039..091dfb9 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/menu.asm", ROM0 diff --git a/home/menu_window.asm b/home/menu_window.asm index 4bb44d7..659bb5a 100644 --- a/home/menu_window.asm +++ b/home/menu_window.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/menu_window.asm", ROM0 diff --git a/home/misc_32c8.asm b/home/misc_32c8.asm index a12b81d..0e3802d 100644 --- a/home/misc_32c8.asm +++ b/home/misc_32c8.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/misc_32c8.asm@Unknown 32c8", ROM0 diff --git a/home/mon_stats.asm b/home/mon_stats.asm index ed4f6a8..ce4cc99 100644 --- a/home/mon_stats.asm +++ b/home/mon_stats.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/mon_stats.asm", ROM0 diff --git a/home/print_text.asm b/home/print_text.asm index 52f2489..1bd838b 100644 --- a/home/print_text.asm +++ b/home/print_text.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/print_text.asm", ROM0 diff --git a/home/random.asm b/home/random.asm index a342976..ab8513e 100644 --- a/home/random.asm +++ b/home/random.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/random.asm", ROM0 diff --git a/home/rtc.asm b/home/rtc.asm index bc81e80..5068637 100644 --- a/home/rtc.asm +++ b/home/rtc.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/rtc.asm", ROM0 diff --git a/home/scrolling_menu.asm b/home/scrolling_menu.asm index 5a73bba..2ea69ef 100644 --- a/home/scrolling_menu.asm +++ b/home/scrolling_menu.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/scrolling_menu.asm", ROM0 diff --git a/home/talk_to_npc.asm b/home/talk_to_npc.asm index 0be8e8e..fa93104 100644 --- a/home/talk_to_npc.asm +++ b/home/talk_to_npc.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/talk_to_npc.asm", ROM0 diff --git a/home/tilemap.asm b/home/tilemap.asm index 659974a..3146db1 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/tilemap.asm", ROM0 diff --git a/home/tileset.asm b/home/tileset.asm index ddde57b..16df729 100644 --- a/home/tileset.asm +++ b/home/tileset.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/tileset.asm", ROM0 diff --git a/home/time.asm b/home/time.asm index ccd6f33..9d278bd 100644 --- a/home/time.asm +++ b/home/time.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/time.asm", ROM0 diff --git a/home/unknown_388f.asm b/home/unknown_388f.asm index 16fa16c..6686494 100644 --- a/home/unknown_388f.asm +++ b/home/unknown_388f.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/unknown_388f.asm", ROM0 diff --git a/home/window.asm b/home/window.asm index 90a6116..4d54d6c 100644 --- a/home/window.asm +++ b/home/window.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "home/window.asm", ROM0 diff --git a/scripts/PlayerHouse1F.asm b/scripts/PlayerHouse1F.asm index 3af2a66..d7dbf84 100644 --- a/scripts/PlayerHouse1F.asm +++ b/scripts/PlayerHouse1F.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/PlayerHouse1F.asm", ROMX diff --git a/scripts/PlayerHouse2F.asm b/scripts/PlayerHouse2F.asm index ca23a69..51c0fbc 100644 --- a/scripts/PlayerHouse2F.asm +++ b/scripts/PlayerHouse2F.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/PlayerHouse2F.asm", ROMX diff --git a/scripts/Route1Gate1F.asm b/scripts/Route1Gate1F.asm index 39928d0..3f78cc9 100644 --- a/scripts/Route1Gate1F.asm +++ b/scripts/Route1Gate1F.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/Route1Gate1F.asm", ROMX diff --git a/scripts/Route1Gate2F.asm b/scripts/Route1Gate2F.asm index 2f299ef..e38370e 100644 --- a/scripts/Route1Gate2F.asm +++ b/scripts/Route1Gate2F.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/Route1Gate2F.asm", ROMX diff --git a/scripts/Route1P1.asm b/scripts/Route1P1.asm index 83bea98..683b302 100644 --- a/scripts/Route1P1.asm +++ b/scripts/Route1P1.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/Route1P1.asm", ROMX diff --git a/scripts/Route1P2.asm b/scripts/Route1P2.asm index 16cfc6b..c1de649 100644 --- a/scripts/Route1P2.asm +++ b/scripts/Route1P2.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/Route1P2.asm", ROMX diff --git a/scripts/ShizukanaOka.asm b/scripts/ShizukanaOka.asm index 5126a73..b3685c3 100644 --- a/scripts/ShizukanaOka.asm +++ b/scripts/ShizukanaOka.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/ShizukanaOka.asm", ROMX diff --git a/scripts/SilentHill.asm b/scripts/SilentHill.asm index 68c8ce5..2adea0f 100644 --- a/scripts/SilentHill.asm +++ b/scripts/SilentHill.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/SilentHill.asm", ROMX diff --git a/scripts/SilentHillHouse.asm b/scripts/SilentHillHouse.asm index 8467468..bef5466 100644 --- a/scripts/SilentHillHouse.asm +++ b/scripts/SilentHillHouse.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/SilentHillHouse.asm", ROMX diff --git a/scripts/SilentHillLabBack.asm b/scripts/SilentHillLabBack.asm index 78f5477..9f02818 100644 --- a/scripts/SilentHillLabBack.asm +++ b/scripts/SilentHillLabBack.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/SilentHillLabBack.asm", ROMX diff --git a/scripts/SilentHillLabFront.asm b/scripts/SilentHillLabFront.asm index 6daf32f..bb0b55a 100644 --- a/scripts/SilentHillLabFront.asm +++ b/scripts/SilentHillLabFront.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/SilentHillLabFront.asm", ROMX diff --git a/scripts/SilentHillPokecenter.asm b/scripts/SilentHillPokecenter.asm index c13e2b6..449a294 100644 --- a/scripts/SilentHillPokecenter.asm +++ b/scripts/SilentHillPokecenter.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/SilentHillPokecenter.asm", ROMX diff --git a/scripts/UnusedMap13.asm b/scripts/UnusedMap13.asm index 72cada0..8b3d318 100644 --- a/scripts/UnusedMap13.asm +++ b/scripts/UnusedMap13.asm @@ -1,4 +1,4 @@ -include "constants.asm" +INCLUDE "constants.asm" SECTION "scripts/UnusedMap13.asm", ROMX |