Oops, here's the rest

This commit is contained in:
Kermalis 2023-08-05 16:02:59 -04:00
parent 938f8cf177
commit 64e366755e
60 changed files with 112 additions and 60 deletions

View File

@ -2,7 +2,8 @@
#include "constants/input.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu_input.h"
struct AdventureLog

View File

@ -1,12 +1,12 @@
#include "global.h"
#include "adventure_log.h"
#include "input.h"
#include "main_menu.h"
#include "adventure_log.h"
#include "text.h"
#include "text1.h"
extern void CreateAdventureLogScreen(u32);
extern u32 HandleAdventureLogInput(u32);
extern void CleanAdventureLogScreen();
extern void CleanAdventureLogScreen(void);
void CreateAdventureLogMenu(void)
{
@ -24,8 +24,7 @@ u32 UpdateAdventureLogMenu(void)
u32 nextMenu;
nextMenu = MENU_NO_SCREEN_CHANGE;
switch(HandleAdventureLogInput(1))
{
switch (HandleAdventureLogInput(1)) {
case 0:
case 1:
break;
@ -37,4 +36,4 @@ u32 UpdateAdventureLogMenu(void)
break;
}
return nextMenu;
}
}

View File

@ -12,7 +12,8 @@
#include "play_time.h"
#include "save.h"
#include "game_options.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "exclusive_pokemon.h"
#include "pokemon.h"
#include "rescue_team_info.h"

View File

@ -3,7 +3,7 @@
#include "file_system.h"
#include "memory.h"
#include "input.h"
#include "text.h"
#include "text1.h"
#include "text_util.h"
struct unkStruct_203B200

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "constants/colors.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "item.h"
#include "memory.h"

View File

@ -7,7 +7,8 @@
#include "pokemon.h"
#include "pokemon_3.h"
#include "team_inventory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "subStruct_203B240.h"
#include "menu_input.h"

View File

@ -10,7 +10,8 @@
#include "team_inventory.h"
#include "memory.h"
#include "input.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "rescue_team_info.h"
#include "code_800D090.h"
#include "menu_input.h"

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "pokemon.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "memory.h"
#include "input.h"
#include "code_801EE10.h"

View File

@ -4,7 +4,8 @@
#include "pokemon.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "menu_input.h"

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "pokemon.h"
#include "input.h"
#include "code_800D090.h"

View File

@ -2,7 +2,8 @@
#include "global.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "pokemon.h"
#include "exclusive_pokemon.h"
#include "friend_area.h"

View File

@ -4,7 +4,8 @@
#include "friend_area.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "item.h"
#include "team_inventory.h"
#include "menu_input.h"

View File

@ -7,7 +7,8 @@
#include "pokemon.h"
#include "pokemon_3.h"
#include "team_inventory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "item.h"
#include "menu_input.h"

View File

@ -7,12 +7,12 @@
#include "pokemon.h"
#include "pokemon_3.h"
#include "team_inventory.h"
#include "text.h"
#include "text1.h"
#include "input.h"
#include "item.h"
#include "menu_input.h"
#include "code_8023144.h"
#include "text.h"
#include "text2.h"
struct unkStruct_203B294 *gUnknown_203B294;
extern u8 gAvailablePokemonNames[];

View File

@ -3,7 +3,8 @@
#include "constants/colors.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "dungeon_global_data.h"
#include "pokemon.h"
#include "code_8094F88.h"

View File

@ -1,7 +1,8 @@
#include "global.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
// size: 0x6C
struct unkCreditsStruct_203B340

View File

@ -10,6 +10,7 @@
#include "save.h"
#include "text_util.h"
#include "menu_input.h"
#include "text1.h"
EWRAM_DATA_2 struct DebugMenu *gUnknown_203B3EC = {0};

View File

@ -2,7 +2,8 @@
#include "pokemon.h"
#include "debug_menu.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "menu.h"
#include "menu_input.h"

View File

@ -4,7 +4,8 @@
#include "team_inventory.h"
#include "memory.h"
#include "menu.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu_input.h"
#include "friend_area.h"

