Remove data/field_weather.s

This commit is contained in:
PikalaxALT
2020-03-17 08:29:24 -04:00
parent 39587fe2bc
commit 8a64f8b431
-8
View File
@@ -1,8 +0,0 @@
#include "constants/region_map_sections.h"
#include "constants/flags.h"
#include "constants/moves.h"
#define RGB(r, g, b) ((r) | ((g) << 5) | ((b) << 10))
.include "asm/macros.inc"
.include "constants/constants.inc"
.section .rodata
.align 2