convert more constants
This commit is contained in:
+3
-3
@@ -7,7 +7,7 @@
|
||||
#include "task.h"
|
||||
#include "sprite.h"
|
||||
#include "sound.h"
|
||||
#include "songs.h"
|
||||
#include "constants/songs.h"
|
||||
#include "m4a.h"
|
||||
#include "bg.h"
|
||||
#include "palette.h"
|
||||
@@ -1068,7 +1068,7 @@ static void Blender_SetPlayerNamesLocal(u8 opponentsNum)
|
||||
sBerryBlenderData->playersNo = 2;
|
||||
StringCopy(gLinkPlayers[0].name, gSaveBlock2Ptr->playerName);
|
||||
|
||||
if (!FlagGet(FLAG_340))
|
||||
if (!FlagGet(FLAG_0x340))
|
||||
StringCopy(gLinkPlayers[1].name, sBlenderOpponentsNames[BLENDER_MASTER]);
|
||||
else
|
||||
StringCopy(gLinkPlayers[1].name, sBlenderOpponentsNames[BLENDER_MISTER]);
|
||||
@@ -1592,7 +1592,7 @@ static void sub_80808D4(void)
|
||||
|
||||
if (gSpecialVar_0x8004 == 1)
|
||||
{
|
||||
if (!FlagGet(FLAG_340))
|
||||
if (!FlagGet(FLAG_0x340))
|
||||
sBerryBlenderData->field_120[0] = CreateTask(sub_8081224, 10);
|
||||
else
|
||||
sBerryBlenderData->field_120[0] = CreateTask(sUnknown_083399EC[0], 10);
|
||||
|
||||
Reference in New Issue
Block a user