region_map.h to region_map_sections.h
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "constants/region_map.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
#include "constants/flags.h"
|
||||
#include "constants/moves.h"
|
||||
#define RGB(r, g, b) ((r) | ((g) << 5) | ((b) << 10))
|
||||
|
||||
+1
-1
@@ -1,6 +1,6 @@
|
||||
#include "constants/layouts.h"
|
||||
#include "constants/maps.h"
|
||||
#include "constants/region_map.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
#include "constants/songs.h"
|
||||
#include "constants/items.h"
|
||||
#include "constants/weather.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "constants/region_map.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
#include "constants/flags.h"
|
||||
#include "constants/moves.h"
|
||||
#include "constants/species.h"
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#include "constants/region_map.h"
|
||||
#include "constants/region_map_sections.h"
|
||||
#include "constants/flags.h"
|
||||
#include "constants/moves.h"
|
||||
.include "asm/macros.inc"
|
||||
|
||||
Reference in New Issue
Block a user