through sub_81081AC

This commit is contained in:
PikalaxALT
2020-01-17 15:11:46 -05:00
parent 055e5d2bbf
commit f6e050cf35
6 changed files with 287 additions and 514 deletions
+2
View File
@@ -1,6 +1,8 @@
#ifndef GUARD_BAG_H
#define GUARD_BAG_H
#include "menu_helpers.h"
void sub_810B858(void);
void sub_810B8F0(u8 windowId, u8 fontId, const u8 * str, u8 x, u8 y, u8 letterSpacing, u8 lineSpacing, s8 speed, u8 colorIdx);
void sub_810B958(const u8 * str);
+1
View File
@@ -2,6 +2,7 @@
#define GUARD_BATTLE_CONTROLLERS_H
#include "global.h"
#include "battle.h"
enum
{
+2 -2
View File
@@ -14,8 +14,8 @@ struct BagStruct
u8 location;
u8 pocket;
u16 unk6;
u8 cursorPosition[6];
u8 scrollPosition[6];
u16 itemsAbove[3];
u16 cursorPos[3];
};
extern struct BagStruct gUnknown_203ACFC;