diff options
Diffstat (limited to 'constants.asm')
-rwxr-xr-x | constants.asm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/constants.asm b/constants.asm index 71a12e3..3397f8f 100755 --- a/constants.asm +++ b/constants.asm @@ -1,5 +1,6 @@ INCLUDE "hram.asm" INCLUDE "vram.asm" +INCLUDE "gbhw.asm" INCLUDE "constants/ball_types.asm" INCLUDE "constants/diglett_stage_constants.asm" |