Overhaul scaninc to work recursively

This also fixes the bug where scaninc would ignore #include lines
in assembly files.
This commit is contained in:
Phlosioneer
2019-03-03 21:59:57 -05:00
committed by huderlem
parent 0081474018
commit 105e1721d6
10 changed files with 238 additions and 71 deletions
+1 -1
View File
@@ -1,3 +1,4 @@
#include <string.h>
#include "global.h"
#include "trainer_pokemon_sprites.h"
#include "bg.h"
@@ -30,7 +31,6 @@
#include "scanline_effect.h"
#include "sound.h"
#include "sprite.h"
#include "string.h"
#include "strings.h"
#include "string_util.h"
#include "task.h"