From 6e142eb5b365659ec9e13360b663037cbfa615af Mon Sep 17 00:00:00 2001 From: Rangi Date: Tue, 27 Oct 2020 10:00:51 -0400 Subject: Create data/collision/ for tile collision-related data --- engine/events/overworld.asm | 2 +- engine/events/std_collision.asm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'engine') diff --git a/engine/events/overworld.asm b/engine/events/overworld.asm index 1f82b3a9..f41897ca 100644 --- a/engine/events/overworld.asm +++ b/engine/events/overworld.asm @@ -268,7 +268,7 @@ CheckOverworldTileArrays: xor a ret -INCLUDE "data/events/field_move_blocks.asm" +INCLUDE "data/collision/field_move_blocks.asm" FlashFunction: call .CheckUseFlash diff --git a/engine/events/std_collision.asm b/engine/events/std_collision.asm index 8c54c041..5ab11268 100644 --- a/engine/events/std_collision.asm +++ b/engine/events/std_collision.asm @@ -23,7 +23,7 @@ CheckFacingTileForStdScript:: xor a ret -INCLUDE "data/events/collision_stdscripts.asm" +INCLUDE "data/collision/collision_stdscripts.asm" Script_JumpStdFromRAM: sjump wJumpStdScriptBuffer -- cgit v1.2.3