diff options
Diffstat (limited to 'linker_scripts/code_script.txt')
| -rw-r--r-- | linker_scripts/code_script.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt index 0a2425985..e08eed699 100644 --- a/linker_scripts/code_script.txt +++ b/linker_scripts/code_script.txt @@ -7,8 +7,8 @@ RomLocation += . - _##_Name##SegmentStart; \ _##_Name##SegmentEnd = .; -#define DECL_SEG_SCENE(_SceneName) DECL_SEG(_SceneName, build/assets/src/scenes/_SceneName, 0x02000000) -#define DECL_SEG_ROOM(_SceneName, _RoomNum) DECL_SEG(_SceneName##_room_##_RoomNum, build/assets/src/scenes/_SceneName, 0x03000000) +#define DECL_SEG_SCENE(_SceneName) DECL_SEG(_SceneName, build/assets/scenes/_SceneName, 0x02000000) +#define DECL_SEG_ROOM(_SceneName, _RoomNum) DECL_SEG(_SceneName##_room_##_RoomNum, build/assets/scenes/_SceneName, 0x03000000) #define DECL_ACTOR(_ActorName, _File) \ _ovl_##_ActorName##SegmentStart = .; \ |
