Files
Pokemon-Firered/data/field_weather.s
T
2020-03-16 21:43:49 -04:00

9 lines
246 B
ArmAsm

#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