Skip to content

Commit

Permalink
correct formatting on some poffin documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fakuzatsu committed Jan 17, 2025
1 parent 0bba4d7 commit a2fe129
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/poffin.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#include "math.h"
#include "savedata.h"

#define FLAVOUR_NONE 30
#define FLAVOUR_NONE 30

int Poffin_sizeof(void)
{
Expand Down Expand Up @@ -295,8 +295,8 @@ static u16 Poffin_GetFirstValidPoffin(PoffinCase *poffinCase, u16 startingSlot)

void Poffin_CompactCase(PoffinCase *poffinCase)
{
u16 i, unused;
u16 nextValidSlotNum, emptySlotNum, targetSlotNum;
u16 i, unused;
u16 nextValidSlotNum, emptySlotNum, targetSlotNum;
u16 remainingSlots;

remainingSlots = MAX_POFFINS;
Expand Down
2 changes: 1 addition & 1 deletion src/scrcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "consts/journal.h"
#include "consts/scrcmd.h"

#include "struct_decls/poffin_case_decl.h"
#include "struct_decls/pokedexdata_decl.h"
#include "struct_decls/struct_02014EC4_decl.h"
#include "struct_decls/struct_0202440C_decl.h"
Expand All @@ -23,7 +24,6 @@
#include "struct_decls/struct_02029C88_decl.h"
#include "struct_decls/struct_02029D04_decl.h"
#include "struct_decls/struct_0202A750_decl.h"
#include "struct_decls/poffin_case_decl.h"
#include "struct_decls/struct_0202CA1C_decl.h"
#include "struct_decls/struct_0203A790_decl.h"
#include "struct_decls/struct_0205C22C_decl.h"
Expand Down

0 comments on commit a2fe129

Please sign in to comment.