+2
-4
@@ -4,9 +4,7 @@
|
||||
#include "string_util.h"
|
||||
#include "menu.h"
|
||||
#include "text_window.h"
|
||||
|
||||
extern const u8 gText_PokedollarVar1[];
|
||||
extern const u8 gUnknown_8419CE7[];
|
||||
#include "strings.h"
|
||||
|
||||
#define MAX_MONEY 999999
|
||||
|
||||
@@ -110,7 +108,7 @@ void PrintMoneyAmount(u8 windowId, u8 x, u8 y, int amount, u8 speed)
|
||||
void PrintMoneyAmountInMoneyBoxWithBorder(u8 windowId, u16 tileStart, u8 pallete, int amount)
|
||||
{
|
||||
DrawStdFrameWithCustomTileAndPalette(windowId, FALSE, tileStart, pallete);
|
||||
AddTextPrinterParameterized(windowId, 2, gUnknown_8419CE7, 0, 0, 0xFF, 0);
|
||||
AddTextPrinterParameterized(windowId, 2, gText_TrainerCardMoney, 0, 0, 0xFF, 0);
|
||||
PrintMoneyAmountInMoneyBox(windowId, amount, 0);
|
||||
}
|
||||
|
||||
|
||||
+1
-1
@@ -88,7 +88,7 @@ bool16 HasAllHoennMons(void)
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
bool8 HasAllKantoMons(void)
|
||||
bool16 HasAllKantoMons(void)
|
||||
{
|
||||
u16 i;
|
||||
|
||||
|
||||
+2
-2
@@ -504,7 +504,7 @@ static bool8 StartMenuPlayerCallback(void)
|
||||
PlayRainStoppingSoundEffect();
|
||||
DestroySafariZoneStatsWindow();
|
||||
CleanupOverworldWindowsAndTilemaps();
|
||||
InitTrainerCard(CB2_ReturnToFieldWithOpenMenu);
|
||||
ShowPlayerTrainerCard(CB2_ReturnToFieldWithOpenMenu);
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
@@ -554,7 +554,7 @@ static bool8 StartMenuLinkPlayerCallback(void)
|
||||
{
|
||||
PlayRainStoppingSoundEffect();
|
||||
CleanupOverworldWindowsAndTilemaps();
|
||||
InitLinkPartnerTrainerCard(gUnknown_300502C, CB2_ReturnToFieldWithOpenMenu);
|
||||
ShowTrainerCardInLink(gUnknown_300502C, CB2_ReturnToFieldWithOpenMenu);
|
||||
return TRUE;
|
||||
}
|
||||
return FALSE;
|
||||
|
||||
+1932
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user