diff --git a/programs/games/Dungeons/Dungeons.asm b/programs/games/Dungeons/Dungeons.asm index c679dabf9c..0d90bad352 100644 --- a/programs/games/Dungeons/Dungeons.asm +++ b/programs/games/Dungeons/Dungeons.asm @@ -22,7 +22,7 @@ DEBUG_FINE = 0 DEBUG_INFO = 1 DEBUG_ERR = 2 -include 'macros.inc' +include '../../macros.inc' purge mov, add, sub ; ================================= Header =================================== ;