Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
hohle committed Aug 9, 2024
1 parent c0329aa commit 52fb0bb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 23 deletions.
2 changes: 0 additions & 2 deletions config/symbols.us.stcen.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
D_80180134 = 0x80180134;
gfxBanks = 0x8018019C;
g_goldCollectTexts = 0x80180F30;
c_GoldPrizes = 0x80180F58;
D_80180FE0 = 0x80180FE0;
Expand Down
27 changes: 7 additions & 20 deletions src/st/cen/F890.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,29 +23,16 @@ static s16 D_8018068C[] = {
};

static u8 D_80180768[] = {
0x08, 0x03, 0x04, 0x04,
0x04, 0x05, 0x04, 0x06,
0x04, 0x07, 0x04, 0x08,
0x04, 0x09, 0x02, 0x0A,
0x01, 0x0B, 0x10, 0x0A,
0xFF, 0x00, 0x00, 0x00,
0x08, 0x03, 0x04, 0x04, 0x04, 0x05, 0x04, 0x06, 0x04, 0x07, 0x04, 0x08,
0x04, 0x09, 0x02, 0x0A, 0x01, 0x0B, 0x10, 0x0A, 0xFF, 0x00, 0x00, 0x00,
};

static u8 D_80180780[] = {
0x04, 0x0A, 0x04, 0x09,
0x04, 0x08, 0x04, 0x07,
0x04, 0x06, 0x04, 0x05,
0x04, 0x04, 0x04, 0x03,
0x02, 0x0C, 0x04, 0x03,
0xFF, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00,
0x01, 0x00, 0x01, 0x00,
0x01, 0x00, 0x01, 0x00,
0x01, 0x00, 0x01, 0x00,
0x01, 0x00, 0x01, 0x01,
0x04, 0x0A, 0x04, 0x09, 0x04, 0x08, 0x04, 0x07, 0x04, 0x06, 0x04, 0x05,
0x04, 0x04, 0x04, 0x03, 0x02, 0x0C, 0x04, 0x03, 0xFF, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00,
0x01, 0x00, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x00,
0x01, 0x00, 0x01, 0x00, 0x01, 0x00, 0x01, 0x01,
};

void func_8018F890(s16 arg0) {
Expand Down
1 change: 0 additions & 1 deletion src/st/cen/update.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,4 @@ u16 UNK_Invincibility0[] = {
PAL_OVL(0x165), PAL_OVL(0x165),
};


#include "../update.h"

0 comments on commit 52fb0bb

Please sign in to comment.