summaryrefslogtreecommitdiff
path: root/include/trade_scene.h
diff options
context:
space:
mode:
authorPikalaxALT <PikalaxALT@users.noreply.github.com>2019-11-21 09:04:10 -0500
committerGitHub <noreply@github.com>2019-11-21 09:04:10 -0500
commit1234d0252cbe2b0001784b10b75f0d339824632d (patch)
tree04bd826b0a6313c2223b907956581d661d602066 /include/trade_scene.h
parent1849ad778d5a94edc076ce5ecf7aec97aa8db4fa (diff)
parenta1b21100524b01231c3e571621bb36ae25a20e2e (diff)
Merge pull request #161 from PikalaxALT/dism_more_data
Evolution Scene and other data dism
Diffstat (limited to 'include/trade_scene.h')
-rw-r--r--include/trade_scene.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/trade_scene.h b/include/trade_scene.h
index 13cb1a56c..52e80e418 100644
--- a/include/trade_scene.h
+++ b/include/trade_scene.h
@@ -7,11 +7,11 @@ void DoInGameTradeScene(void);
void DrawTextOnTradeWindow(u8 windowId, const u8 *str, s8 speed);
u16 GetInGameTradeSpeciesInfo(void);
u16 GetTradeSpecies(void);
-void sub_805049C(void);
-void sub_80504B0(void);
+void InitTradeSequenceBgGpuRegs(void);
+void LinkTradeDrawWindow(void);
void LoadTradeAnimGfx(void);
extern const u16 gUnknown_826601C[];
-extern const struct WindowTemplate gUnknown_826D1CC;
+extern const struct WindowTemplate gTradeEvolutionSceneYesNoWindowTemplate;
#endif //GUARD_TRADE_SCENE_H