Finish union_room_chat_display
This commit is contained in:
+1
-24
@@ -1,41 +1,22 @@
|
||||
#include "global.h"
|
||||
#include "palette.h"
|
||||
#include "gflib.h"
|
||||
#include "task.h"
|
||||
#include "decompress.h"
|
||||
#include "gpu_regs.h"
|
||||
#include "malloc.h"
|
||||
#include "bg.h"
|
||||
#include "text.h"
|
||||
#include "window.h"
|
||||
#include "librfu.h"
|
||||
#include "text_window.h"
|
||||
#include "evolution_scene.h"
|
||||
#include "pokemon_icon.h"
|
||||
#include "pokedex.h"
|
||||
#include "mail_data.h"
|
||||
#include "graphics.h"
|
||||
#include "link.h"
|
||||
#include "random.h"
|
||||
#include "save.h"
|
||||
#include "load_save.h"
|
||||
#include "quest_log.h"
|
||||
#include "field_fadetransition.h"
|
||||
#include "mevent.h"
|
||||
#include "help_system.h"
|
||||
#include "link_rfu.h"
|
||||
#include "cable_club.h"
|
||||
#include "data.h"
|
||||
#include "sound.h"
|
||||
#include "string_util.h"
|
||||
#include "strings.h"
|
||||
#include "menu.h"
|
||||
#include "overworld.h"
|
||||
#include "battle_anim.h"
|
||||
#include "pokeball.h"
|
||||
#include "party_menu.h"
|
||||
#include "util.h"
|
||||
#include "daycare.h"
|
||||
#include "script.h"
|
||||
#include "event_data.h"
|
||||
#include "battle_interface.h"
|
||||
#include "pokemon_summary_screen.h"
|
||||
@@ -43,11 +24,7 @@
|
||||
#include "new_menu_helpers.h"
|
||||
#include "trade.h"
|
||||
#include "trade_scene.h"
|
||||
#include "constants/species.h"
|
||||
#include "constants/items.h"
|
||||
#include "constants/easy_chat.h"
|
||||
#include "constants/songs.h"
|
||||
#include "constants/region_map.h"
|
||||
#include "constants/moves.h"
|
||||
|
||||
struct TradeMenuResources
|
||||
|
||||
Reference in New Issue
Block a user