summaryrefslogtreecommitdiff
path: root/include/learn_move.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/learn_move.h')
-rw-r--r--include/learn_move.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/learn_move.h b/include/learn_move.h
index 7779e85a0..6ab2ba6f4 100644
--- a/include/learn_move.h
+++ b/include/learn_move.h
@@ -1,6 +1,7 @@
#ifndef GUARD_LEARN_MOVE_H
#define GUARD_LEARN_MOVE_H
+//this struct is probably wrong
struct LearnMoveStruct
{
u8 state;
@@ -26,7 +27,9 @@ struct LearnMoveStruct
u8 unk2C6;
};
-struct LearnMoveStruct *gUnknown_0203BC34 = NULL;
+//struct LearnMoveStruct *gUnknown_0203BC34 = NULL;
+
+//extern u8 *gUnknown_0203BC34;
void sub_8160624(void);
void sub_8160638(void);
@@ -37,6 +40,8 @@ void sub_8160638(void);
//const struct SpritePalette gUnknown_085CEBB8 = {gDexArrows_Pal, 5526};
//const struct SpriteSheet gUnknown_085CEBB0 = {gDexArrows_Gfx, sizeof(gDexArrows_Gfx), 5525};
-u8 *gUnknown_0203BC38 = (void*)0x0203BC38;
+//u8 *gUnknown_0203BC38 = (void*)0x0203BC38;
+//extern u8 gUnknown_0203BC38[8];
+//u8 gUnknown_0203BC38;
#endif //GUARD_LEARN_MOVE_H