Decompile bag.s

This commit is contained in:
PikalaxALT
2019-04-29 12:27:50 -04:00
parent 523c53506d
commit 3ecda62650
10 changed files with 312 additions and 461 deletions
+4
View File
@@ -0,0 +1,4 @@
#ifndef GUARD_BAG_H
#define GUARD_BAG_H
#endif //GUARD_BAG_H
+12
View File
@@ -7,6 +7,18 @@
// Exported RAM declarations
struct BagStruct
{
void (*bagCallback)(void);
u8 location;
u8 pocket;
u16 unk6;
u8 cursorPosition[6];
u8 scrollPosition[6];
};
extern struct BagStruct gUnknown_203ACFC;
extern u16 gSpecialVar_ItemId;
// Exported ROM declarations