Document TV
This commit is contained in:
@@ -57,7 +57,6 @@
|
||||
#include "constants/map_types.h"
|
||||
#include "constants/maps.h"
|
||||
#include "constants/mevent.h"
|
||||
#include "constants/tv.h"
|
||||
#include "constants/script_menu.h"
|
||||
#include "constants/slot_machine.h"
|
||||
#include "constants/songs.h"
|
||||
@@ -1622,7 +1621,7 @@ void BufferLottoTicketNumber(void)
|
||||
{
|
||||
if (gSpecialVar_Result >= 10000)
|
||||
{
|
||||
TV_PrintIntToStringVar(0, gSpecialVar_Result);
|
||||
ConvertIntToDecimalString(0, gSpecialVar_Result);
|
||||
}
|
||||
else if (gSpecialVar_Result >= 1000)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user