From de853e8643d0b14167084f3f93fc192fc169bea1 Mon Sep 17 00:00:00 2001 From: engineer124 <47598039+engineer124@users.noreply.github.com> Date: Mon, 25 Apr 2022 02:34:55 +1000 Subject: [PATCH] `do_action_static` OK and Documented (#802) * do_action_static OK * Add in week_static * Spacing * Oops * Swap order --- assets/xml/interface/do_action_static.xml | 57 +++++++++++++++++++++++ assets/xml/interface/week_static.xml | 2 +- assets/xml/misc/story_static.xml | 2 +- spec | 9 ++-- 4 files changed, 65 insertions(+), 5 deletions(-) create mode 100644 assets/xml/interface/do_action_static.xml diff --git a/assets/xml/interface/do_action_static.xml b/assets/xml/interface/do_action_static.xml new file mode 100644 index 0000000000..3fdd1e404f --- /dev/null +++ b/assets/xml/interface/do_action_static.xml @@ -0,0 +1,57 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/assets/xml/interface/week_static.xml b/assets/xml/interface/week_static.xml index 6b21b80c0b..12cc885fa9 100644 --- a/assets/xml/interface/week_static.xml +++ b/assets/xml/interface/week_static.xml @@ -1,5 +1,5 @@ - + diff --git a/assets/xml/misc/story_static.xml b/assets/xml/misc/story_static.xml index d53f3f857f..9a15d8c4f3 100644 --- a/assets/xml/misc/story_static.xml +++ b/assets/xml/misc/story_static.xml @@ -1,5 +1,5 @@ - + diff --git a/spec b/spec index c047e1c352..c99293c3b2 100644 --- a/spec +++ b/spec @@ -376,13 +376,15 @@ beginseg name "story_static" compress romalign 0x1000 - include "build/baserom/story_static.o" + include "build/assets/misc/story_static/story_static.o" + number 7 endseg beginseg name "do_action_static" romalign 0x1000 - include "build/baserom/do_action_static.o" + include "build/assets/interface/do_action_static/do_action_static.o" + number 9 endseg beginseg @@ -9145,7 +9147,8 @@ endseg beginseg name "week_static" romalign 0x1000 - include "build/baserom/week_static.o" + include "build/assets/interface/week_static/week_static.o" + number 9 endseg beginseg