View File

@ -1,6 +1,6 @@
#include "global.h"
#include "input.h"
#include "text.h"
#include "text1.h"
u32 CreateDualSlotMenu(void)
{

View File

@ -1,12 +1,13 @@
#include "global.h"
#include "pokemon.h"
#include "felicity_bank.h"
#include "file_system.h"
#include "input.h"
#include "felicity_bank.h"
#include "memory.h"
#include "team_inventory.h"
#include "text.h"
#include "menu_input.h"
#include "pokemon.h"
#include "team_inventory.h"
#include "text1.h"
#include "text2.h"
EWRAM_DATA_2 struct FelicityBankWork *gFelicityBankWork = {0};

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "menu.h"
#include "item.h"

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "constants/dungeon.h"
#include "memory.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "menu.h"

View File

@ -2,7 +2,8 @@
#include "constants/communication_error_codes.h"
#include "constants/monster.h"
#include "constants/wonder_mail.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "input.h"
#include "item.h"
@ -294,8 +295,6 @@ extern void sub_802F2C0(void);
extern void sub_8030DE4(void);
extern void sub_802453C(void);
extern void sub_801B450(void);
extern void sub_800641C(struct UnkTextStruct2 *a0, u8 a1, u8 a2);
extern void sub_8006518(struct UnkTextStruct2 *);
extern u8 sub_800D588(void);
extern void sub_8011830(void);
extern void sub_80141B4(const u8 *, u32, struct OpenedFile **, u32);

View File

@ -3,7 +3,8 @@
#include "pokemon.h"
#include "memory.h"
#include "moves.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "menu.h"
#include "gulpin_shop.h"

View File

@ -6,6 +6,7 @@
#include "file_system.h"
#include "input.h"
#include "text1.h"
#include "text2.h"
#include "team_inventory.h"
#include "menu_input.h"
#include "gulpin_shop.h"

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "menu_input.h"

View File

@ -7,6 +7,8 @@
#include "menu_input.h"
#include "pokemon.h"
#include "team_inventory.h"
#include "text1.h"
#include "text2.h"
extern u8 gUnknown_202DE58[];
extern u8 gUnknown_202E1C8[];

View File

@ -7,6 +7,8 @@
#include "menu_input.h"
#include "pokemon.h"
#include "team_inventory.h"
#include "text1.h"
#include "text2.h"
extern struct KecleonBrosWork *gKecleonBrosWork;
extern struct unkStruct_203B214 *gUnknown_203B214;

View File

@ -6,7 +6,8 @@
#include "file_system.h"
#include "memory.h"
#include "menu.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "pokemon.h"
#include "save.h"

View File

@ -7,7 +7,8 @@
#include "menu.h"
#include "pokemon.h"
#include "random.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "team_inventory.h"
#include "menu_input.h"

View File

@ -1,6 +1,7 @@
#include "global.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu.h"
#include "input.h"
#include "mailbox.h"

View File

@ -2,7 +2,7 @@
#include "crt0.h"
#include "random.h"
#include "flash.h"
#include "text.h"
#include "text1.h"
extern char ewram_start[];

View File

@ -1,5 +1,6 @@
#include "global.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu.h"
#include "input.h"
#include "menu_input.h"

View File

@ -7,6 +7,8 @@
#include "memory.h"
#include "menu_input.h"
#include "pokemon.h"
#include "text1.h"
#include "text2.h"
extern u8 gUnknown_202E5D8[];
extern u8 gUnknown_202E1C8[];

View File

@ -2,7 +2,7 @@
#include "constants/colors.h"
#include "constants/input.h"
#include "menu.h"
#include "text.h"
#include "text2.h"
#include "util.h"
#include "code_800D090.h"
#include "menu_input.h"

View File

@ -3,7 +3,8 @@
#include "constants/colors.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "game_options.h"
#include "menu_input.h"

View File

@ -6,7 +6,7 @@
#include "team_inventory.h"
#include "menu.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "menu_input.h"
#include "dungeon_global_data.h"
#include "pokemon.h"

View File

@ -5,7 +5,8 @@
#include "menu.h"
#include "memory.h"
#include "pokemon.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "team_inventory.h"
#include "constants/move.h"

View File

@ -3,7 +3,8 @@
#include "pokemon.h"
#include "item.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu.h"
#include "input.h"
#include "wonder_mail.h"

View File

@ -10,7 +10,8 @@
#include "save.h"
#include "memory.h"
#include "game_options.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "menu.h"
#include "menu_input.h"

View File

@ -5,7 +5,8 @@
#include "pokemon.h"
#include "pokemon_mail.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu.h"
#include "save.h"
#include "menu_input.h"

View File

@ -5,7 +5,8 @@
#include "constants/mailbox.h"
#include "menu.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "wonder_mail.h"
#include "code_800D090.h"
#include "code_8094F88.h"

View File

@ -5,7 +5,8 @@
#include "menu.h"
#include "pokemon.h"
#include "save.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "main_menu.h"
#include "rescue_password_menu.h"
#include "code_8094F88.h"

View File

@ -3,7 +3,7 @@
#include "menu.h"
#include "main_menu.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "save.h"
#include "menu_input.h"

View File

@ -3,6 +3,7 @@
#include "code_800558C.h"
#include "code_800B540.h"
#include "text1.h"
#include "text2.h"
EWRAM_DATA struct UnkTextStruct1 gUnknown_2027370[4];
EWRAM_DATA u8 *gCharmaps[2];

View File

@ -1,4 +1,5 @@
#include "global.h"
#include "text1.h"
#include "text2.h"
// data.s

View File

@ -10,7 +10,8 @@
#include "menu.h"
#include "input.h"
#include "rescue_password_menu.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "text_util.h"
#include "team_inventory.h"
#include "code_800D090.h"

View File

@ -9,7 +9,8 @@
#include "save.h"
#include "menu.h"
#include "menu_input.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
EWRAM_DATA_2 struct TradeItemsMenu *gTradeItemsMenu = {0};

View File

@ -5,7 +5,8 @@
#include "pokemon.h"
#include "input.h"
#include "team_inventory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "memory.h"
#include "menu_input.h"
#include "friend_area.h"

View File

@ -8,7 +8,8 @@
#include "wonder_mail.h"
#include "memory.h"
#include "menu.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "team_inventory.h"
#include "rescue_password_menu.h"
#include "menu_input.h"

View File

@ -6,7 +6,7 @@
#include "pokemon.h"
#include "pokemon_mail.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "menu.h"
#include "save.h"
#include "game_options.h"

View File

@ -3,7 +3,8 @@
#include "constants/mailbox.h"
#include "input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "menu.h"
#include "code_802C39C.h"
#include "menu_input.h"

View File

@ -4,6 +4,7 @@
#include "code_800D090.h"
#include "input.h"
#include "memory.h"
#include "text1.h"
#include "text2.h"
#include "pokemon_mail.h"
#include "wonder_mail.h"

View File

@ -5,6 +5,7 @@
#include "memory.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "mailbox.h"
#include "menu.h"

View File

@ -1,7 +1,8 @@
#include "global.h"
#include "constants/input.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "wonder_mail.h"
#include "menu.h"

View File

@ -1,6 +1,7 @@
#include "constants/input.h"
#include "global.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "memory.h"
#include "item.h"

View File

@ -1,7 +1,8 @@
#include "global.h"
#include "constants/wonder_mail.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "dungeon.h"
#include "pokemon.h"

View File

@ -5,6 +5,8 @@
#include "code_802C39C.h"
#include "wonder_mail.h"
#include "menu_input.h"
#include "text1.h"
#include "text2.h"
struct unkStruct_203B2FC
{

View File

@ -3,7 +3,8 @@
#include "constants/communication_error_codes.h"
#include "save.h"
#include "memory.h"
#include "text.h"
#include "text1.h"
#include "text2.h"
#include "input.h"
#include "wonder_mail.h"
#include "menu.h"