summaryrefslogtreecommitdiff
path: root/include/rom4.h
diff options
context:
space:
mode:
authorPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
committerPikalaxALT <pikalaxalt@gmail.com>2017-10-14 09:52:56 -0400
commita252140f3b462efbeaec392030479e9e12999f23 (patch)
treebb85cfb66bc0aa970e9b27eedaa7d9894e83666f /include/rom4.h
parent1112af4e1905135a7bc2dd53353b52762ff7d49a (diff)
parent0d38d443b561f9baaae12324712503dfccaf01ea (diff)
Merge branch 'master' into mail
Diffstat (limited to 'include/rom4.h')
-rw-r--r--include/rom4.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/include/rom4.h b/include/rom4.h
deleted file mode 100644
index 683d2c04f..000000000
--- a/include/rom4.h
+++ /dev/null
@@ -1,35 +0,0 @@
-
-#ifndef GUARD_ROM4_H
-#define GUARD_ROM4_H
-
-struct UnkPlayerStruct
-{
- u8 player_field_0;
- u8 player_field_1;
-};
-
-struct LinkPlayerMapObject
-{
- u8 active;
- u8 linkPlayerId;
- u8 mapObjId;
- u8 mode;
-};
-
-struct UCoords32
-{
- u32 x, y;
-};
-
-
-extern struct LinkPlayerMapObject gLinkPlayerMapObjects[4];
-
-void strange_npc_table_clear(void);
-const struct MapHeader *get_mapheader_by_bank_and_number(u8, u8);
-void FieldObjectMoveDestCoords(struct MapObject *, u32, s16 *, s16 *);
-void sub_8086230(void);
-void c2_exit_to_overworld_2_switch(void);
-bool32 sub_8087598(void);
-void c2_exit_to_overworld_1_continue_scripts_restart_music(void);
-
-#endif //GUARD_ROM4_H