diff options
author | Cameron Hall <cameronghall@cox.net> | 2018-02-15 22:24:05 -0600 |
---|---|---|
committer | Cameron Hall <cameronghall@cox.net> | 2018-02-15 22:24:05 -0600 |
commit | abd9ab75e831d66dc30d27091251d1ad37334bdf (patch) | |
tree | 65a649ab31f3b7214479bcd5fcb08a23fde9a048 /src/scene/berry_blender.c | |
parent | 900f5739be2ea39a9f37494948fb09d5bb3969b4 (diff) |
decompile region_map.c and cable_car.c debug functions
Diffstat (limited to 'src/scene/berry_blender.c')
-rw-r--r-- | src/scene/berry_blender.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/scene/berry_blender.c b/src/scene/berry_blender.c index ef9dd5ab7..bf634a49f 100644 --- a/src/scene/berry_blender.c +++ b/src/scene/berry_blender.c @@ -277,8 +277,8 @@ bool8 Blender_PrintBlendingResults(void); static void sub_80510E8(void); static void sub_8050E30(void); static void sub_805197C(u16 a0, u16 a1); -/*static*/ void Blender_PrintMadePokeblockString(struct Pokeblock* pokeblock, u8* dst); -/*static*/ void sub_8052BD0(u8 taskID); +static void Blender_PrintMadePokeblockString(struct Pokeblock* pokeblock, u8* dst); +static void sub_8052BD0(u8 taskID); static void sub_8052AF8(void); static void sub_804F8C8(u8 taskID); static void sub_804F9F4(u8 taskID); @@ -3122,7 +3122,7 @@ bool8 Blender_PrintBlendingResults(void) return FALSE; } -/*static*/ void Blender_PrintMadePokeblockString(struct Pokeblock* pokeblock, u8* dst) +static void Blender_PrintMadePokeblockString(struct Pokeblock* pokeblock, u8* dst) { u8 text[12]; u8 flavourLvl, feel; @@ -3545,7 +3545,7 @@ void ShowBerryBlenderRecordWindow(void) } } -/*static*/ void sub_8052BD0(u8 taskID) +static void sub_8052BD0(u8 taskID) { if (gTasks[taskID].data[0] == 0) { |