RGB Constants
This commit is contained in:
@@ -26,6 +26,7 @@
|
||||
#include "heal_location.h"
|
||||
#include "constants/heal_locations.h"
|
||||
#include "constants/map_types.h"
|
||||
#include "constants/rgb.h"
|
||||
|
||||
#define MAP_WIDTH 28
|
||||
#define MAP_HEIGHT 15
|
||||
@@ -1941,7 +1942,7 @@ static void sub_8124D14(void)
|
||||
switch (sFlyMap->unk_004)
|
||||
{
|
||||
case 0:
|
||||
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, 0);
|
||||
BeginNormalPaletteFade(0xFFFFFFFF, 0, 16, 0, RGB_BLACK);
|
||||
sFlyMap->unk_004++;
|
||||
break;
|
||||
case 1:
|
||||
@@ -1988,7 +1989,7 @@ static void sub_8124E0C(void)
|
||||
switch (sFlyMap->unk_004)
|
||||
{
|
||||
case 0:
|
||||
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, 0);
|
||||
BeginNormalPaletteFade(0xFFFFFFFF, 0, 0, 16, RGB_BLACK);
|
||||
sFlyMap->unk_004++;
|
||||
break;
|
||||
case 1:
|
||||
|
||||
Reference in New Issue
Block a user