summaryrefslogtreecommitdiff
path: root/linker_scripts
diff options
context:
space:
mode:
authorTharo <17233964+Thar0@users.noreply.github.com>2021-08-04 04:21:31 +0100
committerGitHub <noreply@github.com>2021-08-03 23:21:31 -0400
commit7743e5a2c4b6d01c847dea8929c707e65e5e18b3 (patch)
tree344b481b7f247b8718db059cac0042e921115714 /linker_scripts
parent60ff2079829021dcc80f40171ca2652f3ab1f9ae (diff)
Overhaul the build system (#234)
* wip * fix * add disassembler * Disasm builds OK * Variable addends * More wip * Rodata migration implemented * Cleanup old tools * Try fix submodule -> subrepo merge * git subrepo pull --force --remote=https://github.com/zeldaret/ZAPD.git tools/ZAPD subrepo: subdir: "tools/ZAPD" merged: "602e609" upstream: origin: "https://github.com/zeldaret/ZAPD.git" branch: "master" commit: "602e609" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Builds again but assets are totally broken * git subrepo pull --force tools/asm-processor subrepo: subdir: "tools/asm-processor" merged: "1ffdb08a" upstream: origin: "https://github.com/simonlindholm/asm-processor.git" branch: "master" commit: "1ffdb08a" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * More cleanup, move functions.txt and variables.txt to tools/disasm and rm tables * rm z64compress in preparation for subrepo * git subrepo clone (merge) https://github.com/z64me/z64compress.git tools/z64compress subrepo: subdir: "tools/z64compress" merged: "eb11085c" upstream: origin: "https://github.com/z64me/z64compress.git" branch: "main" commit: "eb11085c" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Fix asset extraction * Fix diff-init make rule * Split code bss * Split assumed linker bug padding from assembly files * add filelists for mm.us.rev1 * Maybe working, but I'm not sure * add overlays to spec * Add rodata to actos * Everything compiles * Make a lot of C files for code * Add almost every file in code to spec * whoops * 3 code files left * add scenes to spec * More progress on progress.py * Fix skelanime in spec * audio files! * Fix merge issues * Fix some C files in code * Fix remaining code files * Use existing O1 C files in spec * reorder boot order in spec * update spec * fault.c * Convert relocs on completed actors, fixbaserom uses current rom name * more boot files * Add VT macros and script * finish already existing boot files * most of libultra * fix 64bits libultra files * Use C files for libultra, wrap some functions in NON_MATCHING * Remove duplicate of OS_CLOCK_RATE from fault.c * C files for fbdemos * delete dumb files * bootstrap C files, still need to add them to the spec * update fixbaserom * boot OK? * I forgot to commit the spec * C for gamestates * C for kaleido * Change all includes to "" * copy actor sizes script from oot * I forgot to delete those files * Basic C files for effects * Add effects initvars names * Remove mislabelled boot functions from header/txt * Begin porting bootstrap_fx, some sizes * Fix <> * Fix enum * Fix diff.py * fix libultra stuff * update regconvert * update setup warnings * add some missing ; * Fix some makefile stuff and other fixes on some non_matching functions * add executable flag in extract_baserom and fixbaserom * fix relative path * copy assist from oot * fix map path * another assist path fix * Delete C files for handwritten files * add code_801A51F0 to spec * add gfxbuffers to spec * Move rodata to top of each file when possible * UNK_TYPEs for func_801A51F0 * Remove kaleido rodata from spec * Update spec and undefined_syms for recent merge * GCC warnings and fix errors in nonmatchings, * round percentage numbers * progress script: format changes * progress: error on non-existing files * fix warning in z_scene_table * Match 2 nonmatchings in z_actor * Warnings in lightswitch and invadepoh * Fix warning in z_actor_dlftbls * I though I fixed this one * whoops * Comment out CC_CHECK * Removed redundant ultra64.h includes * Update asm_processor, sorted boot_O1 into other folders, completed the fbdemo bootstrap, cleaned up undefined_syms * Completed gamestates bootstrap * Split kaleido_scope * Remove section.h and segment.h, move keep object externs to a common location in variables.h * Completed effects bootstrap * Segmented address externs for effects, fbdemos, gamestates and kaleido * Move actor data externs out of the if 0 * Segmented address externs for actors * Prepare actionfunc detection * fix script, how did it even work before * Fix actionfunc script again, re-introduce some more intermediate prints to the disassembler * Automated actionFunc detection in actors * Segmented addresses from player .text * rm old segment addrs script and fix build * Move sizes folder to tools * Make build.py executable * New Jenkinsfile Prayge * Remove numpy dependencies * Add warnings_disasm_current.txt * my bad * Update spec and undefined_syms * Add z_eff_ss_hahen to pametfrog * git subrepo pull (merge) --force tools/z64compress subrepo: subdir: "tools/z64compress" merged: "163ca2af" upstream: origin: "https://github.com/z64me/z64compress.git" branch: "main" commit: "163ca2af" git-subrepo: version: "0.4.3" origin: "https://github.com/ingydotnet/git-subrepo" commit: "2f68596" * Make z64compress print to stdout * sneeky commit to update warnings tooling * test * Another test * Mark fixing overlay reloc generating as a TODO * Update warnings stuff * Communicate the return code from running z64compress back to the Makefile through the wrapper * Run formatter, remove extra commented copy of function * Re-fix some includes * Convert atan to hex to conform to decided style * Some tidying up, remove c for fp and the other two handwritten code files * BSS in z_collision_check & z_scene_proc * add static back in * Fix timerintr bss, add file to spec, some cleanup * Remove externs * Newline * Readd enums * Typo * Colours * Comments for hitmark enum values Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com> * Improvements and suggestions * Organize and remove unused imports and use env for python3 scripts, delete unused overlay.py Co-authored-by: angie <angheloalf95@gmail.com> Co-authored-by: Elliptic Ellipsis <elliptic.ellipsis@gmail.com> Co-authored-by: engineer124 <engineer124engineer124@gmail.com> Co-authored-by: EllipticEllipsis <73679967+EllipticEllipsis@users.noreply.github.com>
Diffstat (limited to 'linker_scripts')
-rw-r--r--linker_scripts/code_script.txt9936
-rw-r--r--linker_scripts/object_script.txt825
2 files changed, 0 insertions, 10761 deletions
diff --git a/linker_scripts/code_script.txt b/linker_scripts/code_script.txt
deleted file mode 100644
index c2bdabfee..000000000
--- a/linker_scripts/code_script.txt
+++ /dev/null
@@ -1,9936 +0,0 @@
-#define DECL_SEG(_Name, _Folder, _Location) \
- _##_Name##SegmentStart = .; \
- _Name _Location : AT(RomLocation) \
- { \
- _Folder/_Name.o(.data) \
- } \
- RomLocation += . - _##_Name##SegmentStart; \
- _##_Name##SegmentEnd = .;
-
-#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 = .; \
- ovl_##_ActorName : AT(RomLocation) \
- { \
- build/src/overlays/actors/ovl_##_ActorName/_File.o(.text) \
- build/src/overlays/actors/ovl_##_ActorName/_File.o(.data) \
- build/src/overlays/actors/ovl_##_ActorName/_File.o(.rodata) \
- build/src/overlays/actors/ovl_##_ActorName/_File##_overlay.o(.ovl) \
- } \
- ovl_##_ActorName.bss : AT(RomLocation) \
- { \
- build/src/overlays/actors/ovl_##_ActorName/_File.o(.bss) \
- } \
- RomLocation += . - _ovl_##_ActorName##SegmentStart; \
- _ovl_##_ActorName##SegmentEnd = .;
-
-SECTIONS
-{
- /* Objects with .gptab.* sections error if they are not referenced, for some reason */
- /DISCARD/ : { *(.gptab.data) }
- /DISCARD/ : { *(.gptab.bss) }
-
- RomLocation = 0x1060;
- . = 0x80080060;
- SegmentStart = .;
- _bootSegmentStart = SegmentStart;
- boot : AT(RomLocation)
- {
- boot_text_start = .;
- build/src/boot_O2_g3/boot_main.o(.text)
- build/src/boot_O2_g3/idle.o(.text)
- build/src/boot_O2_g3/viconfig.o(.text)
- build/src/boot_O2_g3/z_std_dma.o(.text)
- build/src/boot_O2_g3/yaz0.o(.text)
- build/src/boot_O2_g3/irqmgr.o(.text)
- build/src/boot_O2_g3/CIC6105.o(.text)
- build/src/boot_O2_g3/boot_0x80081920.o(.text)
- build/src/boot_O2_g3_trapuv/fault.o(.text)
- build/src/boot_O2_g3_trapuv/fault_drawer.o(.text)
- build/src/boot_O1/boot_0x80084940.o(.text)
- build/asm/boot/loadfragment.o(.text)
- build/src/boot_O2/loadfragment2.o(.text)
- build/src/boot_O2/padutils.o(.text)
- build/src/boot_O2/stackcheck.o(.text)
- build/src/boot_O2/gfxprint.o(.text)
- build/src/boot_O2/mtxuty-cvt.o(.text)
- build/src/boot_O2/boot_0x80086280.o(.text)
- build/src/boot_O2/boot_0x800862E0.o(.text)
- build/asm/boot/boot_0x80086760.o(.text)
- build/asm/boot/boot_0x80086DD0.o(.text)
- build/src/boot_O2/boot_0x80086FA0.o(.text)
- build/src/boot_O2/__osMalloc.o(.text)
- build/src/libultra/rmon/sprintf.o(.text)
- build/asm/boot/boot_0x80087900.o(.text)
- build/asm/boot/setcause.o(.text)
- build/src/libultra/os/sendmesg.o(.text)
- build/asm/boot/boot_0x80087C60.o(.text)
- build/src/boot_O1/boot_0x80087E00.o(.text)
- build/src/libultra/os/stopthread.o(.text)
- build/src/libultra/os/recvmesg.o(.text)
- build/asm/boot/setintmask.o(.text)
- build/asm/boot/getintmask.o(.text)
- build/src/libultra/voice/voicesetword.o(.text)
- build/asm/boot/scale.o(.text)
- build/src/libultra/gu/sinf.o(.text)
- build/src/libultra/gu/sins.o(.text)
- build/src/libultra/io/sptask.o(.text)
- build/src/libultra/libc/ll.o(.text)
- build/asm/boot/exceptasm.o(.text)
- build/src/libultra/os/thread.o(.text)
- build/src/libultra/os/destroythread.o(.text)
- build/src/libultra/voice/voicecheckresult.o(.text)
- build/asm/boot/bzero.o(.text)
- build/asm/boot/boot_0x800896D0.o(.text)
- build/src/libultra/io/siacs.o(.text)
- build/src/libultra/io/controller.o(.text)
- build/src/libultra/os/createthread.o(.text)
- build/src/libultra/io/contreaddata.o(.text)
- build/asm/boot/boot_0x8008A170.o(.text)
- build/src/libultra/os/virtualtophysical.o(.text)
- build/asm/boot/getsr.o(.text)
- build/asm/boot/setsr.o(.text)
- build/asm/boot/writebackdcache.o(.text)
- build/asm/boot/initialize.o(.text)
- build/src/libultra/io/vigetnextframebuf.o(.text)
- build/src/libultra/gu/perspective.o(.text)
- build/src/libultra/io/sprawdma.o(.text)
- build/src/libultra/io/sirawdma.o(.text)
- build/asm/boot/boot_0x8008AE20.o(.text)
- build/src/libultra/io/viblack.o(.text)
- build/src/libultra/io/sirawread.o(.text)
- build/src/libultra/os/getthreadid.o(.text)
- build/src/libultra/io/sptaskyield.o(.text)
- build/asm/boot/pfsreadwritefile.o(.text)
- build/asm/boot/boot_0x8008B3C0.o(.text)
- build/asm/boot/boot_0x8008B600.o(.text)
- build/src/libultra/io/visetmode.o(.text)
- build/asm/boot/getconfig.o(.text)
- build/asm/boot/setconfig.o(.text)
- build/src/libultra/gu/lookat.o(.text)
- build/asm/boot/boot_0x8008B9F0.o(.text)
- build/src/libultra/os/stoptimer.o(.text)
- build/asm/boot/probetlb.o(.text)
- build/src/libultra/io/pimgr.o(.text)
- build/src/libultra/io/piacs.o(.text)
- . += 0x10;
- build/asm/boot/devmgr.o(.text)
- build/asm/boot/boot_0x8008C640.o(.text)
- build/src/libultra/io/pirawdma.o(.text)
- build/asm/boot/boot_0x8008C740.o(.text)
- build/asm/boot/getcount.o(.text)
- build/asm/boot/boot_0x8008D2E0.o(.text)
- build/src/libultra/os/getmemsize.o(.text)
- build/asm/boot/pfssearchfile.o(.text)
- build/src/libultra/os/seteventmesg.o(.text)
- build/asm/boot/sqrtf.o(.text)
- build/asm/boot/afterprenmi.o(.text)
- build/src/libultra/io/contquery.o(.text)
- build/src/libultra/gu/lookathil.o(.text)
- build/src/libultra/rmon/xprintf.o(.text)
- build/asm/boot/boot_0x8008ED30.o(.text)
- build/asm/boot/unmaptlball.o(.text)
- build/src/libultra/io/epidma.o(.text)
- build/asm/boot/boot_0x8008EED0.o(.text)
- build/asm/boot/boot_0x8008F100.o(.text)
- build/src/libultra/libc/string.o(.text)
- build/src/libultra/os/createmesgqueue.o(.text)
- build/asm/boot/invalicache.o(.text)
- build/asm/boot/invaldcache.o(.text)
- build/src/libultra/os/timerintr.o(.text)
- build/asm/boot/boot_0x8008F7D0.o(.text)
- build/asm/boot/boot_0x8008FA00.o(.text)
- build/src/libultra/io/si.o(.text)
- build/asm/boot/boot_0x8008FA60.o(.text)
- build/src/libultra/os/jammesg.o(.text)
- build/src/libultra/os/setthreadpri.o(.text)
- build/src/libultra/os/getthreadpri.o(.text)
- build/asm/boot/boot_0x8008FD00.o(.text)
- build/src/libultra/io/viswapbuf.o(.text)
- build/asm/boot/position.o(.text)
- build/asm/boot/boot_0x800900C0.o(.text)
- build/src/libultra/io/sptaskyielded.o(.text)
- build/asm/boot/memcmp.o(.text)
- build/src/libultra/os/gettime.o(.text)
- build/src/libultra/gu/rotate.o(.text)
- build/asm/boot/setglobalintmask.o(.text)
- build/asm/boot/boot_0x800906D0.o(.text)
- build/asm/boot/boot_0x80090810.o(.text)
- build/asm/boot/boot_0x80090900.o(.text)
- build/asm/boot/aisetfreq.o(.text)
- build/asm/boot/contramread.o(.text)
- build/asm/boot/boot_0x80090E70.o(.text)
- build/asm/boot/crc.o(.text)
- build/src/libultra/os/getactivequeue.o(.text)
- build/asm/boot/normalize.o(.text)
- build/asm/boot/setcompare.o(.text)
- build/asm/boot/getcompare.o(.text)
- build/src/libultra/io/dpgetstat.o(.text)
- build/src/libultra/io/dpsetstat.o(.text)
- build/asm/boot/bcopy.o(.text)
- build/asm/boot/resetglobalintmask.o(.text)
- build/asm/boot/boot_0x80091630.o(.text)
- build/src/libultra/gu/ortho.o(.text)
- build/asm/boot/interrupt.o(.text)
- build/src/libultra/io/vi.o(.text)
- build/asm/boot/viswapcontext.o(.text)
- build/src/libultra/io/pigetcmdq.o(.text)
- build/asm/boot/cosf.o(.text)
- build/asm/boot/boot_0x800920B0.o(.text)
- build/src/libultra/io/visetspecial.o(.text)
- build/src/libultra/gu/coss.o(.text)
- build/src/libultra/os/settime.o(.text)
- build/asm/boot/boot_0x800922C0.o(.text)
- build/src/libultra/gu/visetevent.o(.text)
- build/asm/boot/pfsisplug.o(.text)
- build/src/libultra/voice/voicegetstatus.o(.text)
- build/asm/boot/cartrominit.o(.text)
- build/asm/boot/boot_0x80092A80.o(.text)
- build/asm/boot/boot_0x80092C00.o(.text)
- build/src/libultra/io/contsetch.o(.text)
- build/asm/boot/setfpccsr.o(.text)
- build/asm/boot/getfpccsr.o(.text)
- build/asm/boot/boot_0x80092D00.o(.text)
- build/asm/boot/boot_0x80092EE0.o(.text)
- build/asm/boot/boot_0x800931F0.o(.text)
- build/src/libultra/io/aigetlen.o(.text)
- build/asm/boot/boot_0x80093BB0.o(.text)
- build/asm/boot/maptlbrdb.o(.text)
- build/src/libultra/os/yieldthread.o(.text)
- . += 0x10;
- build/asm/boot/boot_0x80093CC0.o(.text)
- build/asm/boot/getcause.o(.text)
- build/asm/boot/contramwrite.o(.text)
- build/src/libultra/io/epirawwrite.o(.text)
- build/src/libultra/os/settimer.o(.text)
- build/asm/boot/xldtob.o(.text)
- build/src/libultra/libc/ldiv.o(.text)
- build/asm/boot/xlitob.o(.text)
- build/src/libultra/io/sirawwrite.o(.text)
- build/src/libultra/io/spgetstat.o(.text)
- build/src/libultra/io/spsetstat.o(.text)
- . += 0x10;
- build/src/libultra/io/vimgr.o(.text)
- build/src/libultra/io/vigetcurrcontext.o(.text)
- build/asm/boot/writebackdcacheall.o(.text)
- build/src/libultra/os/getcurrfaultthread.o(.text)
- build/asm/boot/boot_0x80095600.o(.text)
- build/asm/boot/boot_0x80095740.o(.text)
- build/src/libultra/os/startthread.o(.text)
- build/src/libultra/io/visetyscale.o(.text)
- build/src/libultra/io/visetxscale.o(.text)
- build/src/libultra/libc/llcvt.o(.text)
- build/asm/boot/boot_0x80095C70.o(.text)
- build/asm/boot/boot_0x80096360.o(.text)
- build/asm/boot/boot_0x80096410.o(.text)
- build/asm/boot/boot_0x800964D0.o(.text)
- build/asm/boot/spsetpc.o(.text)
- build/asm/boot/boot_0x80096540.o(.text)
- build/src/boot_O1/gethwintrroutine.o(.text)
- build/asm/boot/boot_0x800967A0.o(.text)
- build/asm/boot/boot_0x80096810.o(.text)
- build/asm/boot/boot_0x80096820.o(.text)
- build/asm/boot/boot_0x80096880.o(.text)
- build/src/boot_O2_g3/boot_0x800968B0.o(.text)
- build/asm/boot/boot_0x800968F0.o(.text)
- build/asm/boot/boot_0x80096930.o(.text)
- boot_text_end = .;
-
- boot_data_start = .;
- build/asm/boot/boot_data_0x800969C0.o(.data)
- build/src/boot_O2_g3/idle.o(.data)
- build/asm/boot/boot_data_0x80096B40.o(.data)
- build/src/boot_O2_g3/z_std_dma.o(.data)
- build/src/boot_O2_g3/irqmgr.o(.data)
- build/asm/boot/boot_data_fault.o(.data)
- build/src/boot_O2_g3_trapuv/fault_drawer.o(.data)
- build/asm/boot/boot_data_loadfragment.o(.data)
- build/src/boot_O2/loadfragment2.o(.data)
- build/src/boot_O2/stackcheck.o(.data)
- build/asm/boot/boot_data_0x80085570.o(.data)
- build/asm/boot/boot_data_0x800862E0.o(.data)
- build/asm/boot/boot_data_0x80086FA0.o(.data)
- build/asm/boot/boot_data_0x80097540.o(.data)
- build/src/libultra/gu/sins.o(.data)
- build/asm/boot/boot_data_0x80097DE0.o(.data)
- build/src/libultra/os/thread.o(.data)
- build/src/libultra/io/siacs.o(.data)
- build/src/libultra/io/controller.o(.data)
- build/asm/boot/boot_data_initialize.o(.data)
- build/asm/boot/boot_data_pimgr.o(.data)
- build/src/libultra/io/piacs.o(.data)
- build/asm/boot/boot_data_0x80097EB0.o(.data)
- build/src/libultra/os/seteventmesg.o(.data)
- build/src/libultra/rmon/xprintf.o(.data)
- build/src/libultra/os/timerintr.o(.data)
- build/asm/boot/boot_data_position.o(.data)
- build/src/libultra/gu/rotate.o(.data)
- build/asm/boot/boot_data_0x800906D0.o(.data)
- build/asm/boot/boot_data_contramread.o(.data)
- build/asm/boot/boot_data_vi.o(.data)
- build/asm/boot/boot_data_cartrominit.o(.data)
- build/asm/boot/boot_data_0x800980E0.o(.data)
- build/asm/boot/boot_data_xldtob.o(.data)
- build/asm/boot/boot_data_vimgr.o(.data)
- boot_data_end = .;
-
- boot_rodata_start = .;
- build/src/boot_O2_g3/boot_main.o(.rodata)
- build/src/boot_O2_g3/idle.o(.rodata)
- build/src/boot_O2_g3/z_std_dma.o(.rodata)
- build/src/boot_O2_g3/yaz0.o(.rodata)
- build/src/boot_O2_g3/irqmgr.o(.rodata)
- build/src/boot_O2_g3/CIC6105.o(.rodata)
- build/asm/boot/boot_rodata_fault.o(.rodata)
- build/asm/boot/boot_rodata_fault_drawer.o(.rodata)
- build/asm/boot/boot_rodata_0x80085570.o(.rodata)
- build/src/boot_O2/boot_0x80086280.o(.rodata)
- build/asm/boot/boot_rodata_0x80086760.o(.rodata)
- build/asm/boot/boot_rodata___osMalloc.o(.rodata)
- build/asm/boot/boot_rodata_setintmask.o(.rodata)
- build/src/libultra/gu/sinf.o(.rodata)
- build/asm/boot/boot_rodata_exceptasm.o(.rodata)
- build/src/libultra/gu/perspective.o(.rodata)
- build/asm/boot/boot_rodata_0x8008C260.o(.rodata)
- build/asm/boot/boot_rodata_lookathil.o(.rodata)
- build/src/libultra/rmon/xprintf.o(.rodata)
- build/asm/boot/boot_rodata_cosf.o(.rodata)
- build/asm/boot/boot_rodata___libm_qnan_f.o(.rodata)
- build/asm/boot/boot_rodata_xldtob.o(.rodata)
- build/src/libultra/libc/llcvt.o(.rodata)
- build/asm/boot/boot_rodata_build_date.o(.rodata)
- boot_rodata_end = .;
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _bootSegmentEnd = SegmentEnd;
-
- boot_bss_start = .;
- . += 0x1C60; /* boot_main */
- . += 0x140; /* idle */
- . += 0x770; /* z_std_dma */
- . += 0x420; /* yaz0 */
- . += 0x20; /* CIC6105 */
- . += 0xE80; /* fault */
- . += 0x40; /* fault_drawer */
- . += 0x10; /* 0x80086760 */
- . += 0x30; /* 0x80086DD0 */
- . += 0x10; /* 0x80086FA0 */
- . += 0x10; /* __osMalloc */
- . += 0x40; /* sptask */
- . += 0x100; /* 0x800896D0 */
- . += 0x20; /* siacs */
- . += 0x90; /* controller */
- . += 0x10; /* 0x8008A170 */
- . += 0x10; /* initialize */
- . += 0x2A0; /* ??? */
- . += 0x11D0; /* pimgr */
- . += 0x20; /* piacs */
- . += 0x100; /* devmgr */
- . += 0x80; /* seteventmesg */
- . += 0x40; /* timerintr */
- . += 0x40; /* pfsisplug */
- . += 0x80; /* cartrominit */
- . += 0x1220; /* vimgr */
- . += 0x6200; /* dmadata */
- . += 0x10;
- boot_bss_end = .;
-
- RomLocation = 0xA8BB20;
- . = 0x800A5AC0;
- SegmentStart = .;
- _codeSegmentStart = SegmentStart;
- code : AT(RomLocation)
- {
- code_text_start = .;
- build/src/code/code_0x800A5AC0.o(.text)
- build/src/code/z_en_item00.o(.text)
- build/src/code/z_eff_blure.o(.text)
- build/asm/code/z_eff_shield_particle.o(.text)
- build/asm/code/z_eff_spark.o(.text)
- build/asm/code/z_eff_ss_dead.o(.text)
- build/asm/code/z_eff_tire_mark.o(.text)
- build/src/code/z_effect.o(.text)
- build/src/code/z_effect_soft_sprite.o(.text)
- build/src/code/z_effect_soft_sprite_old_init.o(.text)
- build/asm/code/flg_set.o(.text)
- build/asm/code/z_DLF.o(.text)
- build/src/code/z_actor.o(.text)
- build/src/code/z_actor_dlftbls.o(.text)
- build/src/code/z_bgcheck.o(.text)
- build/src/code/code_0x800CAAD0.o(.text)
- build/src/code/code_0x800CAE10.o(.text)
- build/asm/code/code_0x800CB000.o(.text)
- build/asm/code/z_camera.o(.text)
- build/src/code/z_collision_btltbls.o(.text)
- . += 0x10;
- build/src/code/z_collision_check.o(.text)
- build/src/code/code_0x800E8EA0.o(.text)
- build/asm/code/code_0x800E9360.o(.text)
- build/asm/code/z_debug.o(.text)
- build/asm/code/z_debug_display.o(.text)
- build/asm/code/z_debug_mode.o(.text)
- build/asm/code/z_draw.o(.text)
- build/src/code/z_eff_footmark.o(.text)
- build/asm/code/code_0x800F0390.o(.text)
- build/asm/code/code_0x800F05C0.o(.text)
- build/asm/code/code_0x800F07C0.o(.text)
- build/asm/code/code_0x800F1250.o(.text)
- build/asm/code/code_0x800F1460.o(.text)
- build/asm/code/code_0x800F23E0.o(.text)
- build/asm/code/z_fcurve_data_skelanime.o(.text)
- build/asm/code/z_fireobj.o(.text)
- build/asm/code/z_horse.o(.text)
- build/asm/code/z_jpeg.o(.text)
- build/asm/code/code_0x800F4A10.o(.text)
- build/src/code/z_kanfont.o(.text)
- build/asm/code/z_kankyo.o(.text)
- build/src/code/z_lib.o(.text)
- build/asm/code/z_lifemeter.o(.text)
- build/src/code/z_lights.o(.text)
- build/asm/code/code_0x80102C60.o(.text)
- build/asm/code/z_map_disp.o(.text)
- build/asm/code/z_map_data.o(.text)
- build/asm/code/z_map_exp.o(.text)
- build/asm/code/z_msgevent.o(.text)
- build/asm/code/code_0x8010C0C0.o(.text)
- build/src/code/z_olib.o(.text)
- . += 0x10;
- build/asm/code/z_parameter.o(.text)
- build/asm/code/code_0x801224E0.o(.text)
- build/asm/code/code_0x80122660.o(.text)
- build/asm/code/z_player_lib.o(.text)
- build/src/code/z_prenmi.o(.text)
- build/src/code/z_quake.o(.text)
- build/src/code/z_rcp.o(.text)
- . += 0x10;
- build/src/code/z_room.o(.text)
- build/src/code/code_0x8012EC80.o(.text)
- build/src/code/z_scene.o(.text)
- build/src/code/z_scene_proc.o(.text)
- build/src/code/z_scene_table.o(.text)
- build/asm/code/code_0x801323D0.o(.text)
- build/src/code/z_skelanime.o(.text)
- build/asm/code/z_skin.o(.text)
- build/asm/code/z_skin_awb.o(.text)
- build/src/code/z_skin_matrix.o(.text)
- build/src/code/z_snap.o(.text)
- build/asm/code/z_sub_s.o(.text)
- build/asm/code/code_0x8013EC10.o(.text)
- build/src/code/z_view.o(.text)
- build/asm/code/z_vimode.o(.text)
- build/asm/code/code_0x80140E80.o(.text)
- build/asm/code/z_vismono.o(.text)
- build/asm/code/code_0x801420C0.o(.text)
- build/src/code/z_vr_box.o(.text)
- build/asm/code/z_vr_box_draw.o(.text)
- build/asm/code/z_sram_NES.o(.text)
- build/asm/code/z_message.o(.text)
- build/asm/code/z_message_nes.o(.text)
- build/asm/code/z_message_staff.o(.text)
- build/asm/code/code_0x80160A90.o(.text)
- build/asm/code/z_shrink_window.o(.text)
- build/asm/code/code_0x80161180.o(.text)
- build/asm/code/z_kaleido_manager.o(.text)
- build/asm/code/code_0x801639A0.o(.text)
- build/asm/code/code_0x80163C90.o(.text)
- build/asm/code/z_fbdemo.o(.text)
- build/asm/code/code_0x801647D0.o(.text)
- build/asm/code/z_fbdemo_circle.o(.text)
- build/asm/code/z_overlay.o(.text)
- build/asm/code/z_play.o(.text)
- build/asm/code/z_play_hireso.o(.text)
- build/src/code/PreRender.o(.text)
- build/src/code/TwoHeadGfxArena.o(.text)
- build/src/code/TwoHeadArena.o(.text)
- build/asm/code/code_0x80172BC0.o(.text)
- build/src/code/audioMgr.o(.text)
- build/src/code/title_setup.o(.text)
- build/src/code/game.o(.text)
- build/asm/code/gamealloc.o(.text)
- build/asm/code/graph.o(.text)
- build/asm/code/code_0x80174A40.o(.text)
- build/asm/code/listalloc.o(.text)
- build/asm/code/main.o(.text)
- build/asm/code/padmgr.o(.text)
- build/asm/code/sched.o(.text)
- build/asm/code/speed_meter.o(.text)
- build/asm/code/sys_cmpdma.o(.text)
- build/asm/code/sys_initial_check.o(.text)
- build/asm/code/code_0x80179300.o(.text)
- build/asm/code/code_0x801795F0.o(.text)
- build/src/code/sys_math_atan.o(.text)
- build/src/code/sys_matrix.o(.text)
- build/asm/code/code_0x80182CE0.o(.text)
- build/src/code/code_0x80183070.o(.text)
- build/asm/code/code_0x801830A0.o(.text)
- build/src/code/sys_slowly.o(.text)
- build/asm/code/sys_flashrom.o(.text)
- build/asm/code/code_0x80185F90.o(.text)
- build/asm/code/code_0x801877D0.o(.text)
- build/asm/code/code_0x8018B0F0.o(.text)
- build/asm/code/code_0x8018EB60.o(.text)
- build/asm/code/code_0x80192BE0.o(.text)
- build/asm/code/code_0x80194710.o(.text)
- build/asm/code/code_0x80194930.o(.text)
- build/asm/code/code_0x801974D0.o(.text)
- build/asm/code/code_0x8019AE40.o(.text)
- build/asm/code/code_0x8019AEC0.o(.text)
- build/asm/code/code_0x8019AF00.o(.text)
- build/asm/code/code_0x801A51F0.o(.text)
- build/asm/code/code_0x801A5BD0.o(.text)
- build/asm/code/code_0x801A7B10.o(.text)
- build/asm/code/code_0x801AA020.o(.text)
- build/asm/code/code_0x801AA610.o(.text)
- build/asm/code/code_0x801AAAA0.o(.text)
- code_text_end = .;
-
- code_data_start = .;
- build/asm/code/code_data_0x801AAAB0.o(.data)
- build/asm/code/code_data_0x800A5AC0.o(.data)
- build/src/code/z_en_item00.o(.data)
- build/asm/code/code_data_z_eff_blure.o(.data)
- build/asm/code/code_data_z_eff_shield_particle.o(.data)
- build/src/code/z_effect.o(.data)
- build/asm/code/code_data_z_effect_soft_sprite.o(.data)
- build/asm/code/code_data_z_effect_soft_sprite_old_init.o(.data)
- build/asm/code/code_data_flg_set_table.o(.data)
- build/asm/code/code_data_flg_set.o(.data)
- build/asm/code/code_data_z_actor.o(.data)
- build/src/code/z_actor_dlftbls.o(.data)
- build/asm/code/code_data_z_bgcheck.o(.data)
- build/asm/code/code_data_z_camera.o(.data)
- build/src/code/z_collision_btltbls.o(.data)
- build/src/code/z_collision_check.o(.data)
- build/asm/code/code_data_z_debug_display.o(.data)
- build/asm/code/code_data_z_debug_mode.o(.data)
- build/asm/code/code_data_z_draw.o(.data)
- build/asm/code/code_data_z_eff_footmark.o(.data)
- build/asm/code/code_data_0x800F07C0.o(.data)
- build/asm/code/code_data_0x800F1460.o(.data)
- build/asm/code/code_data_z_fireobj.o(.data)
- build/asm/code/code_data_0x801BD910.o(.data)
- build/asm/code/code_data_z_horse.o(.data)
- build/asm/code/code_data_z_jpeg.o(.data)
- build/src/code/z_kanfont.o(.data)
- build/asm/code/code_data_z_kankyo.o(.data)
- build/src/code/z_lib.o(.data)
- build/asm/code/code_data_z_lifemeter.o(.data)
- build/src/code/z_lights.o(.data)
- build/asm/code/code_data_z_map_disp.o(.data)
- build/asm/code/code_data_z_map_exp.o(.data)
- build/asm/code/code_data_z_msgevent.o(.data)
- build/asm/code/code_data_z_parameter.o(.data)
- build/asm/code/code_data_z_player_lib.o(.data)
- build/src/code/z_quake.o(.data)
- build/src/code/z_rcp.o(.data)
- build/asm/code/code_data_z_room.o(.data)
- build/src/code/code_0x8012EC80.o(.data)
- build/src/code/z_scene.o(.data)
- build/asm/code/code_data_0x801C2730.o(.data)
- build/src/code/z_scene_proc.o(.data)
- build/src/code/z_scene_table.o(.data)
- build/asm/code/code_data_0x801323D0.o(.data)
- build/src/code/z_skelanime.o(.data)
- build/src/code/z_skin_matrix.o(.data)
- build/asm/code/code_data_z_sub_s.o(.data)
- build/asm/code/code_data_z_vimode.o(.data)
- build/src/code/z_vr_box.o(.data)
- build/asm/code/code_data_z_vr_box_draw.o(.data)
- build/asm/code/code_data_z_sram_NES.o(.data)
- build/asm/code/code_data_z_message_nes.o(.data)
- build/asm/code/code_data_0x80160A90.o(.data)
- build/asm/code/code_data_z_kaleido_manager.o(.data)
- build/asm/code/code_data_0x80163C90.o(.data)
- build/asm/code/code_data_z_fbdemo.o(.data)
- build/asm/code/code_data_z_fbdemo_circle.o(.data)
- build/asm/code/code_data_z_play.o(.data)
- build/asm/code/code_data_z_play_hireso.o(.data)
- build/src/code/audioMgr.o(.data)
- build/src/code/game.o(.data)
- build/asm/code/code_data_graph.o(.data)
- build/asm/code/code_data_padmgr.o(.data)
- build/asm/code/code_data_speed_meter.o(.data)
- build/asm/code/code_data_0x80179300.o(.data)
- build/asm/code/code_data_0x801D15B0.o(.data)
- build/src/code/sys_math_atan.o(.data)
- build/asm/code/code_data_sys_matrix.o(.data)
- build/asm/code/code_data_0x80182CE0.o(.data)
- build/asm/code/code_data_0x8018B0F0.o(.data)
- build/asm/code/code_data_0x80194930.o(.data)
- build/asm/code/code_data_0x8019AF00.o(.data)
- build/asm/code/code_data_0x801A51F0.o(.data)
- build/asm/code/code_data_0x801A5BD0.o(.data)
- code_data_end = .;
-
- code_rodata_start = .;
- build/src/code/z_en_item00.o(.rodata)
- build/asm/code/code_rodata_z_eff_blure.o(.rodata)
- build/asm/code/code_rodata_z_eff_shield_particle.o(.rodata)
- build/asm/code/code_rodata_z_eff_spark.o(.rodata)
- build/asm/code/code_rodata_z_eff_ss_dead.o(.rodata)
- build/src/code/z_effect.o(.rodata)
- build/asm/code/code_rodata_z_effect_soft_sprite_old_init.o(.rodata)
- build/asm/code/code_rodata_flg_set.o(.rodata)
- . += 0x10;
- build/asm/code/code_rodata_z_actor.o(.rodata)
- build/src/code/z_actor_dlftbls.o(.rodata)
- build/asm/code/code_rodata_z_bgcheck.o(.rodata)
- build/asm/code/code_rodata_0x800CB000.o(.rodata)
- build/asm/code/code_rodata_z_camera.o(.rodata)
- build/src/code/z_collision_check.o(.rodata)
- build/asm/code/code_rodata_0x800E8EA0.o(.rodata)
- build/asm/code/code_rodata_z_debug_mode.o(.rodata)
- build/asm/code/code_rodata_z_draw.o(.rodata)
- build/src/code/z_eff_footmark.o(.rodata)
- build/asm/code/code_rodata_0x800F1460.o(.rodata)
- build/asm/code/code_rodata_0x800F23E0.o(.rodata)
- build/asm/code/code_rodata_z_fcurve_data_skelanime.o(.rodata)
- build/asm/code/code_rodata_z_fireobj.o(.rodata)
- build/asm/code/code_rodata_z_horse.o(.rodata)
- build/asm/code/code_rodata_z_jpeg.o(.rodata)
- build/asm/code/code_rodata_z_kankyo.o(.rodata)
- build/src/code/z_lib.o(.rodata)
- build/asm/code/code_rodata_z_lifemeter.o(.rodata)
- build/src/code/z_lights.o(.rodata)
- build/asm/code/code_rodata_z_map_disp.o(.rodata)
- build/src/code/z_olib.o(.rodata)
- build/asm/code/code_rodata_z_parameter.o(.rodata)
- build/asm/code/code_rodata_z_player_lib.o(.rodata)
- build/src/code/z_quake.o(.rodata)
- build/asm/code/code_rodata_z_room.o(.rodata)
- build/src/code/code_0x8012EC80.o(.rodata)
- build/src/code/z_scene_proc.o(.rodata)
- build/src/code/z_scene_table.o(.rodata)
- build/asm/code/code_rodata_z_skin.o(.rodata)
- build/src/code/z_skin_matrix.o(.rodata)
- build/asm/code/code_rodata_z_sub_s.o(.rodata)
- build/asm/code/code_rodata_0x8013EC10.o(.rodata)
- build/src/code/z_view.o(.rodata)
- build/asm/code/code_rodata_z_vimode.o(.rodata)
- build/asm/code/code_rodata_0x80140E80.o(.rodata)
- build/asm/code/code_rodata_z_vr_box.o(.rodata)
- build/asm/code/code_rodata_z_message.o(.rodata)
- build/asm/code/code_rodata_z_message_nes.o(.rodata)
- build/asm/code/code_rodata_z_message_staff.o(.rodata)
- build/asm/code/code_rodata_0x80160A90.o(.rodata)
- build/asm/code/code_rodata_z_kaleido_manager.o(.rodata)
- build/asm/code/code_rodata_z_fbdemo_circle.o(.rodata)
- build/asm/code/code_rodata_z_play.o(.rodata)
- build/asm/code/code_rodata_z_play_hireso.o(.rodata)
- build/asm/code/code_rodata_PreRender.o(.rodata)
- build/asm/code/code_rodata_0x80172BC0.o(.rodata)
- build/src/code/audioMgr.o(.rodata)
- build/src/code/game.o(.rodata)
- build/asm/code/code_rodata_graph.o(.rodata)
- build/asm/code/code_rodata_main.o(.rodata)
- build/asm/code/code_rodata_padmgr.o(.rodata)
- build/asm/code/code_rodata_sched.o(.rodata)
- build/asm/code/code_rodata_0x80179300.o(.rodata)
- build/asm/code/code_rodata_0x801795F0.o(.rodata)
- build/src/code/sys_math_atan.o(.rodata)
- build/asm/code/code_rodata_sys_matrix.o(.rodata)
- build/asm/code/code_rodata_0x801830A0.o(.rodata)
- build/asm/code/code_rodata_sys_flashrom.o(.rodata)
- build/asm/code/code_rodata_0x801877D0.o(.rodata)
- build/asm/code/code_rodata_0x8018B0F0.o(.rodata)
- build/asm/code/code_rodata_0x8018EB60.o(.rodata)
- build/asm/code/code_rodata_0x80192BE0.o(.rodata)
- build/asm/code/code_rodata_0x80194930.o(.rodata)
- build/asm/code/code_rodata_0x801974D0.o(.rodata)
- build/asm/code/code_rodata_0x8019AF00.o(.rodata)
- build/asm/code/code_rodata_0x801A51F0.o(.rodata)
- build/asm/code/code_rodata_0x801A5BD0.o(.rodata)
- build/asm/code/code_rodata_0x801A7B10.o(.rodata)
- build/asm/code/code_rodata_0x801AA610.o(.rodata)
- code_rodata_end = .;
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _codeSegmentEnd = SegmentEnd;
-
- code_bss_start = .;
- . += 0x10;
- . += 0x98F0; /* z_effect */
- . += 0x90; /* z_actor */
- . += 0x20; /* z_actor_dlftbls */
- . += 0x2A0; /* z_bgcheck */
- . += 0x210; /* z_camera */
- . += 0x1870; /* z_collision_check */
- . += 0x48D0; /* code_0x800E9360 */
- . += 0x20;
- . += 0x10; /* z_debug */
- . += 0x10; /* z_debug_display */
- . += 0xE70; /* z_debug_mode */
- . += 0x40; /* code_0x800F1460 */
- . += 0x110; /* z_kankyo */
- . += 0x30; /* z_lifemeter */
- . += 0x190; /* z_lights */
- . += 0x30; /* code_0x80102C60 */
- . += 0x710; /* z_map_disp */
- . += 0x10; /* code_0x8010C0C0 */
- . += 0x60; /* z_parameter */
- . += 0x150; /* z_player_lib */
- . += 0xA0; /* z_quake */
- . += 0x10; /* z_scene_proc */
- . += 0x10; /* z_skelanime */
- . += 0xF10; /* z_skin */
- . += 0x110;
- . += 0x10; /* z_vr_box_draw */
- . += 0x10; /* z_sram_NES */
- . += 0x30; /* z_message */
- . += 0x10; /* code_0x80160A90 */
- . += 0x10; /* z_shrink_window */
- . += 0xA0; /* code_0x80161180 */
- . += 0x10; /* z_kaleido_manager */
- . += 0x10; /* code_0x801639A0 */
- . += 0x1F0; /* z_play */
- . += 0x11F0; /* PreRender */
- . += 0xE0; /* game */
- . += 0x90; /* graph */
- . += 0x31E0; /* main */
- . += 0x760;
- . += 0x90; /* sched */
- . += 0x50;
- . += 0x70; /* sys_cmpdma */
- . += 0x210; /* code_0x801795F0 */
- . += 0x10; /* sys_matrix */
- . += 0x1230; /* sys_flashrom */
- . += 0xE0; /* code_0x80185F90 */
- . += 0xBD70; /* code_0x8018B0F0 */
- . += 0x10; /* code_0x801AA020 */
- code_bss_end = .;
-
- buffers ALIGN(0x10):
- {
- build/src/buffers/gfxbuffers.o(.bss)
- build/src/buffers/heaps.o(.bss)
- }
-
- /* Framebuffers */
- gFramebuffer1 = 0x80000500;
- gFramebuffer0 = 0x80800000 - 320*240*2; /* SCREEN_WIDTH*SCREEN_HEIGHT*sizeof(s16) */
- gFramebufferHighRes1 = 0x80000500;
- gFramebufferHighRes0 = 0x80780000;
-
- /* Unknown buffers */
- D_80025D00 = 0x80025D00; /* Used in z_vr_box.c */
- D_801C1E2C = 0x801C1E2C; /* Used in z_en_ginko_man.c */
- D_80780000 = 0x80780000;
- D_80784600 = 0x80784600;
-
- . = 0x80800000;
- SegmentStart = .;
- _ovl_titleSegmentStart = SegmentStart;
- ovl_title : AT(RomLocation)
- {
- build/asm/overlays/ovl_title_0x80800000.o(.text)
- build/asm/overlays/ovl_title_data.o(.data)
- build/asm/overlays/ovl_title_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_titleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_selectSegmentStart = SegmentStart;
- ovl_select : AT(RomLocation)
- {
- build/asm/overlays/ovl_select_0x80800910.o(.text)
- build/asm/overlays/ovl_select_data.o(.data)
- build/asm/overlays/ovl_select_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_selectSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_openingSegmentStart = SegmentStart;
- ovl_opening : AT(RomLocation)
- {
- build/asm/overlays/ovl_opening_0x80803DF0.o(.text)
- build/asm/overlays/ovl_opening_data.o(.data)
- build/asm/overlays/ovl_opening_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_openingSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_file_chooseSegmentStart = SegmentStart;
- ovl_file_choose : AT(RomLocation)
- {
- build/asm/overlays/ovl_file_choose_0x80804010.o(.text)
- build/asm/overlays/ovl_file_choose_0x80807940.o(.text)
- build/asm/overlays/ovl_file_choose_0x8080BC20.o(.text)
- build/asm/overlays/ovl_file_choose_data.o(.data)
- build/asm/overlays/ovl_file_choose_rodata.o(.rodata)
- ovl_file_choose_bss_start = .;
- }
- . += 0x30;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_file_chooseSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_daytelopSegmentStart = SegmentStart;
- ovl_daytelop : AT(RomLocation)
- {
- build/asm/overlays/ovl_daytelop_0x80814EB0.o(.text)
- build/asm/overlays/ovl_daytelop_data.o(.data)
- build/asm/overlays/ovl_daytelop_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_daytelopSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_kaleido_scopeSegmentStart = SegmentStart;
- ovl_kaleido_scope : AT(RomLocation)
- {
- build/asm/overlays/ovl_kaleido_scope_0x808160A0.o(.text)
- build/asm/overlays/ovl_kaleido_scope_0x8081D240.o(.text)
- build/asm/overlays/ovl_kaleido_scope_0x8081FF80.o(.text)
- build/asm/overlays/ovl_kaleido_scope_data.o(.data)
- ovl_kaleido_scope_bss_start = .;
- }
- . += 0x40;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_kaleido_scopeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Player_ActorSegmentStart = SegmentStart;
- ovl_Player_Actor : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Player_Actor/z_player.o(.text)
- build/asm/overlays/ovl_Player_Actor_data.o(.data)
- build/src/overlays/actors/ovl_Player_Actor/z_player.o(.rodata)
- build/asm/overlays/ovl_Player_Actor_rodata.o(.rodata)
- ovl_Player_Actor_bss_start = .;
- }
- . += 0x80;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Player_ActorSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TestSegmentStart = SegmentStart;
- ovl_En_Test : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test/z_en_test.o(.text)
- build/asm/overlays/ovl_En_Test_data.o(.data)
- build/src/overlays/actors/ovl_En_Test/z_en_test.o(.rodata)
- build/asm/overlays/ovl_En_Test_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TestSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GirlASegmentStart = SegmentStart;
- ovl_En_GirlA : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_GirlA/z_en_girla.o(.text)
- build/src/overlays/actors/ovl_En_GirlA/z_en_girla.o(.data)
- build/src/overlays/actors/ovl_En_GirlA/z_en_girla.o(.rodata)
- build/src/overlays/actors/ovl_En_GirlA/z_en_girla_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GirlASegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PartSegmentStart = SegmentStart;
- ovl_En_Part : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Part/z_en_part.o(.text)
- build/asm/overlays/ovl_En_Part_data.o(.data)
- build/src/overlays/actors/ovl_En_Part/z_en_part.o(.rodata)
- build/asm/overlays/ovl_En_Part_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PartSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_LightSegmentStart = SegmentStart;
- ovl_En_Light : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Light/z_en_light.o(.text)
- build/asm/overlays/ovl_En_Light_data.o(.data)
- build/src/overlays/actors/ovl_En_Light/z_en_light.o(.rodata)
- build/asm/overlays/ovl_En_Light_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_LightSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DoorSegmentStart = SegmentStart;
- ovl_En_Door : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Door/z_en_door.o(.text)
- build/asm/overlays/ovl_En_Door_data.o(.data)
- build/src/overlays/actors/ovl_En_Door/z_en_door.o(.rodata)
- build/asm/overlays/ovl_En_Door_rodata.o(.rodata)
- ovl_En_Door_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DoorSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BoxSegmentStart = SegmentStart;
- ovl_En_Box : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Box/z_en_box.o(.text)
- build/asm/overlays/ovl_En_Box_data.o(.data)
- build/src/overlays/actors/ovl_En_Box/z_en_box.o(.rodata)
- build/asm/overlays/ovl_En_Box_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BoxSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PametfrogSegmentStart = SegmentStart;
- ovl_En_Pametfrog : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pametfrog/z_en_pametfrog.o(.text)
- build/src/overlays/actors/ovl_En_Pametfrog/z_en_pametfrog.o(.data)
- build/src/overlays/actors/ovl_En_Pametfrog/z_en_pametfrog.o(.rodata)
- build/src/overlays/actors/ovl_En_Pametfrog/z_en_pametfrog_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PametfrogSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OkutaSegmentStart = SegmentStart;
- ovl_En_Okuta : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Okuta/z_en_okuta.o(.text)
- build/asm/overlays/ovl_En_Okuta_data.o(.data)
- build/src/overlays/actors/ovl_En_Okuta/z_en_okuta.o(.rodata)
- build/asm/overlays/ovl_En_Okuta_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OkutaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BomSegmentStart = SegmentStart;
- ovl_En_Bom : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bom/z_en_bom.o(.text)
- build/asm/overlays/ovl_En_Bom_data.o(.data)
- build/src/overlays/actors/ovl_En_Bom/z_en_bom.o(.rodata)
- build/asm/overlays/ovl_En_Bom_rodata.o(.rodata)
- ovl_En_Bom_bss_start = .;
- }
- . += 0x1C0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BomSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_WallmasSegmentStart = SegmentStart;
- ovl_En_Wallmas : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wallmas/z_en_wallmas.o(.text)
- build/asm/overlays/ovl_En_Wallmas_data.o(.data)
- build/src/overlays/actors/ovl_En_Wallmas/z_en_wallmas.o(.rodata)
- build/asm/overlays/ovl_En_Wallmas_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_WallmasSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DodongoSegmentStart = SegmentStart;
- ovl_En_Dodongo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.o(.text)
- build/asm/overlays/ovl_En_Dodongo_data.o(.data)
- build/src/overlays/actors/ovl_En_Dodongo/z_en_dodongo.o(.rodata)
- build/asm/overlays/ovl_En_Dodongo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DodongoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FireflySegmentStart = SegmentStart;
- ovl_En_Firefly : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.text)
- build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.data)
- build/src/overlays/actors/ovl_En_Firefly/z_en_firefly.o(.rodata)
- build/src/overlays/actors/ovl_En_Firefly/z_en_firefly_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FireflySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HorseSegmentStart = SegmentStart;
- ovl_En_Horse : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Horse/z_en_horse.o(.text)
- build/asm/overlays/ovl_En_Horse_data.o(.data)
- build/src/overlays/actors/ovl_En_Horse/z_en_horse.o(.rodata)
- build/asm/overlays/ovl_En_Horse_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HorseSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ArrowSegmentStart = SegmentStart;
- ovl_En_Arrow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Arrow/z_en_arrow.o(.text)
- build/asm/overlays/ovl_En_Arrow_data.o(.data)
- build/src/overlays/actors/ovl_En_Arrow/z_en_arrow.o(.rodata)
- build/asm/overlays/ovl_En_Arrow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ArrowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ElfSegmentStart = SegmentStart;
- ovl_En_Elf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Elf/z_en_elf.o(.text)
- build/asm/overlays/ovl_En_Elf_data.o(.data)
- build/src/overlays/actors/ovl_En_Elf/z_en_elf.o(.rodata)
- build/asm/overlays/ovl_En_Elf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ElfSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NiwSegmentStart = SegmentStart;
- ovl_En_Niw : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Niw/z_en_niw.o(.text)
- build/src/overlays/actors/ovl_En_Niw/z_en_niw.o(.data)
- build/src/overlays/actors/ovl_En_Niw/z_en_niw.o(.rodata)
- build/src/overlays/actors/ovl_En_Niw/z_en_niw_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NiwSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TiteSegmentStart = SegmentStart;
- ovl_En_Tite : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tite/z_en_tite.o(.text)
- build/asm/overlays/ovl_En_Tite_data.o(.data)
- build/src/overlays/actors/ovl_En_Tite/z_en_tite.o(.rodata)
- build/asm/overlays/ovl_En_Tite_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TiteSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PeehatSegmentStart = SegmentStart;
- ovl_En_Peehat : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Peehat/z_en_peehat.o(.text)
- build/asm/overlays/ovl_En_Peehat_data.o(.data)
- build/src/overlays/actors/ovl_En_Peehat/z_en_peehat.o(.rodata)
- build/asm/overlays/ovl_En_Peehat_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PeehatSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HollSegmentStart = SegmentStart;
- ovl_En_Holl : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Holl/z_en_holl.o(.text)
- build/asm/overlays/ovl_En_Holl_data.o(.data)
- build/src/overlays/actors/ovl_En_Holl/z_en_holl.o(.rodata)
- build/asm/overlays/ovl_En_Holl_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HollSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DinofosSegmentStart = SegmentStart;
- ovl_En_Dinofos : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dinofos/z_en_dinofos.o(.text)
- build/asm/overlays/ovl_En_Dinofos_data.o(.data)
- build/src/overlays/actors/ovl_En_Dinofos/z_en_dinofos.o(.rodata)
- build/asm/overlays/ovl_En_Dinofos_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DinofosSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HataSegmentStart = SegmentStart;
- ovl_En_Hata : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hata/z_en_hata.o(.text)
- build/asm/overlays/ovl_En_Hata_data.o(.data)
- build/src/overlays/actors/ovl_En_Hata/z_en_hata.o(.rodata)
- build/asm/overlays/ovl_En_Hata_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HataSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Zl1SegmentStart = SegmentStart;
- ovl_En_Zl1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zl1/z_en_zl1.o(.text)
- build/src/overlays/actors/ovl_En_Zl1/z_en_zl1.o(.data)
- build/src/overlays/actors/ovl_En_Zl1/z_en_zl1.o(.rodata)
- build/src/overlays/actors/ovl_En_Zl1/z_en_zl1.o(.rodata)
- build/src/overlays/actors/ovl_En_Zl1/z_en_zl1_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Zl1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ViewerSegmentStart = SegmentStart;
- ovl_En_Viewer : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Viewer/z_en_viewer.o(.text)
- build/asm/overlays/ovl_En_Viewer_data.o(.data)
- build/src/overlays/actors/ovl_En_Viewer/z_en_viewer.o(.rodata)
- build/asm/overlays/ovl_En_Viewer_rodata.o(.rodata)
- ovl_En_Viewer_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ViewerSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BubbleSegmentStart = SegmentStart;
- ovl_En_Bubble : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bubble/z_en_bubble.o(.text)
- build/asm/overlays/ovl_En_Bubble_data.o(.data)
- build/src/overlays/actors/ovl_En_Bubble/z_en_bubble.o(.rodata)
- build/asm/overlays/ovl_En_Bubble_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BubbleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Door_ShutterSegmentStart = SegmentStart;
- ovl_Door_Shutter : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Door_Shutter/z_door_shutter.o(.text)
- build/asm/overlays/ovl_Door_Shutter_data.o(.data)
- build/src/overlays/actors/ovl_Door_Shutter/z_door_shutter.o(.rodata)
- build/asm/overlays/ovl_Door_Shutter_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Door_ShutterSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BoomSegmentStart = SegmentStart;
- ovl_En_Boom : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boom/z_en_boom.o(.text)
- build/asm/overlays/ovl_En_Boom_data.o(.data)
- build/src/overlays/actors/ovl_En_Boom/z_en_boom.o(.rodata)
- build/asm/overlays/ovl_En_Boom_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BoomSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Torch2SegmentStart = SegmentStart;
- ovl_En_Torch2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Torch2/z_en_torch2.o(.text)
- build/src/overlays/actors/ovl_En_Torch2/z_en_torch2.o(.data)
- build/src/overlays/actors/ovl_En_Torch2/z_en_torch2.o(.rodata)
- build/src/overlays/actors/ovl_En_Torch2/z_en_torch2_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Torch2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MinifrogSegmentStart = SegmentStart;
- ovl_En_Minifrog : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.text)
- build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.data)
- build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog.o(.rodata)
- build/src/overlays/actors/ovl_En_Minifrog/z_en_minifrog_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MinifrogSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_StSegmentStart = SegmentStart;
- ovl_En_St : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_St/z_en_st.o(.text)
- build/asm/overlays/ovl_En_St_data.o(.data)
- build/src/overlays/actors/ovl_En_St/z_en_st.o(.rodata)
- build/asm/overlays/ovl_En_St_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_StSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_WturnSegmentStart = SegmentStart;
- ovl_Obj_Wturn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Wturn/z_obj_wturn.o(.text)
- build/asm/overlays/ovl_Obj_Wturn_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Wturn/z_obj_wturn.o(.rodata)
- build/asm/overlays/ovl_Obj_Wturn_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_WturnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_River_SoundSegmentStart = SegmentStart;
- ovl_En_River_Sound : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_River_Sound/z_en_river_sound.o(.text)
- build/asm/overlays/ovl_En_River_Sound_data.o(.data)
- build/src/overlays/actors/ovl_En_River_Sound/z_en_river_sound.o(.rodata)
- build/asm/overlays/ovl_En_River_Sound_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_River_SoundSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OssanSegmentStart = SegmentStart;
- ovl_En_Ossan : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ossan/z_en_ossan.o(.text)
- build/src/overlays/actors/ovl_En_Ossan/z_en_ossan.o(.data)
- build/src/overlays/actors/ovl_En_Ossan/z_en_ossan.o(.rodata)
- build/src/overlays/actors/ovl_En_Ossan/z_en_ossan_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OssanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FamosSegmentStart = SegmentStart;
- ovl_En_Famos : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Famos/z_en_famos.o(.text)
- build/asm/overlays/ovl_En_Famos_data.o(.data)
- build/src/overlays/actors/ovl_En_Famos/z_en_famos.o(.rodata)
- build/asm/overlays/ovl_En_Famos_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FamosSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BombfSegmentStart = SegmentStart;
- ovl_En_Bombf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bombf/z_en_bombf.o(.text)
- build/asm/overlays/ovl_En_Bombf_data.o(.data)
- build/src/overlays/actors/ovl_En_Bombf/z_en_bombf.o(.rodata)
- build/asm/overlays/ovl_En_Bombf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BombfSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AmSegmentStart = SegmentStart;
- ovl_En_Am : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Am/z_en_am.o(.text)
- build/asm/overlays/ovl_En_Am_data.o(.data)
- build/src/overlays/actors/ovl_En_Am/z_en_am.o(.rodata)
- build/asm/overlays/ovl_En_Am_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DekubabaSegmentStart = SegmentStart;
- ovl_En_Dekubaba : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.o(.text)
- build/asm/overlays/ovl_En_Dekubaba_data.o(.data)
- build/src/overlays/actors/ovl_En_Dekubaba/z_en_dekubaba.o(.rodata)
- build/asm/overlays/ovl_En_Dekubaba_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DekubabaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_M_Fire1SegmentStart = SegmentStart;
- ovl_En_M_Fire1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.text)
- build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.data)
- build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1.o(.rodata)
- build/src/overlays/actors/ovl_En_M_Fire1/z_en_m_fire1_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_M_Fire1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_M_ThunderSegmentStart = SegmentStart;
- ovl_En_M_Thunder : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_M_Thunder/z_en_m_thunder.o(.text)
- build/asm/overlays/ovl_En_M_Thunder_data.o(.data)
- build/src/overlays/actors/ovl_En_M_Thunder/z_en_m_thunder.o(.rodata)
- build/asm/overlays/ovl_En_M_Thunder_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_M_ThunderSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_BreakwallSegmentStart = SegmentStart;
- ovl_Bg_Breakwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Breakwall/z_bg_breakwall.o(.text)
- build/asm/overlays/ovl_Bg_Breakwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Breakwall/z_bg_breakwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Breakwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_BreakwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Door_Warp1SegmentStart = SegmentStart;
- ovl_Door_Warp1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Door_Warp1/z_door_warp1.o(.text)
- build/asm/overlays/ovl_Door_Warp1_data.o(.data)
- build/src/overlays/actors/ovl_Door_Warp1/z_door_warp1.o(.rodata)
- build/asm/overlays/ovl_Door_Warp1_rodata.o(.rodata)
- ovl_Door_Warp1_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Door_Warp1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SyokudaiSegmentStart = SegmentStart;
- ovl_Obj_Syokudai : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Syokudai/z_obj_syokudai.o(.text)
- build/asm/overlays/ovl_Obj_Syokudai_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Syokudai/z_obj_syokudai.o(.rodata)
- build/asm/overlays/ovl_Obj_Syokudai_rodata.o(.rodata)
- ovl_Obj_Syokudai_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SyokudaiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Item_B_HeartSegmentStart = SegmentStart;
- ovl_Item_B_Heart : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Item_B_Heart/z_item_b_heart.o(.text)
- build/src/overlays/actors/ovl_Item_B_Heart/z_item_b_heart.o(.data)
- build/src/overlays/actors/ovl_Item_B_Heart/z_item_b_heart.o(.rodata)
- build/src/overlays/actors/ovl_Item_B_Heart/z_item_b_heart_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Item_B_HeartSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DekunutsSegmentStart = SegmentStart;
- ovl_En_Dekunuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dekunuts/z_en_dekunuts.o(.text)
- build/asm/overlays/ovl_En_Dekunuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Dekunuts/z_en_dekunuts.o(.rodata)
- build/asm/overlays/ovl_En_Dekunuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DekunutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BbfallSegmentStart = SegmentStart;
- ovl_En_Bbfall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bbfall/z_en_bbfall.o(.text)
- build/asm/overlays/ovl_En_Bbfall_data.o(.data)
- build/src/overlays/actors/ovl_En_Bbfall/z_en_bbfall.o(.rodata)
- build/asm/overlays/ovl_En_Bbfall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BbfallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Arms_HookSegmentStart = SegmentStart;
- ovl_Arms_Hook : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.text)
- build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.data)
- build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.rodata)
- build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook.o(.rodata)
- build/src/overlays/actors/ovl_Arms_Hook/z_arms_hook_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Arms_HookSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BbSegmentStart = SegmentStart;
- ovl_En_Bb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bb/z_en_bb.o(.text)
- build/asm/overlays/ovl_En_Bb_data.o(.data)
- build/src/overlays/actors/ovl_En_Bb/z_en_bb.o(.rodata)
- build/asm/overlays/ovl_En_Bb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Keikoku_SprSegmentStart = SegmentStart;
- ovl_Bg_Keikoku_Spr : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Keikoku_Spr/z_bg_keikoku_spr.o(.text)
- build/src/overlays/actors/ovl_Bg_Keikoku_Spr/z_bg_keikoku_spr.o(.data)
- build/src/overlays/actors/ovl_Bg_Keikoku_Spr/z_bg_keikoku_spr.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Keikoku_Spr/z_bg_keikoku_spr_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Keikoku_SprSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Wood02SegmentStart = SegmentStart;
- ovl_En_Wood02 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wood02/z_en_wood02.o(.text)
- build/asm/overlays/ovl_En_Wood02_data.o(.data)
- build/src/overlays/actors/ovl_En_Wood02/z_en_wood02.o(.rodata)
- build/asm/overlays/ovl_En_Wood02_rodata.o(.rodata)
- ovl_En_Wood02_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Wood02SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DeathSegmentStart = SegmentStart;
- ovl_En_Death : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Death/z_en_death.o(.text)
- build/asm/overlays/ovl_En_Death_data.o(.data)
- build/src/overlays/actors/ovl_En_Death/z_en_death.o(.rodata)
- build/asm/overlays/ovl_En_Death_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DeathSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MinideathSegmentStart = SegmentStart;
- ovl_En_Minideath : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Minideath/z_en_minideath.o(.text)
- build/asm/overlays/ovl_En_Minideath_data.o(.data)
- build/src/overlays/actors/ovl_En_Minideath/z_en_minideath.o(.rodata)
- build/asm/overlays/ovl_En_Minideath_rodata.o(.rodata)
- ovl_En_Minideath_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MinideathSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_VmSegmentStart = SegmentStart;
- ovl_En_Vm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Vm/z_en_vm.o(.text)
- build/asm/overlays/ovl_En_Vm_data.o(.data)
- build/src/overlays/actors/ovl_En_Vm/z_en_vm.o(.rodata)
- build/asm/overlays/ovl_En_Vm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_VmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_EffectSegmentStart = SegmentStart;
- ovl_Demo_Effect : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Effect/z_demo_effect.o(.text)
- build/asm/overlays/ovl_Demo_Effect_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Effect/z_demo_effect.o(.rodata)
- build/asm/overlays/ovl_Demo_Effect_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_EffectSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_KankyoSegmentStart = SegmentStart;
- ovl_Demo_Kankyo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Kankyo/z_demo_kankyo.o(.text)
- build/asm/overlays/ovl_Demo_Kankyo_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Kankyo/z_demo_kankyo.o(.rodata)
- build/asm/overlays/ovl_Demo_Kankyo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_KankyoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FloormasSegmentStart = SegmentStart;
- ovl_En_Floormas : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Floormas/z_en_floormas.o(.text)
- build/asm/overlays/ovl_En_Floormas_data.o(.data)
- build/src/overlays/actors/ovl_En_Floormas/z_en_floormas.o(.rodata)
- build/asm/overlays/ovl_En_Floormas_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FloormasSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RdSegmentStart = SegmentStart;
- ovl_En_Rd : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rd/z_en_rd.o(.text)
- build/asm/overlays/ovl_En_Rd_data.o(.data)
- build/src/overlays/actors/ovl_En_Rd/z_en_rd.o(.rodata)
- build/asm/overlays/ovl_En_Rd_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RdSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_F40_FliftSegmentStart = SegmentStart;
- ovl_Bg_F40_Flift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_F40_Flift/z_bg_f40_flift.o(.text)
- build/asm/overlays/ovl_Bg_F40_Flift_data.o(.data)
- build/src/overlays/actors/ovl_Bg_F40_Flift/z_bg_f40_flift.o(.rodata)
- build/asm/overlays/ovl_Bg_F40_Flift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_F40_FliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_MureSegmentStart = SegmentStart;
- ovl_Obj_Mure : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Mure/z_obj_mure.o(.text)
- build/asm/overlays/ovl_Obj_Mure_data.o(.data)
- build/asm/overlays/ovl_Obj_Mure_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_MureSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SwSegmentStart = SegmentStart;
- ovl_En_Sw : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sw/z_en_sw.o(.text)
- build/asm/overlays/ovl_En_Sw_data.o(.data)
- build/src/overlays/actors/ovl_En_Sw/z_en_sw.o(.rodata)
- build/asm/overlays/ovl_En_Sw_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SwSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Object_KankyoSegmentStart = SegmentStart;
- ovl_Object_Kankyo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Object_Kankyo/z_object_kankyo.o(.text)
- build/asm/overlays/ovl_Object_Kankyo_data.o(.data)
- build/src/overlays/actors/ovl_Object_Kankyo/z_object_kankyo.o(.rodata)
- build/asm/overlays/ovl_Object_Kankyo_rodata.o(.rodata)
- ovl_Object_Kankyo_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Object_KankyoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Horse_Link_ChildSegmentStart = SegmentStart;
- ovl_En_Horse_Link_Child : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Horse_Link_Child/z_en_horse_link_child.o(.text)
- build/asm/overlays/ovl_En_Horse_Link_Child_data.o(.data)
- build/src/overlays/actors/ovl_En_Horse_Link_Child/z_en_horse_link_child.o(.rodata)
- build/asm/overlays/ovl_En_Horse_Link_Child_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Horse_Link_ChildSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Door_AnaSegmentStart = SegmentStart;
- ovl_Door_Ana : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Door_Ana/z_door_ana.o(.text)
- build/src/overlays/actors/ovl_Door_Ana/z_door_ana.o(.data)
- build/src/overlays/actors/ovl_Door_Ana/z_door_ana.o(.rodata)
- build/src/overlays/actors/ovl_Door_Ana/z_door_ana_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Door_AnaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Encount1SegmentStart = SegmentStart;
- ovl_En_Encount1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Encount1/z_en_encount1.o(.text)
- build/asm/overlays/ovl_En_Encount1_data.o(.data)
- build/src/overlays/actors/ovl_En_Encount1/z_en_encount1.o(.rodata)
- build/asm/overlays/ovl_En_Encount1_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Encount1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_Tre_LgtSegmentStart = SegmentStart;
- ovl_Demo_Tre_Lgt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Tre_Lgt/z_demo_tre_lgt.o(.text)
- build/asm/overlays/ovl_Demo_Tre_Lgt_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Tre_Lgt/z_demo_tre_lgt.o(.rodata)
- build/asm/overlays/ovl_Demo_Tre_Lgt_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_Tre_LgtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Encount2SegmentStart = SegmentStart;
- ovl_En_Encount2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.text)
- build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.data)
- build/src/overlays/actors/ovl_En_Encount2/z_en_encount2.o(.rodata)
- build/asm/overlays/ovl_En_Encount2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Encount2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Fire_RockSegmentStart = SegmentStart;
- ovl_En_Fire_Rock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fire_Rock/z_en_fire_rock.o(.text)
- build/src/overlays/actors/ovl_En_Fire_Rock/z_en_fire_rock.o(.data)
- build/src/overlays/actors/ovl_En_Fire_Rock/z_en_fire_rock.o(.rodata)
- build/src/overlays/actors/ovl_En_Fire_Rock/z_en_fire_rock.o(.rodata)
- build/src/overlays/actors/ovl_En_Fire_Rock/z_en_fire_rock_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Fire_RockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ctower_RotSegmentStart = SegmentStart;
- ovl_Bg_Ctower_Rot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.text)
- build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.data)
- build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ctower_Rot/z_bg_ctower_rot_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ctower_RotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Mir_RaySegmentStart = SegmentStart;
- ovl_Mir_Ray : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Mir_Ray/z_mir_ray.o(.text)
- build/asm/overlays/ovl_Mir_Ray_data.o(.data)
- build/src/overlays/actors/ovl_Mir_Ray/z_mir_ray.o(.rodata)
- build/asm/overlays/ovl_Mir_Ray_rodata.o(.rodata)
- build/asm/overlays/ovl_Mir_Ray_late_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Mir_RaySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SbSegmentStart = SegmentStart;
- ovl_En_Sb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sb/z_en_sb.o(.text)
- build/src/overlays/actors/ovl_En_Sb/z_en_sb.o(.data)
- build/src/overlays/actors/ovl_En_Sb/z_en_sb.o(.rodata)
- build/src/overlays/actors/ovl_En_Sb/z_en_sb_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BigslimeSegmentStart = SegmentStart;
- ovl_En_Bigslime : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bigslime/z_en_bigslime.o(.text)
- build/asm/overlays/ovl_En_Bigslime_data.o(.data)
- build/src/overlays/actors/ovl_En_Bigslime/z_en_bigslime.o(.rodata)
- build/asm/overlays/ovl_En_Bigslime_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BigslimeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KarebabaSegmentStart = SegmentStart;
- ovl_En_Karebaba : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Karebaba/z_en_karebaba.o(.text)
- build/asm/overlays/ovl_En_Karebaba_data.o(.data)
- build/src/overlays/actors/ovl_En_Karebaba/z_en_karebaba.o(.rodata)
- build/asm/overlays/ovl_En_Karebaba_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KarebabaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_InSegmentStart = SegmentStart;
- ovl_En_In : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_In/z_en_in.o(.text)
- build/src/overlays/actors/ovl_En_In/z_en_in.o(.data)
- build/src/overlays/actors/ovl_En_In/z_en_in.o(.rodata)
- build/src/overlays/actors/ovl_En_In/z_en_in_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_InSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Bom_ChuSegmentStart = SegmentStart;
- ovl_En_Bom_Chu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bom_Chu/z_en_bom_chu.o(.text)
- build/asm/overlays/ovl_En_Bom_Chu_data.o(.data)
- build/src/overlays/actors/ovl_En_Bom_Chu/z_en_bom_chu.o(.rodata)
- build/asm/overlays/ovl_En_Bom_Chu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Bom_ChuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Horse_Game_CheckSegmentStart = SegmentStart;
- ovl_En_Horse_Game_Check : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Horse_Game_Check/z_en_horse_game_check.o(.text)
- build/asm/overlays/ovl_En_Horse_Game_Check_data.o(.data)
- build/asm/overlays/ovl_En_Horse_Game_Check_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Horse_Game_CheckSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RrSegmentStart = SegmentStart;
- ovl_En_Rr : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rr/z_en_rr.o(.text)
- build/asm/overlays/ovl_En_Rr_data.o(.data)
- build/src/overlays/actors/ovl_En_Rr/z_en_rr.o(.rodata)
- build/asm/overlays/ovl_En_Rr_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RrSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FrSegmentStart = SegmentStart;
- ovl_En_Fr : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fr/z_en_fr.o(.text)
- build/asm/overlays/ovl_En_Fr_data.o(.data)
- build/src/overlays/actors/ovl_En_Fr/z_en_fr.o(.rodata)
- build/asm/overlays/ovl_En_Fr_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FrSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FishingSegmentStart = SegmentStart;
- ovl_En_Fishing : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fishing/z_en_fishing.o(.text)
- build/asm/overlays/ovl_En_Fishing_data.o(.data)
- build/src/overlays/actors/ovl_En_Fishing/z_en_fishing.o(.rodata)
- build/asm/overlays/ovl_En_Fishing_rodata.o(.rodata)
- ovl_En_Fishing_bss_start = .;
- }
- . += 0x70E0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FishingSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_OshihikiSegmentStart = SegmentStart;
- ovl_Obj_Oshihiki : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Oshihiki/z_obj_oshihiki.o(.text)
- build/asm/overlays/ovl_Obj_Oshihiki_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Oshihiki/z_obj_oshihiki.o(.rodata)
- build/asm/overlays/ovl_Obj_Oshihiki_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_OshihikiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_DustSegmentStart = SegmentStart;
- ovl_Eff_Dust : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.text)
- build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.data)
- build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust.o(.rodata)
- build/src/overlays/actors/ovl_Eff_Dust/z_eff_dust_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_DustSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_UmajumpSegmentStart = SegmentStart;
- ovl_Bg_Umajump : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Umajump/z_bg_umajump.o(.text)
- build/asm/overlays/ovl_Bg_Umajump_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Umajump/z_bg_umajump.o(.rodata)
- build/asm/overlays/ovl_Bg_Umajump_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_UmajumpSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_InsectSegmentStart = SegmentStart;
- ovl_En_Insect : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Insect/z_en_insect.o(.text)
- build/asm/overlays/ovl_En_Insect_data.o(.data)
- build/src/overlays/actors/ovl_En_Insect/z_en_insect.o(.rodata)
- build/asm/overlays/ovl_En_Insect_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_InsectSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ButteSegmentStart = SegmentStart;
- ovl_En_Butte : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Butte/z_en_butte.o(.text)
- build/asm/overlays/ovl_En_Butte_data.o(.data)
- build/src/overlays/actors/ovl_En_Butte/z_en_butte.o(.rodata)
- build/asm/overlays/ovl_En_Butte_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ButteSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FishSegmentStart = SegmentStart;
- ovl_En_Fish : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fish/z_en_fish.o(.text)
- build/asm/overlays/ovl_En_Fish_data.o(.data)
- build/src/overlays/actors/ovl_En_Fish/z_en_fish.o(.rodata)
- build/asm/overlays/ovl_En_Fish_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FishSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Item_EtceteraSegmentStart = SegmentStart;
- ovl_Item_Etcetera : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Item_Etcetera/z_item_etcetera.o(.text)
- build/asm/overlays/ovl_Item_Etcetera_data.o(.data)
- build/src/overlays/actors/ovl_Item_Etcetera/z_item_etcetera.o(.rodata)
- build/asm/overlays/ovl_Item_Etcetera_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Item_EtceteraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Arrow_FireSegmentStart = SegmentStart;
- ovl_Arrow_Fire : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Arrow_Fire/z_arrow_fire.o(.text)
- build/asm/overlays/ovl_Arrow_Fire_data.o(.data)
- build/src/overlays/actors/ovl_Arrow_Fire/z_arrow_fire.o(.rodata)
- build/asm/overlays/ovl_Arrow_Fire_rodata.o(.rodata)
- ovl_Arrow_Fire_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Arrow_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Arrow_IceSegmentStart = SegmentStart;
- ovl_Arrow_Ice : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Arrow_Ice/z_arrow_ice.o(.text)
- build/asm/overlays/ovl_Arrow_Ice_data.o(.data)
- build/asm/overlays/ovl_Arrow_Ice_rodata.o(.rodata)
- build/src/overlays/actors/ovl_Arrow_Ice/z_arrow_ice.o(.rodata)
- build/asm/overlays/ovl_Arrow_Ice_late_rodata.o(.rodata)
- ovl_Arrow_Ice_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Arrow_IceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Arrow_LightSegmentStart = SegmentStart;
- ovl_Arrow_Light : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Arrow_Light/z_arrow_light.o(.text)
- build/asm/overlays/ovl_Arrow_Light_data.o(.data)
- build/asm/overlays/ovl_Arrow_Light_rodata.o(.rodata)
- build/src/overlays/actors/ovl_Arrow_Light/z_arrow_light.o(.rodata)
- build/asm/overlays/ovl_Arrow_Light_late_rodata.o(.rodata)
- ovl_Arrow_Light_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Arrow_LightSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_KibakoSegmentStart = SegmentStart;
- ovl_Obj_Kibako : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kibako/z_obj_kibako.o(.text)
- build/src/overlays/actors/ovl_Obj_Kibako/z_obj_kibako.o(.data)
- build/src/overlays/actors/ovl_Obj_Kibako/z_obj_kibako.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Kibako/z_obj_kibako_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_KibakoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_TsuboSegmentStart = SegmentStart;
- ovl_Obj_Tsubo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tsubo/z_obj_tsubo.o(.text)
- build/asm/overlays/ovl_Obj_Tsubo_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Tsubo/z_obj_tsubo.o(.rodata)
- build/asm/overlays/ovl_Obj_Tsubo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_TsuboSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_IkSegmentStart = SegmentStart;
- ovl_En_Ik : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ik/z_en_ik.o(.text)
- build/asm/overlays/ovl_En_Ik_data.o(.data)
- build/src/overlays/actors/ovl_En_Ik/z_en_ik.o(.rodata)
- build/asm/overlays/ovl_En_Ik_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_IkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_ShdSegmentStart = SegmentStart;
- ovl_Demo_Shd : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Shd/z_demo_shd.o(.text)
- build/src/overlays/actors/ovl_Demo_Shd/z_demo_shd.o(.data)
- build/src/overlays/actors/ovl_Demo_Shd/z_demo_shd.o(.rodata)
- build/src/overlays/actors/ovl_Demo_Shd/z_demo_shd.o(.rodata)
- build/src/overlays/actors/ovl_Demo_Shd/z_demo_shd_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_ShdSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnsSegmentStart = SegmentStart;
- ovl_En_Dns : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dns/z_en_dns.o(.text)
- build/asm/overlays/ovl_En_Dns_data.o(.data)
- build/src/overlays/actors/ovl_En_Dns/z_en_dns.o(.rodata)
- build/asm/overlays/ovl_En_Dns_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_MsgSegmentStart = SegmentStart;
- ovl_Elf_Msg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg/z_elf_msg.o(.text)
- build/asm/overlays/ovl_Elf_Msg_data.o(.data)
- build/src/overlays/actors/ovl_Elf_Msg/z_elf_msg.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg_rodata.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg_late_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_MsgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HonotrapSegmentStart = SegmentStart;
- ovl_En_Honotrap : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.o(.text)
- build/asm/overlays/ovl_En_Honotrap_data.o(.data)
- build/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.o(.rodata)
- build/asm/overlays/ovl_En_Honotrap_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HonotrapSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tubo_TrapSegmentStart = SegmentStart;
- ovl_En_Tubo_Trap : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tubo_Trap/z_en_tubo_trap.o(.text)
- build/src/overlays/actors/ovl_En_Tubo_Trap/z_en_tubo_trap.o(.data)
- build/src/overlays/actors/ovl_En_Tubo_Trap/z_en_tubo_trap.o(.rodata)
- build/src/overlays/actors/ovl_En_Tubo_Trap/z_en_tubo_trap_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tubo_TrapSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Ice_PolySegmentStart = SegmentStart;
- ovl_Obj_Ice_Poly : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Ice_Poly/z_obj_ice_poly.o(.text)
- build/asm/overlays/ovl_Obj_Ice_Poly_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Ice_Poly/z_obj_ice_poly.o(.rodata)
- build/asm/overlays/ovl_Obj_Ice_Poly_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Ice_PolySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FzSegmentStart = SegmentStart;
- ovl_En_Fz : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fz/z_en_fz.o(.text)
- build/asm/overlays/ovl_En_Fz_data.o(.data)
- build/src/overlays/actors/ovl_En_Fz/z_en_fz.o(.rodata)
- build/asm/overlays/ovl_En_Fz_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FzSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KusaSegmentStart = SegmentStart;
- ovl_En_Kusa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kusa/z_en_kusa.o(.text)
- build/asm/overlays/ovl_En_Kusa_data.o(.data)
- build/src/overlays/actors/ovl_En_Kusa/z_en_kusa.o(.rodata)
- build/asm/overlays/ovl_En_Kusa_rodata.o(.rodata)
- ovl_En_Kusa_bss_start = .;
- }
- . += 0x220;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KusaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BeanSegmentStart = SegmentStart;
- ovl_Obj_Bean : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Bean/z_obj_bean.o(.text)
- build/asm/overlays/ovl_Obj_Bean_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Bean/z_obj_bean.o(.rodata)
- build/asm/overlays/ovl_Obj_Bean_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BeanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BombiwaSegmentStart = SegmentStart;
- ovl_Obj_Bombiwa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Bombiwa/z_obj_bombiwa.o(.text)
- build/asm/overlays/ovl_Obj_Bombiwa_data.o(.data)
- build/asm/overlays/ovl_Obj_Bombiwa_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BombiwaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SwitchSegmentStart = SegmentStart;
- ovl_Obj_Switch : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Switch/z_obj_switch.o(.text)
- build/asm/overlays/ovl_Obj_Switch_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Switch/z_obj_switch.o(.rodata)
- build/asm/overlays/ovl_Obj_Switch_rodata.o(.rodata)
- ovl_Obj_Switch_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SwitchSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_LiftSegmentStart = SegmentStart;
- ovl_Obj_Lift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.o(.text)
- build/asm/overlays/ovl_Obj_Lift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Lift/z_obj_lift.o(.rodata)
- build/asm/overlays/ovl_Obj_Lift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_LiftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HsblockSegmentStart = SegmentStart;
- ovl_Obj_Hsblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hsblock/z_obj_hsblock.o(.text)
- build/asm/overlays/ovl_Obj_Hsblock_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Hsblock/z_obj_hsblock.o(.rodata)
- build/asm/overlays/ovl_Obj_Hsblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HsblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Okarina_TagSegmentStart = SegmentStart;
- ovl_En_Okarina_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Okarina_Tag/z_en_okarina_tag.o(.text)
- build/asm/overlays/ovl_En_Okarina_Tag_data.o(.data)
- build/src/overlays/actors/ovl_En_Okarina_Tag/z_en_okarina_tag.o(.rodata)
- build/asm/overlays/ovl_En_Okarina_Tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Okarina_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GoroiwaSegmentStart = SegmentStart;
- ovl_En_Goroiwa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Goroiwa/z_en_goroiwa.o(.text)
- build/asm/overlays/ovl_En_Goroiwa_data.o(.data)
- build/src/overlays/actors/ovl_En_Goroiwa/z_en_goroiwa.o(.rodata)
- build/asm/overlays/ovl_En_Goroiwa_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GoroiwaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DaikuSegmentStart = SegmentStart;
- ovl_En_Daiku : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Daiku/z_en_daiku.o(.text)
- build/asm/overlays/ovl_En_Daiku_data.o(.data)
- build/src/overlays/actors/ovl_En_Daiku/z_en_daiku.o(.rodata)
- build/asm/overlays/ovl_En_Daiku_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DaikuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NwcSegmentStart = SegmentStart;
- ovl_En_Nwc : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Nwc/z_en_nwc.o(.text)
- build/asm/overlays/ovl_En_Nwc_data.o(.data)
- build/src/overlays/actors/ovl_En_Nwc/z_en_nwc.o(.rodata)
- build/asm/overlays/ovl_En_Nwc_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NwcSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Item_InboxSegmentStart = SegmentStart;
- ovl_Item_Inbox : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Item_Inbox/z_item_inbox.o(.text)
- build/src/overlays/actors/ovl_Item_Inbox/z_item_inbox.o(.data)
- build/src/overlays/actors/ovl_Item_Inbox/z_item_inbox.o(.rodata)
- build/src/overlays/actors/ovl_Item_Inbox/z_item_inbox_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Item_InboxSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ge1SegmentStart = SegmentStart;
- ovl_En_Ge1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ge1/z_en_ge1.o(.text)
- build/asm/overlays/ovl_En_Ge1_data.o(.data)
- build/src/overlays/actors/ovl_En_Ge1/z_en_ge1.o(.rodata)
- build/asm/overlays/ovl_En_Ge1_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ge1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BlockstopSegmentStart = SegmentStart;
- ovl_Obj_Blockstop : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Blockstop/z_obj_blockstop.o(.text)
- build/asm/overlays/ovl_Obj_Blockstop_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Blockstop/z_obj_blockstop.o(.rodata)
- build/asm/overlays/ovl_Obj_Blockstop_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BlockstopSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SdaSegmentStart = SegmentStart;
- ovl_En_Sda : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sda/z_en_sda.o(.text)
- build/asm/overlays/ovl_En_Sda_data.o(.data)
- build/src/overlays/actors/ovl_En_Sda/z_en_sda.o(.rodata)
- build/asm/overlays/ovl_En_Sda_rodata.o(.rodata)
- ovl_En_Sda_bss_start = .;
- }
- . += 0xC0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SdaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Clear_TagSegmentStart = SegmentStart;
- ovl_En_Clear_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.text)
- build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.data)
- build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag.o(.rodata)
- build/src/overlays/actors/ovl_En_Clear_Tag/z_en_clear_tag_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Clear_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GmSegmentStart = SegmentStart;
- ovl_En_Gm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gm/z_en_gm.o(.text)
- build/asm/overlays/ovl_En_Gm_data.o(.data)
- build/src/overlays/actors/ovl_En_Gm/z_en_gm.o(.rodata)
- build/asm/overlays/ovl_En_Gm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MsSegmentStart = SegmentStart;
- ovl_En_Ms : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ms/z_en_ms.o(.text)
- build/asm/overlays/ovl_En_Ms_data.o(.data)
- build/src/overlays/actors/ovl_En_Ms/z_en_ms.o(.rodata)
- build/asm/overlays/ovl_En_Ms_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HsSegmentStart = SegmentStart;
- ovl_En_Hs : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hs/z_en_hs.o(.text)
- build/asm/overlays/ovl_En_Hs_data.o(.data)
- build/src/overlays/actors/ovl_En_Hs/z_en_hs.o(.rodata)
- build/asm/overlays/ovl_En_Hs_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_IngateSegmentStart = SegmentStart;
- ovl_Bg_Ingate : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.o(.text)
- build/asm/overlays/ovl_Bg_Ingate_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ingate/z_bg_ingate.o(.rodata)
- build/asm/overlays/ovl_Bg_Ingate_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_IngateSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KanbanSegmentStart = SegmentStart;
- ovl_En_Kanban : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kanban/z_en_kanban.o(.text)
- build/asm/overlays/ovl_En_Kanban_data.o(.data)
- build/src/overlays/actors/ovl_En_Kanban/z_en_kanban.o(.rodata)
- build/asm/overlays/ovl_En_Kanban_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KanbanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Attack_NiwSegmentStart = SegmentStart;
- ovl_En_Attack_Niw : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Attack_Niw/z_en_attack_niw.o(.text)
- build/asm/overlays/ovl_En_Attack_Niw_data.o(.data)
- build/src/overlays/actors/ovl_En_Attack_Niw/z_en_attack_niw.o(.rodata)
- build/asm/overlays/ovl_En_Attack_Niw_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Attack_NiwSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MkSegmentStart = SegmentStart;
- ovl_En_Mk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mk/z_en_mk.o(.text)
- build/asm/overlays/ovl_En_Mk_data.o(.data)
- build/src/overlays/actors/ovl_En_Mk/z_en_mk.o(.rodata)
- build/asm/overlays/ovl_En_Mk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OwlSegmentStart = SegmentStart;
- ovl_En_Owl : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Owl/z_en_owl.o(.text)
- build/asm/overlays/ovl_En_Owl_data.o(.data)
- build/src/overlays/actors/ovl_En_Owl/z_en_owl.o(.rodata)
- build/asm/overlays/ovl_En_Owl_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OwlSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_IshiSegmentStart = SegmentStart;
- ovl_En_Ishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ishi/z_en_ishi.o(.text)
- build/asm/overlays/ovl_En_Ishi_data.o(.data)
- build/src/overlays/actors/ovl_En_Ishi/z_en_ishi.o(.rodata)
- build/asm/overlays/ovl_En_Ishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_IshiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HanaSegmentStart = SegmentStart;
- ovl_Obj_Hana : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.text)
- build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.data)
- build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Hana/z_obj_hana_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HanaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_LightswitchSegmentStart = SegmentStart;
- ovl_Obj_Lightswitch : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.text)
- build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.data)
- build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Lightswitch/z_obj_lightswitch_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_LightswitchSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Mure2SegmentStart = SegmentStart;
- ovl_Obj_Mure2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Mure2/z_obj_mure2.o(.text)
- build/asm/overlays/ovl_Obj_Mure2_data.o(.data)
- build/asm/overlays/ovl_Obj_Mure2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Mure2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FuSegmentStart = SegmentStart;
- ovl_En_Fu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fu/z_en_fu.o(.text)
- build/asm/overlays/ovl_En_Fu_data.o(.data)
- build/src/overlays/actors/ovl_En_Fu/z_en_fu.o(.rodata)
- build/asm/overlays/ovl_En_Fu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_StreamSegmentStart = SegmentStart;
- ovl_En_Stream : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Stream/z_en_stream.o(.text)
- build/asm/overlays/ovl_En_Stream_data.o(.data)
- build/src/overlays/actors/ovl_En_Stream/z_en_stream.o(.rodata)
- build/asm/overlays/ovl_En_Stream_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_StreamSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MmSegmentStart = SegmentStart;
- ovl_En_Mm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mm/z_en_mm.o(.text)
- build/asm/overlays/ovl_En_Mm_data.o(.data)
- build/src/overlays/actors/ovl_En_Mm/z_en_mm.o(.rodata)
- build/asm/overlays/ovl_En_Mm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Weather_TagSegmentStart = SegmentStart;
- ovl_En_Weather_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Weather_Tag/z_en_weather_tag.o(.text)
- build/src/overlays/actors/ovl_En_Weather_Tag/z_en_weather_tag.o(.data)
- build/src/overlays/actors/ovl_En_Weather_Tag/z_en_weather_tag.o(.rodata)
- build/src/overlays/actors/ovl_En_Weather_Tag/z_en_weather_tag_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Weather_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AniSegmentStart = SegmentStart;
- ovl_En_Ani : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ani/z_en_ani.o(.text)
- build/asm/overlays/ovl_En_Ani_data.o(.data)
- build/src/overlays/actors/ovl_En_Ani/z_en_ani.o(.rodata)
- build/asm/overlays/ovl_En_Ani_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AniSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_JsSegmentStart = SegmentStart;
- ovl_En_Js : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Js/z_en_js.o(.text)
- build/asm/overlays/ovl_En_Js_data.o(.data)
- build/src/overlays/actors/ovl_En_Js/z_en_js.o(.rodata)
- build/asm/overlays/ovl_En_Js_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_JsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Okarina_EffectSegmentStart = SegmentStart;
- ovl_En_Okarina_Effect : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Okarina_Effect/z_en_okarina_effect.o(.text)
- build/src/overlays/actors/ovl_En_Okarina_Effect/z_en_okarina_effect.o(.data)
- build/src/overlays/actors/ovl_En_Okarina_Effect/z_en_okarina_effect.o(.rodata)
- build/src/overlays/actors/ovl_En_Okarina_Effect/z_en_okarina_effect_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Okarina_EffectSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MagSegmentStart = SegmentStart;
- ovl_En_Mag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mag/z_en_mag.o(.text)
- build/asm/overlays/ovl_En_Mag_data.o(.data)
- build/src/overlays/actors/ovl_En_Mag/z_en_mag.o(.rodata)
- build/asm/overlays/ovl_En_Mag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_Msg2SegmentStart = SegmentStart;
- ovl_Elf_Msg2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg2/z_elf_msg2.o(.text)
- build/asm/overlays/ovl_Elf_Msg2_data.o(.data)
- build/asm/overlays/ovl_Elf_Msg2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_Msg2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_F40_SwliftSegmentStart = SegmentStart;
- ovl_Bg_F40_Swlift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_F40_Swlift/z_bg_f40_swlift.o(.text)
- build/asm/overlays/ovl_Bg_F40_Swlift_data.o(.data)
- build/src/overlays/actors/ovl_Bg_F40_Swlift/z_bg_f40_swlift.o(.rodata)
- build/asm/overlays/ovl_Bg_F40_Swlift_rodata.o(.rodata)
- ovl_Bg_F40_Swlift_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_F40_SwliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KakasiSegmentStart = SegmentStart;
- ovl_En_Kakasi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kakasi/z_en_kakasi.o(.text)
- build/asm/overlays/ovl_En_Kakasi_data.o(.data)
- build/src/overlays/actors/ovl_En_Kakasi/z_en_kakasi.o(.rodata)
- build/asm/overlays/ovl_En_Kakasi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KakasiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_MakeoshihikiSegmentStart = SegmentStart;
- ovl_Obj_Makeoshihiki : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Makeoshihiki/z_obj_makeoshihiki.o(.text)
- build/asm/overlays/ovl_Obj_Makeoshihiki_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Makeoshihiki/z_obj_makeoshihiki.o(.rodata)
- build/asm/overlays/ovl_Obj_Makeoshihiki_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_MakeoshihikiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_SpotSegmentStart = SegmentStart;
- ovl_Oceff_Spot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Spot/z_oceff_spot.o(.text)
- build/asm/overlays/ovl_Oceff_Spot_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Spot/z_oceff_spot.o(.rodata)
- build/asm/overlays/ovl_Oceff_Spot_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_SpotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TorchSegmentStart = SegmentStart;
- ovl_En_Torch : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.text)
- build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.data)
- build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.rodata)
- build/src/overlays/actors/ovl_En_Torch/z_en_torch.o(.rodata)
- build/src/overlays/actors/ovl_En_Torch/z_en_torch_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TorchSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Shot_SunSegmentStart = SegmentStart;
- ovl_Shot_Sun : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.o(.text)
- build/asm/overlays/ovl_Shot_Sun_data.o(.data)
- build/src/overlays/actors/ovl_Shot_Sun/z_shot_sun.o(.rodata)
- build/asm/overlays/ovl_Shot_Sun_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Shot_SunSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_RoomtimerSegmentStart = SegmentStart;
- ovl_Obj_Roomtimer : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Roomtimer/z_obj_roomtimer.o(.text)
- build/asm/overlays/ovl_Obj_Roomtimer_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Roomtimer/z_obj_roomtimer.o(.rodata)
- build/asm/overlays/ovl_Obj_Roomtimer_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_RoomtimerSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SshSegmentStart = SegmentStart;
- ovl_En_Ssh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ssh/z_en_ssh.o(.text)
- build/asm/overlays/ovl_En_Ssh_data.o(.data)
- build/src/overlays/actors/ovl_En_Ssh/z_en_ssh.o(.rodata)
- build/asm/overlays/ovl_En_Ssh_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SshSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_WipeSegmentStart = SegmentStart;
- ovl_Oceff_Wipe : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe/z_oceff_wipe.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe/z_oceff_wipe.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe_rodata.o(.rodata)
- ovl_Oceff_Wipe_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_WipeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_DustSegmentStart = SegmentStart;
- ovl_Effect_Ss_Dust : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Dust_0x80977210.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Dust_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_DustSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_KirakiraSegmentStart = SegmentStart;
- ovl_Effect_Ss_Kirakira : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Kirakira_0x80977A00.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Kirakira_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_KirakiraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Bomb2SegmentStart = SegmentStart;
- ovl_Effect_Ss_Bomb2 : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Bomb2_0x80978070.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Bomb2_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Bomb2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_BlastSegmentStart = SegmentStart;
- ovl_Effect_Ss_Blast : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Blast_0x809788D0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Blast_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_BlastSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_G_SpkSegmentStart = SegmentStart;
- ovl_Effect_Ss_G_Spk : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_G_Spk_0x80978C30.o(.text)
- build/asm/overlays/ovl_Effect_Ss_G_Spk_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_G_SpkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_D_FireSegmentStart = SegmentStart;
- ovl_Effect_Ss_D_Fire : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_D_Fire_0x809791B0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_D_Fire_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_D_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_BubbleSegmentStart = SegmentStart;
- ovl_Effect_Ss_Bubble : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Bubble_0x809795C0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Bubble_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_BubbleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_G_RippleSegmentStart = SegmentStart;
- ovl_Effect_Ss_G_Ripple : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_G_Ripple_0x80979B30.o(.text)
- build/asm/overlays/ovl_Effect_Ss_G_Ripple_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_G_RippleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_G_SplashSegmentStart = SegmentStart;
- ovl_Effect_Ss_G_Splash : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_G_Splash_0x8097A050.o(.text)
- build/asm/overlays/ovl_Effect_Ss_G_Splash_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_G_SplashSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_G_FireSegmentStart = SegmentStart;
- ovl_Effect_Ss_G_Fire : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_G_Fire_0x8097A470.o(.text)
- build/asm/overlays/ovl_Effect_Ss_G_Fire_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_G_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_LightningSegmentStart = SegmentStart;
- ovl_Effect_Ss_Lightning : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Lightning_0x8097A680.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Lightning_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_LightningSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Dt_BubbleSegmentStart = SegmentStart;
- ovl_Effect_Ss_Dt_Bubble : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Dt_Bubble_0x8097AD60.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Dt_Bubble_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Dt_BubbleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_HahenSegmentStart = SegmentStart;
- ovl_Effect_Ss_Hahen : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Hahen_0x8097B270.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Hahen_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_HahenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_StickSegmentStart = SegmentStart;
- ovl_Effect_Ss_Stick : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Stick_0x8097B810.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Stick_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_StickSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_SibukiSegmentStart = SegmentStart;
- ovl_Effect_Ss_Sibuki : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Sibuki_0x8097BAD0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Sibuki_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_SibukiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Stone1SegmentStart = SegmentStart;
- ovl_Effect_Ss_Stone1 : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Stone1_0x8097C130.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Stone1_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Stone1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_HitmarkSegmentStart = SegmentStart;
- ovl_Effect_Ss_Hitmark : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Hitmark_0x8097C490.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Hitmark_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_HitmarkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Fhg_FlashSegmentStart = SegmentStart;
- ovl_Effect_Ss_Fhg_Flash : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Fhg_Flash_0x8097C990.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Fhg_Flash_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Fhg_FlashSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_K_FireSegmentStart = SegmentStart;
- ovl_Effect_Ss_K_Fire : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_K_Fire_0x8097D410.o(.text)
- build/asm/overlays/ovl_Effect_Ss_K_Fire_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_K_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Solder_Srch_BallSegmentStart = SegmentStart;
- ovl_Effect_Ss_Solder_Srch_Ball : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Solder_Srch_Ball_0x8097D850.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Solder_Srch_Ball_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Solder_Srch_BallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_KakeraSegmentStart = SegmentStart;
- ovl_Effect_Ss_Kakera : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Kakera_0x8097DCA0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Kakera_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_KakeraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Ice_PieceSegmentStart = SegmentStart;
- ovl_Effect_Ss_Ice_Piece : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Ice_Piece_0x8097ECD0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Ice_Piece_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Ice_PieceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_En_IceSegmentStart = SegmentStart;
- ovl_Effect_Ss_En_Ice : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_En_Ice_0x8097F0D0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_En_Ice_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_En_IceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Fire_TailSegmentStart = SegmentStart;
- ovl_Effect_Ss_Fire_Tail : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Fire_Tail_0x8097F880.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Fire_Tail_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Fire_TailSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_En_FireSegmentStart = SegmentStart;
- ovl_Effect_Ss_En_Fire : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_En_Fire_0x8097FF60.o(.text)
- build/asm/overlays/ovl_Effect_Ss_En_Fire_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_En_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_ExtraSegmentStart = SegmentStart;
- ovl_Effect_Ss_Extra : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Extra_0x809805D0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Extra_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_ExtraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Dead_DbSegmentStart = SegmentStart;
- ovl_Effect_Ss_Dead_Db : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Dead_Db_0x80980940.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Dead_Db_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Dead_DbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Dead_DdSegmentStart = SegmentStart;
- ovl_Effect_Ss_Dead_Dd : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Dead_Dd_0x80980D50.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Dead_Dd_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Dead_DdSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Dead_DsSegmentStart = SegmentStart;
- ovl_Effect_Ss_Dead_Ds : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Dead_Ds_0x809812E0.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Dead_Ds_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Dead_DsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_StormSegmentStart = SegmentStart;
- ovl_Oceff_Storm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Storm/z_oceff_storm.o(.text)
- build/asm/overlays/ovl_Oceff_Storm_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Storm/z_oceff_storm.o(.rodata)
- build/asm/overlays/ovl_Oceff_Storm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_StormSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DemoSegmentStart = SegmentStart;
- ovl_Obj_Demo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Demo/z_obj_demo.o(.text)
- build/asm/overlays/ovl_Obj_Demo_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Demo/z_obj_demo.o(.rodata)
- build/asm/overlays/ovl_Obj_Demo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DemoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MinislimeSegmentStart = SegmentStart;
- ovl_En_Minislime : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Minislime/z_en_minislime.o(.text)
- build/src/overlays/actors/ovl_En_Minislime/z_en_minislime.o(.data)
- build/src/overlays/actors/ovl_En_Minislime/z_en_minislime.o(.rodata)
- build/src/overlays/actors/ovl_En_Minislime/z_en_minislime_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MinislimeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NutsballSegmentStart = SegmentStart;
- ovl_En_Nutsball : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.text)
- build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.data)
- build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball.o(.rodata)
- build/src/overlays/actors/ovl_En_Nutsball/z_en_nutsball_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NutsballSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe2SegmentStart = SegmentStart;
- ovl_Oceff_Wipe2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe2/z_oceff_wipe2.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe2_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe2/z_oceff_wipe2.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe2_rodata.o(.rodata)
- ovl_Oceff_Wipe2_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe3SegmentStart = SegmentStart;
- ovl_Oceff_Wipe3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe3/z_oceff_wipe3.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe3_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe3/z_oceff_wipe3.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe3_rodata.o(.rodata)
- ovl_Oceff_Wipe3_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DgSegmentStart = SegmentStart;
- ovl_En_Dg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dg/z_en_dg.o(.text)
- build/asm/overlays/ovl_En_Dg_data.o(.data)
- build/src/overlays/actors/ovl_En_Dg/z_en_dg.o(.rodata)
- build/asm/overlays/ovl_En_Dg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SiSegmentStart = SegmentStart;
- ovl_En_Si : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Si/z_en_si.o(.text)
- build/asm/overlays/ovl_En_Si_data.o(.data)
- build/src/overlays/actors/ovl_En_Si/z_en_si.o(.rodata)
- build/asm/overlays/ovl_En_Si_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_CombSegmentStart = SegmentStart;
- ovl_Obj_Comb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Comb/z_obj_comb.o(.text)
- build/asm/overlays/ovl_Obj_Comb_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Comb/z_obj_comb.o(.rodata)
- build/asm/overlays/ovl_Obj_Comb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_CombSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Kibako2SegmentStart = SegmentStart;
- ovl_Obj_Kibako2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kibako2/z_obj_kibako2.o(.text)
- build/asm/overlays/ovl_Obj_Kibako2_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Kibako2/z_obj_kibako2.o(.rodata)
- build/asm/overlays/ovl_Obj_Kibako2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Kibako2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Hs2SegmentStart = SegmentStart;
- ovl_En_Hs2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.text)
- build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.data)
- build/src/overlays/actors/ovl_En_Hs2/z_en_hs2.o(.rodata)
- build/src/overlays/actors/ovl_En_Hs2/z_en_hs2_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Hs2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Mure3SegmentStart = SegmentStart;
- ovl_Obj_Mure3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Mure3/z_obj_mure3.o(.text)
- build/asm/overlays/ovl_Obj_Mure3_data.o(.data)
- build/asm/overlays/ovl_Obj_Mure3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Mure3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TgSegmentStart = SegmentStart;
- ovl_En_Tg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tg/z_en_tg.o(.text)
- build/asm/overlays/ovl_En_Tg_data.o(.data)
- build/src/overlays/actors/ovl_En_Tg/z_en_tg.o(.rodata)
- build/asm/overlays/ovl_En_Tg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_WfSegmentStart = SegmentStart;
- ovl_En_Wf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wf/z_en_wf.o(.text)
- build/asm/overlays/ovl_En_Wf_data.o(.data)
- build/src/overlays/actors/ovl_En_Wf/z_en_wf.o(.rodata)
- build/asm/overlays/ovl_En_Wf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_WfSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SkbSegmentStart = SegmentStart;
- ovl_En_Skb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Skb/z_en_skb.o(.text)
- build/asm/overlays/ovl_En_Skb_data.o(.data)
- build/src/overlays/actors/ovl_En_Skb/z_en_skb.o(.rodata)
- build/asm/overlays/ovl_En_Skb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SkbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GsSegmentStart = SegmentStart;
- ovl_En_Gs : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gs/z_en_gs.o(.text)
- build/asm/overlays/ovl_En_Gs_data.o(.data)
- build/src/overlays/actors/ovl_En_Gs/z_en_gs.o(.rodata)
- build/asm/overlays/ovl_En_Gs_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SoundSegmentStart = SegmentStart;
- ovl_Obj_Sound : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Sound/z_obj_sound.o(.text)
- build/asm/overlays/ovl_Obj_Sound_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Sound/z_obj_sound.o(.rodata)
- build/asm/overlays/ovl_Obj_Sound_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SoundSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_CrowSegmentStart = SegmentStart;
- ovl_En_Crow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Crow/z_en_crow.o(.text)
- build/asm/overlays/ovl_En_Crow_data.o(.data)
- build/src/overlays/actors/ovl_En_Crow/z_en_crow.o(.rodata)
- build/asm/overlays/ovl_En_Crow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_CrowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_CowSegmentStart = SegmentStart;
- ovl_En_Cow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Cow/z_en_cow.o(.text)
- build/asm/overlays/ovl_En_Cow_data.o(.data)
- build/src/overlays/actors/ovl_En_Cow/z_en_cow.o(.rodata)
- build/asm/overlays/ovl_En_Cow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_CowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe4SegmentStart = SegmentStart;
- ovl_Oceff_Wipe4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe4/z_oceff_wipe4.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe4_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe4/z_oceff_wipe4.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe4_rodata.o(.rodata)
- ovl_Oceff_Wipe4_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZoSegmentStart = SegmentStart;
- ovl_En_Zo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zo/z_en_zo.o(.text)
- build/asm/overlays/ovl_En_Zo_data.o(.data)
- build/src/overlays/actors/ovl_En_Zo/z_en_zo.o(.rodata)
- build/asm/overlays/ovl_En_Zo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_Ice_SmokeSegmentStart = SegmentStart;
- ovl_Effect_Ss_Ice_Smoke : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Ice_Smoke_0x8099F730.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Ice_Smoke_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_Ice_SmokeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_MakekinsutaSegmentStart = SegmentStart;
- ovl_Obj_Makekinsuta : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Makekinsuta/z_obj_makekinsuta.o(.text)
- build/asm/overlays/ovl_Obj_Makekinsuta_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Makekinsuta/z_obj_makekinsuta.o(.rodata)
- build/asm/overlays/ovl_Obj_Makekinsuta_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_MakekinsutaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ge3SegmentStart = SegmentStart;
- ovl_En_Ge3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ge3/z_en_ge3.o(.text)
- build/asm/overlays/ovl_En_Ge3_data.o(.data)
- build/src/overlays/actors/ovl_En_Ge3/z_en_ge3.o(.rodata)
- build/asm/overlays/ovl_En_Ge3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ge3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HamishiSegmentStart = SegmentStart;
- ovl_Obj_Hamishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hamishi/z_obj_hamishi.o(.text)
- build/asm/overlays/ovl_Obj_Hamishi_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Hamishi/z_obj_hamishi.o(.rodata)
- build/asm/overlays/ovl_Obj_Hamishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HamishiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Zl4SegmentStart = SegmentStart;
- ovl_En_Zl4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zl4/z_en_zl4.o(.text)
- build/asm/overlays/ovl_En_Zl4_data.o(.data)
- build/src/overlays/actors/ovl_En_Zl4/z_en_zl4.o(.rodata)
- build/asm/overlays/ovl_En_Zl4_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Zl4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Mm2SegmentStart = SegmentStart;
- ovl_En_Mm2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mm2/z_en_mm2.o(.text)
- build/asm/overlays/ovl_En_Mm2_data.o(.data)
- build/src/overlays/actors/ovl_En_Mm2/z_en_mm2.o(.rodata)
- build/asm/overlays/ovl_En_Mm2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Mm2SegmentEnd = SegmentEnd;
-
-
- DECL_ACTOR(Door_Spiral, z_door_spiral)
-
- SegmentStart = .;
- _ovl_Obj_PzlblockSegmentStart = SegmentStart;
- ovl_Obj_Pzlblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Pzlblock/z_obj_pzlblock.o(.text)
- build/asm/overlays/ovl_Obj_Pzlblock_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Pzlblock/z_obj_pzlblock.o(.rodata)
- build/asm/overlays/ovl_Obj_Pzlblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_PzlblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_TogeSegmentStart = SegmentStart;
- ovl_Obj_Toge : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Toge/z_obj_toge.o(.text)
- build/asm/overlays/ovl_Obj_Toge_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Toge/z_obj_toge.o(.rodata)
- build/asm/overlays/ovl_Obj_Toge_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_TogeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_ArmosSegmentStart = SegmentStart;
- ovl_Obj_Armos : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Armos/z_obj_armos.o(.text)
- build/asm/overlays/ovl_Obj_Armos_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Armos/z_obj_armos.o(.rodata)
- build/asm/overlays/ovl_Obj_Armos_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_ArmosSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BoyoSegmentStart = SegmentStart;
- ovl_Obj_Boyo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Boyo/z_obj_boyo.o(.text)
- build/src/overlays/actors/ovl_Obj_Boyo/z_obj_boyo.o(.data)
- build/src/overlays/actors/ovl_Obj_Boyo/z_obj_boyo.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Boyo/z_obj_boyo_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BoyoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GrasshopperSegmentStart = SegmentStart;
- ovl_En_Grasshopper : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Grasshopper/z_en_grasshopper.o(.text)
- build/asm/overlays/ovl_En_Grasshopper_data.o(.data)
- build/src/overlays/actors/ovl_En_Grasshopper/z_en_grasshopper.o(.rodata)
- build/asm/overlays/ovl_En_Grasshopper_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GrasshopperSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_GrassSegmentStart = SegmentStart;
- ovl_Obj_Grass : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Grass/z_obj_grass.o(.text)
- build/asm/overlays/ovl_Obj_Grass_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Grass/z_obj_grass.o(.rodata)
- build/asm/overlays/ovl_Obj_Grass_rodata.o(.rodata)
- ovl_Obj_Grass_bss_start = .;
- }
- . += 0xC0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_GrassSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Grass_CarrySegmentStart = SegmentStart;
- ovl_Obj_Grass_Carry : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Grass_Carry/z_obj_grass_carry.o(.text)
- build/asm/overlays/ovl_Obj_Grass_Carry_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Grass_Carry/z_obj_grass_carry.o(.rodata)
- build/asm/overlays/ovl_Obj_Grass_Carry_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Grass_CarrySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Grass_UnitSegmentStart = SegmentStart;
- ovl_Obj_Grass_Unit : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Grass_Unit/z_obj_grass_unit.o(.text)
- build/asm/overlays/ovl_Obj_Grass_Unit_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Grass_Unit/z_obj_grass_unit.o(.rodata)
- build/asm/overlays/ovl_Obj_Grass_Unit_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Grass_UnitSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Fire_WallSegmentStart = SegmentStart;
- ovl_Bg_Fire_Wall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.o(.text)
- build/asm/overlays/ovl_Bg_Fire_Wall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Fire_Wall/z_bg_fire_wall.o(.rodata)
- build/asm/overlays/ovl_Bg_Fire_Wall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Fire_WallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BuSegmentStart = SegmentStart;
- ovl_En_Bu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.text)
- build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.data)
- build/src/overlays/actors/ovl_En_Bu/z_en_bu.o(.rodata)
- build/src/overlays/actors/ovl_En_Bu/z_en_bu_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Encount3SegmentStart = SegmentStart;
- ovl_En_Encount3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Encount3/z_en_encount3.o(.text)
- build/asm/overlays/ovl_En_Encount3_data.o(.data)
- build/src/overlays/actors/ovl_En_Encount3/z_en_encount3.o(.rodata)
- build/asm/overlays/ovl_En_Encount3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Encount3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_JsoSegmentStart = SegmentStart;
- ovl_En_Jso : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Jso/z_en_jso.o(.text)
- build/asm/overlays/ovl_En_Jso_data.o(.data)
- build/src/overlays/actors/ovl_En_Jso/z_en_jso.o(.rodata)
- build/asm/overlays/ovl_En_Jso_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_JsoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_ChikuwaSegmentStart = SegmentStart;
- ovl_Obj_Chikuwa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Chikuwa/z_obj_chikuwa.o(.text)
- build/asm/overlays/ovl_Obj_Chikuwa_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Chikuwa/z_obj_chikuwa.o(.rodata)
- build/asm/overlays/ovl_Obj_Chikuwa_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_ChikuwaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KnightSegmentStart = SegmentStart;
- ovl_En_Knight : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Knight/z_en_knight.o(.text)
- build/asm/overlays/ovl_En_Knight_data.o(.data)
- build/src/overlays/actors/ovl_En_Knight/z_en_knight.o(.rodata)
- build/asm/overlays/ovl_En_Knight_rodata.o(.rodata)
- ovl_En_Knight_bss_start = .;
- }
- . += 0x1790;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KnightSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Warp_tagSegmentStart = SegmentStart;
- ovl_En_Warp_tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Warp_tag/z_en_warp_tag.o(.text)
- build/asm/overlays/ovl_En_Warp_tag_data.o(.data)
- build/src/overlays/actors/ovl_En_Warp_tag/z_en_warp_tag.o(.rodata)
- build/asm/overlays/ovl_En_Warp_tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Warp_tagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Aob_01SegmentStart = SegmentStart;
- ovl_En_Aob_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Aob_01/z_en_aob_01.o(.text)
- build/asm/overlays/ovl_En_Aob_01_data.o(.data)
- build/src/overlays/actors/ovl_En_Aob_01/z_en_aob_01.o(.rodata)
- build/asm/overlays/ovl_En_Aob_01_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Aob_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Boj_01SegmentStart = SegmentStart;
- ovl_En_Boj_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boj_01/z_en_boj_01.o(.text)
- build/src/overlays/actors/ovl_En_Boj_01/z_en_boj_01.o(.data)
- build/src/overlays/actors/ovl_En_Boj_01/z_en_boj_01.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_01/z_en_boj_01.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_01/z_en_boj_01_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Boj_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Boj_02SegmentStart = SegmentStart;
- ovl_En_Boj_02 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boj_02/z_en_boj_02.o(.text)
- build/src/overlays/actors/ovl_En_Boj_02/z_en_boj_02.o(.data)
- build/src/overlays/actors/ovl_En_Boj_02/z_en_boj_02.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_02/z_en_boj_02.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_02/z_en_boj_02_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Boj_02SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Boj_03SegmentStart = SegmentStart;
- ovl_En_Boj_03 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boj_03/z_en_boj_03.o(.text)
- build/src/overlays/actors/ovl_En_Boj_03/z_en_boj_03.o(.data)
- build/src/overlays/actors/ovl_En_Boj_03/z_en_boj_03.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_03/z_en_boj_03.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_03/z_en_boj_03_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Boj_03SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Encount4SegmentStart = SegmentStart;
- ovl_En_Encount4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Encount4/z_en_encount4.o(.text)
- build/asm/overlays/ovl_En_Encount4_data.o(.data)
- build/asm/overlays/ovl_En_Encount4_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Encount4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Bom_Bowl_ManSegmentStart = SegmentStart;
- ovl_En_Bom_Bowl_Man : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bom_Bowl_Man/z_en_bom_bowl_man.o(.text)
- build/asm/overlays/ovl_En_Bom_Bowl_Man_data.o(.data)
- build/src/overlays/actors/ovl_En_Bom_Bowl_Man/z_en_bom_bowl_man.o(.rodata)
- build/asm/overlays/ovl_En_Bom_Bowl_Man_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Bom_Bowl_ManSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Syateki_ManSegmentStart = SegmentStart;
- ovl_En_Syateki_Man : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Syateki_Man/z_en_syateki_man.o(.text)
- build/asm/overlays/ovl_En_Syateki_Man_data.o(.data)
- build/src/overlays/actors/ovl_En_Syateki_Man/z_en_syateki_man.o(.rodata)
- build/asm/overlays/ovl_En_Syateki_Man_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Syateki_ManSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_IcicleSegmentStart = SegmentStart;
- ovl_Bg_Icicle : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Icicle/z_bg_icicle.o(.text)
- build/src/overlays/actors/ovl_Bg_Icicle/z_bg_icicle.o(.data)
- build/src/overlays/actors/ovl_Bg_Icicle/z_bg_icicle.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Icicle/z_bg_icicle_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_IcicleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Syateki_CrowSegmentStart = SegmentStart;
- ovl_En_Syateki_Crow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Syateki_Crow/z_en_syateki_crow.o(.text)
- build/asm/overlays/ovl_En_Syateki_Crow_data.o(.data)
- build/src/overlays/actors/ovl_En_Syateki_Crow/z_en_syateki_crow.o(.rodata)
- build/asm/overlays/ovl_En_Syateki_Crow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Syateki_CrowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Boj_04SegmentStart = SegmentStart;
- ovl_En_Boj_04 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boj_04/z_en_boj_04.o(.text)
- build/src/overlays/actors/ovl_En_Boj_04/z_en_boj_04.o(.data)
- build/src/overlays/actors/ovl_En_Boj_04/z_en_boj_04.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_04/z_en_boj_04.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_04/z_en_boj_04_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Boj_04SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Cne_01SegmentStart = SegmentStart;
- ovl_En_Cne_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Cne_01/z_en_cne_01.o(.text)
- build/asm/overlays/ovl_En_Cne_01_data.o(.data)
- build/src/overlays/actors/ovl_En_Cne_01/z_en_cne_01.o(.rodata)
- build/asm/overlays/ovl_En_Cne_01_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Cne_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Bba_01SegmentStart = SegmentStart;
- ovl_En_Bba_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bba_01/z_en_bba_01.o(.text)
- build/asm/overlays/ovl_En_Bba_01_data.o(.data)
- build/src/overlays/actors/ovl_En_Bba_01/z_en_bba_01.o(.rodata)
- build/asm/overlays/ovl_En_Bba_01_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Bba_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Bji_01SegmentStart = SegmentStart;
- ovl_En_Bji_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bji_01/z_en_bji_01.o(.text)
- build/src/overlays/actors/ovl_En_Bji_01/z_en_bji_01.o(.data)
- build/src/overlays/actors/ovl_En_Bji_01/z_en_bji_01.o(.rodata)
- build/src/overlays/actors/ovl_En_Bji_01/z_en_bji_01_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Bji_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_SpdwebSegmentStart = SegmentStart;
- ovl_Bg_Spdweb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Spdweb/z_bg_spdweb.o(.text)
- build/asm/overlays/ovl_Bg_Spdweb_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Spdweb/z_bg_spdweb.o(.rodata)
- build/asm/overlays/ovl_Bg_Spdweb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_SpdwebSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Mt_tagSegmentStart = SegmentStart;
- ovl_En_Mt_tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mt_tag/z_en_mt_tag.o(.text)
- build/asm/overlays/ovl_En_Mt_tag_data.o(.data)
- build/src/overlays/actors/ovl_En_Mt_tag/z_en_mt_tag.o(.rodata)
- build/asm/overlays/ovl_En_Mt_tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Mt_tagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_01SegmentStart = SegmentStart;
- ovl_Boss_01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_01/z_boss_01.o(.text)
- build/asm/overlays/ovl_Boss_01_data.o(.data)
- build/src/overlays/actors/ovl_Boss_01/z_boss_01.o(.rodata)
- build/asm/overlays/ovl_Boss_01_rodata.o(.rodata)
- ovl_Boss_01_bss_start = .;
- }
- . += 0x17C0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_02SegmentStart = SegmentStart;
- ovl_Boss_02 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_02/z_boss_02.o(.text)
- build/asm/overlays/ovl_Boss_02_data.o(.data)
- build/src/overlays/actors/ovl_Boss_02/z_boss_02.o(.rodata)
- build/asm/overlays/ovl_Boss_02_rodata.o(.rodata)
- ovl_Boss_02_bss_start = .;
- }
- . += 0x2340;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_02SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_03SegmentStart = SegmentStart;
- ovl_Boss_03 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_03/z_boss_03.o(.text)
- build/asm/overlays/ovl_Boss_03_data.o(.data)
- build/src/overlays/actors/ovl_Boss_03/z_boss_03.o(.rodata)
- build/asm/overlays/ovl_Boss_03_rodata.o(.rodata)
- ovl_Boss_03_bss_start = .;
- }
- . += 0x2800;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_03SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_04SegmentStart = SegmentStart;
- ovl_Boss_04 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_04/z_boss_04.o(.text)
- build/asm/overlays/ovl_Boss_04_data.o(.data)
- build/src/overlays/actors/ovl_Boss_04/z_boss_04.o(.rodata)
- build/asm/overlays/ovl_Boss_04_rodata.o(.rodata)
- ovl_Boss_04_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_04SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_05SegmentStart = SegmentStart;
- ovl_Boss_05 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_05/z_boss_05.o(.text)
- build/asm/overlays/ovl_Boss_05_data.o(.data)
- build/src/overlays/actors/ovl_Boss_05/z_boss_05.o(.rodata)
- build/asm/overlays/ovl_Boss_05_rodata.o(.rodata)
- ovl_Boss_05_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_05SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_06SegmentStart = SegmentStart;
- ovl_Boss_06 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_06/z_boss_06.o(.text)
- build/asm/overlays/ovl_Boss_06_data.o(.data)
- build/src/overlays/actors/ovl_Boss_06/z_boss_06.o(.rodata)
- build/asm/overlays/ovl_Boss_06_rodata.o(.rodata)
- ovl_Boss_06_bss_start = .;
- }
- . += 0x610;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_06SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_07SegmentStart = SegmentStart;
- ovl_Boss_07 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_07/z_boss_07.o(.text)
- build/asm/overlays/ovl_Boss_07_data.o(.data)
- build/src/overlays/actors/ovl_Boss_07/z_boss_07.o(.rodata)
- build/asm/overlays/ovl_Boss_07_rodata.o(.rodata)
- ovl_Boss_07_bss_start = .;
- }
- . += 0xE60;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_07SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dy_YoseizoSegmentStart = SegmentStart;
- ovl_Bg_Dy_Yoseizo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dy_Yoseizo/z_bg_dy_yoseizo.o(.text)
- build/asm/overlays/ovl_Bg_Dy_Yoseizo_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dy_Yoseizo/z_bg_dy_yoseizo.o(.rodata)
- build/asm/overlays/ovl_Bg_Dy_Yoseizo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dy_YoseizoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Boj_05SegmentStart = SegmentStart;
- ovl_En_Boj_05 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Boj_05/z_en_boj_05.o(.text)
- build/src/overlays/actors/ovl_En_Boj_05/z_en_boj_05.o(.data)
- build/src/overlays/actors/ovl_En_Boj_05/z_en_boj_05.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_05/z_en_boj_05.o(.rodata)
- build/src/overlays/actors/ovl_En_Boj_05/z_en_boj_05_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Boj_05SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Sob1SegmentStart = SegmentStart;
- ovl_En_Sob1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.text)
- build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.data)
- build/src/overlays/actors/ovl_En_Sob1/z_en_sob1.o(.rodata)
- build/src/overlays/actors/ovl_En_Sob1/z_en_sob1_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Sob1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GoSegmentStart = SegmentStart;
- ovl_En_Go : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Go/z_en_go.o(.text)
- build/asm/overlays/ovl_En_Go_data.o(.data)
- build/src/overlays/actors/ovl_En_Go/z_en_go.o(.rodata)
- build/asm/overlays/ovl_En_Go_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RafSegmentStart = SegmentStart;
- ovl_En_Raf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Raf/z_en_raf.o(.text)
- build/asm/overlays/ovl_En_Raf_data.o(.data)
- build/src/overlays/actors/ovl_En_Raf/z_en_raf.o(.rodata)
- build/asm/overlays/ovl_En_Raf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RafSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_FunenSegmentStart = SegmentStart;
- ovl_Obj_Funen : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.text)
- build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.data)
- build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Funen/z_obj_funen_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_FunenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_RailliftSegmentStart = SegmentStart;
- ovl_Obj_Raillift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.text)
- build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.data)
- build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Raillift/z_obj_raillift_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_RailliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Numa_HanaSegmentStart = SegmentStart;
- ovl_Bg_Numa_Hana : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Numa_Hana/z_bg_numa_hana.o(.text)
- build/asm/overlays/ovl_Bg_Numa_Hana_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Numa_Hana/z_bg_numa_hana.o(.rodata)
- build/asm/overlays/ovl_Bg_Numa_Hana_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Numa_HanaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_FlowerpotSegmentStart = SegmentStart;
- ovl_Obj_Flowerpot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Flowerpot/z_obj_flowerpot.o(.text)
- build/asm/overlays/ovl_Obj_Flowerpot_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Flowerpot/z_obj_flowerpot.o(.rodata)
- build/asm/overlays/ovl_Obj_Flowerpot_rodata.o(.rodata)
- ovl_Obj_Flowerpot_bss_start = .;
- }
- . += 0x220;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_FlowerpotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SpinyrollSegmentStart = SegmentStart;
- ovl_Obj_Spinyroll : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Spinyroll/z_obj_spinyroll.o(.text)
- build/asm/overlays/ovl_Obj_Spinyroll_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Spinyroll/z_obj_spinyroll.o(.rodata)
- build/asm/overlays/ovl_Obj_Spinyroll_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SpinyrollSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_HinaSegmentStart = SegmentStart;
- ovl_Dm_Hina : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Hina/z_dm_hina.o(.text)
- build/asm/overlays/ovl_Dm_Hina_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Hina/z_dm_hina.o(.rodata)
- build/asm/overlays/ovl_Dm_Hina_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_HinaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Syateki_WfSegmentStart = SegmentStart;
- ovl_En_Syateki_Wf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Syateki_Wf/z_en_syateki_wf.o(.text)
- build/asm/overlays/ovl_En_Syateki_Wf_data.o(.data)
- build/src/overlays/actors/ovl_En_Syateki_Wf/z_en_syateki_wf.o(.rodata)
- build/asm/overlays/ovl_En_Syateki_Wf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Syateki_WfSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SkateblockSegmentStart = SegmentStart;
- ovl_Obj_Skateblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Skateblock/z_obj_skateblock.o(.text)
- build/asm/overlays/ovl_Obj_Skateblock_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Skateblock/z_obj_skateblock.o(.rodata)
- build/asm/overlays/ovl_Obj_Skateblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SkateblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_En_Ice_BlockSegmentStart = SegmentStart;
- ovl_Effect_En_Ice_Block : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_En_Ice_Block_0x80A22D40.o(.text)
- build/asm/overlays/ovl_Effect_En_Ice_Block_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_En_Ice_BlockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_IceblockSegmentStart = SegmentStart;
- ovl_Obj_Iceblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Iceblock/z_obj_iceblock.o(.text)
- build/asm/overlays/ovl_Obj_Iceblock_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Iceblock/z_obj_iceblock.o(.rodata)
- build/asm/overlays/ovl_Obj_Iceblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_IceblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BigpametSegmentStart = SegmentStart;
- ovl_En_Bigpamet : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bigpamet/z_en_bigpamet.o(.text)
- build/asm/overlays/ovl_En_Bigpamet_data.o(.data)
- build/src/overlays/actors/ovl_En_Bigpamet/z_en_bigpamet.o(.rodata)
- build/asm/overlays/ovl_En_Bigpamet_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BigpametSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dblue_MovebgSegmentStart = SegmentStart;
- ovl_Bg_Dblue_Movebg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dblue_Movebg/z_bg_dblue_movebg.o(.text)
- build/asm/overlays/ovl_Bg_Dblue_Movebg_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dblue_Movebg/z_bg_dblue_movebg.o(.rodata)
- build/asm/overlays/ovl_Bg_Dblue_Movebg_rodata.o(.rodata)
- ovl_Bg_Dblue_Movebg_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dblue_MovebgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Syateki_DekunutsSegmentStart = SegmentStart;
- ovl_En_Syateki_Dekunuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Syateki_Dekunuts/z_en_syateki_dekunuts.o(.text)
- build/asm/overlays/ovl_En_Syateki_Dekunuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Syateki_Dekunuts/z_en_syateki_dekunuts.o(.rodata)
- build/asm/overlays/ovl_En_Syateki_Dekunuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Syateki_DekunutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_Msg3SegmentStart = SegmentStart;
- ovl_Elf_Msg3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg3/z_elf_msg3.o(.text)
- build/asm/overlays/ovl_Elf_Msg3_data.o(.data)
- build/src/overlays/actors/ovl_Elf_Msg3/z_elf_msg3.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg3_rodata.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg3_late_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_Msg3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FgSegmentStart = SegmentStart;
- ovl_En_Fg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.text)
- build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.data)
- build/src/overlays/actors/ovl_En_Fg/z_en_fg.o(.rodata)
- build/src/overlays/actors/ovl_En_Fg/z_en_fg_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_RavineSegmentStart = SegmentStart;
- ovl_Dm_Ravine : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.text)
- build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.data)
- build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine.o(.rodata)
- build/src/overlays/actors/ovl_Dm_Ravine/z_dm_ravine_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_RavineSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_SaSegmentStart = SegmentStart;
- ovl_Dm_Sa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Sa/z_dm_sa.o(.text)
- build/src/overlays/actors/ovl_Dm_Sa/z_dm_sa.o(.data)
- build/src/overlays/actors/ovl_Dm_Sa/z_dm_sa.o(.rodata)
- build/src/overlays/actors/ovl_Dm_Sa/z_dm_sa_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_SaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SlimeSegmentStart = SegmentStart;
- ovl_En_Slime : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Slime/z_en_slime.o(.text)
- build/asm/overlays/ovl_En_Slime_data.o(.data)
- build/asm/overlays/ovl_En_Slime_rodata.o(.rodata)
- ovl_En_Slime_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SlimeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PrSegmentStart = SegmentStart;
- ovl_En_Pr : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pr/z_en_pr.o(.text)
- build/asm/overlays/ovl_En_Pr_data.o(.data)
- build/src/overlays/actors/ovl_En_Pr/z_en_pr.o(.rodata)
- build/asm/overlays/ovl_En_Pr_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PrSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_ToudaiSegmentStart = SegmentStart;
- ovl_Obj_Toudai : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Toudai/z_obj_toudai.o(.text)
- build/asm/overlays/ovl_Obj_Toudai_data.o(.data)
- build/asm/overlays/ovl_Obj_Toudai_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_ToudaiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_EntotuSegmentStart = SegmentStart;
- ovl_Obj_Entotu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Entotu/z_obj_entotu.o(.text)
- build/asm/overlays/ovl_Obj_Entotu_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Entotu/z_obj_entotu.o(.rodata)
- build/asm/overlays/ovl_Obj_Entotu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_EntotuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BellSegmentStart = SegmentStart;
- ovl_Obj_Bell : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.text)
- build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.data)
- build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Bell/z_obj_bell_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BellSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Syateki_OkutaSegmentStart = SegmentStart;
- ovl_En_Syateki_Okuta : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Syateki_Okuta/z_en_syateki_okuta.o(.text)
- build/asm/overlays/ovl_En_Syateki_Okuta_data.o(.data)
- build/src/overlays/actors/ovl_En_Syateki_Okuta/z_en_syateki_okuta.o(.rodata)
- build/asm/overlays/ovl_En_Syateki_Okuta_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Syateki_OkutaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_ShutterSegmentStart = SegmentStart;
- ovl_Obj_Shutter : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Shutter/z_obj_shutter.o(.text)
- build/asm/overlays/ovl_Obj_Shutter_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Shutter/z_obj_shutter.o(.rodata)
- build/asm/overlays/ovl_Obj_Shutter_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_ShutterSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_ZlSegmentStart = SegmentStart;
- ovl_Dm_Zl : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Zl/z_dm_zl.o(.text)
- build/asm/overlays/ovl_Dm_Zl_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Zl/z_dm_zl.o(.rodata)
- build/asm/overlays/ovl_Dm_Zl_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_ZlSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RuSegmentStart = SegmentStart;
- ovl_En_Ru : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ru/z_en_ru.o(.text)
- build/asm/overlays/ovl_En_Ru_data.o(.data)
- build/src/overlays/actors/ovl_En_Ru/z_en_ru.o(.rodata)
- build/asm/overlays/ovl_En_Ru_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ElfgrpSegmentStart = SegmentStart;
- ovl_En_Elfgrp : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Elfgrp/z_en_elfgrp.o(.text)
- build/asm/overlays/ovl_En_Elfgrp_data.o(.data)
- build/src/overlays/actors/ovl_En_Elfgrp/z_en_elfgrp.o(.rodata)
- build/asm/overlays/ovl_En_Elfgrp_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ElfgrpSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_TsgSegmentStart = SegmentStart;
- ovl_Dm_Tsg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Tsg/z_dm_tsg.o(.text)
- build/asm/overlays/ovl_Dm_Tsg_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Tsg/z_dm_tsg.o(.rodata)
- build/asm/overlays/ovl_Dm_Tsg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_TsgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BaguoSegmentStart = SegmentStart;
- ovl_En_Baguo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Baguo/z_en_baguo.o(.text)
- build/asm/overlays/ovl_En_Baguo_data.o(.data)
- build/src/overlays/actors/ovl_En_Baguo/z_en_baguo.o(.rodata)
- build/asm/overlays/ovl_En_Baguo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BaguoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_VspinyrollSegmentStart = SegmentStart;
- ovl_Obj_Vspinyroll : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Vspinyroll/z_obj_vspinyroll.o(.text)
- build/asm/overlays/ovl_Obj_Vspinyroll_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Vspinyroll/z_obj_vspinyroll.o(.rodata)
- build/asm/overlays/ovl_Obj_Vspinyroll_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_VspinyrollSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SmorkSegmentStart = SegmentStart;
- ovl_Obj_Smork : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Smork/z_obj_smork.o(.text)
- build/asm/overlays/ovl_Obj_Smork_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Smork/z_obj_smork.o(.rodata)
- build/asm/overlays/ovl_Obj_Smork_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SmorkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test2SegmentStart = SegmentStart;
- ovl_En_Test2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test2/z_en_test2.o(.text)
- build/asm/overlays/ovl_En_Test2_data.o(.data)
- build/src/overlays/actors/ovl_En_Test2/z_en_test2.o(.rodata)
- build/asm/overlays/ovl_En_Test2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test3SegmentStart = SegmentStart;
- ovl_En_Test3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test3/z_en_test3.o(.text)
- build/asm/overlays/ovl_En_Test3_data.o(.data)
- build/src/overlays/actors/ovl_En_Test3/z_en_test3.o(.rodata)
- build/asm/overlays/ovl_En_Test3_rodata.o(.rodata)
- ovl_En_Test3_bss_start = .;
- }
- . += 0x50;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test4SegmentStart = SegmentStart;
- ovl_En_Test4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test4/z_en_test4.o(.text)
- build/asm/overlays/ovl_En_Test4_data.o(.data)
- ovl_En_Test4_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BatSegmentStart = SegmentStart;
- ovl_En_Bat : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bat/z_en_bat.o(.text)
- build/asm/overlays/ovl_En_Bat_data.o(.data)
- build/src/overlays/actors/ovl_En_Bat/z_en_bat.o(.rodata)
- build/asm/overlays/ovl_En_Bat_rodata.o(.rodata)
- ovl_En_Bat_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BatSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SekihiSegmentStart = SegmentStart;
- ovl_En_Sekihi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sekihi/z_en_sekihi.o(.text)
- build/asm/overlays/ovl_En_Sekihi_data.o(.data)
- build/src/overlays/actors/ovl_En_Sekihi/z_en_sekihi.o(.rodata)
- build/asm/overlays/ovl_En_Sekihi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SekihiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_WizSegmentStart = SegmentStart;
- ovl_En_Wiz : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wiz/z_en_wiz.o(.text)
- build/asm/overlays/ovl_En_Wiz_data.o(.data)
- build/src/overlays/actors/ovl_En_Wiz/z_en_wiz.o(.rodata)
- build/asm/overlays/ovl_En_Wiz_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_WizSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Wiz_BrockSegmentStart = SegmentStart;
- ovl_En_Wiz_Brock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wiz_Brock/z_en_wiz_brock.o(.text)
- build/asm/overlays/ovl_En_Wiz_Brock_data.o(.data)
- build/src/overlays/actors/ovl_En_Wiz_Brock/z_en_wiz_brock.o(.rodata)
- build/asm/overlays/ovl_En_Wiz_Brock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Wiz_BrockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Wiz_FireSegmentStart = SegmentStart;
- ovl_En_Wiz_Fire : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wiz_Fire/z_en_wiz_fire.o(.text)
- build/asm/overlays/ovl_En_Wiz_Fire_data.o(.data)
- build/src/overlays/actors/ovl_En_Wiz_Fire/z_en_wiz_fire.o(.rodata)
- build/asm/overlays/ovl_En_Wiz_Fire_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Wiz_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_ChangeSegmentStart = SegmentStart;
- ovl_Eff_Change : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Change/z_eff_change.o(.text)
- build/asm/overlays/ovl_Eff_Change_data.o(.data)
- build/src/overlays/actors/ovl_Eff_Change/z_eff_change.o(.rodata)
- build/asm/overlays/ovl_Eff_Change_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_ChangeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_StatueSegmentStart = SegmentStart;
- ovl_Dm_Statue : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Statue/z_dm_statue.o(.text)
- build/src/overlays/actors/ovl_Dm_Statue/z_dm_statue.o(.data)
- build/src/overlays/actors/ovl_Dm_Statue/z_dm_statue.o(.rodata)
- build/src/overlays/actors/ovl_Dm_Statue/z_dm_statue_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_StatueSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_FireshieldSegmentStart = SegmentStart;
- ovl_Obj_Fireshield : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Fireshield/z_obj_fireshield.o(.text)
- build/asm/overlays/ovl_Obj_Fireshield_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Fireshield/z_obj_fireshield.o(.rodata)
- build/asm/overlays/ovl_Obj_Fireshield_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_FireshieldSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_LadderSegmentStart = SegmentStart;
- ovl_Bg_Ladder : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.text)
- build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.data)
- build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ladder/z_bg_ladder_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_LadderSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MkkSegmentStart = SegmentStart;
- ovl_En_Mkk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mkk/z_en_mkk.o(.text)
- build/asm/overlays/ovl_En_Mkk_data.o(.data)
- build/src/overlays/actors/ovl_En_Mkk/z_en_mkk.o(.rodata)
- build/asm/overlays/ovl_En_Mkk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MkkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_GetitemSegmentStart = SegmentStart;
- ovl_Demo_Getitem : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Getitem/z_demo_getitem.o(.text)
- build/asm/overlays/ovl_Demo_Getitem_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Getitem/z_demo_getitem.o(.rodata)
- build/asm/overlays/ovl_Demo_Getitem_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_GetitemSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnbSegmentStart = SegmentStart;
- ovl_En_Dnb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dnb/z_en_dnb.o(.text)
- build/asm/overlays/ovl_En_Dnb_data.o(.data)
- build/src/overlays/actors/ovl_En_Dnb/z_en_dnb.o(.rodata)
- build/asm/overlays/ovl_En_Dnb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnhSegmentStart = SegmentStart;
- ovl_En_Dnh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dnh/z_en_dnh.o(.text)
- build/asm/overlays/ovl_En_Dnh_data.o(.data)
- build/src/overlays/actors/ovl_En_Dnh/z_en_dnh.o(.rodata)
- build/asm/overlays/ovl_En_Dnh_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnhSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnkSegmentStart = SegmentStart;
- ovl_En_Dnk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dnk/z_en_dnk.o(.text)
- build/asm/overlays/ovl_En_Dnk_data.o(.data)
- build/src/overlays/actors/ovl_En_Dnk/z_en_dnk.o(.rodata)
- build/asm/overlays/ovl_En_Dnk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnqSegmentStart = SegmentStart;
- ovl_En_Dnq : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dnq/z_en_dnq.o(.text)
- build/asm/overlays/ovl_En_Dnq_data.o(.data)
- build/src/overlays/actors/ovl_En_Dnq/z_en_dnq.o(.rodata)
- build/asm/overlays/ovl_En_Dnq_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnqSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Keikoku_SakuSegmentStart = SegmentStart;
- ovl_Bg_Keikoku_Saku : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Keikoku_Saku/z_bg_keikoku_saku.o(.text)
- build/asm/overlays/ovl_Bg_Keikoku_Saku_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Keikoku_Saku/z_bg_keikoku_saku.o(.rodata)
- build/asm/overlays/ovl_Bg_Keikoku_Saku_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Keikoku_SakuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HugebombiwaSegmentStart = SegmentStart;
- ovl_Obj_Hugebombiwa : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hugebombiwa/z_obj_hugebombiwa.o(.text)
- build/asm/overlays/ovl_Obj_Hugebombiwa_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Hugebombiwa/z_obj_hugebombiwa.o(.rodata)
- build/asm/overlays/ovl_Obj_Hugebombiwa_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HugebombiwaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Firefly2SegmentStart = SegmentStart;
- ovl_En_Firefly2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Firefly2/z_en_firefly2.o(.text)
- build/src/overlays/actors/ovl_En_Firefly2/z_en_firefly2.o(.data)
- build/src/overlays/actors/ovl_En_Firefly2/z_en_firefly2.o(.rodata)
- build/src/overlays/actors/ovl_En_Firefly2/z_en_firefly2.o(.rodata)
- build/src/overlays/actors/ovl_En_Firefly2/z_en_firefly2_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Firefly2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RatSegmentStart = SegmentStart;
- ovl_En_Rat : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rat/z_en_rat.o(.text)
- build/asm/overlays/ovl_En_Rat_data.o(.data)
- build/src/overlays/actors/ovl_En_Rat/z_en_rat.o(.rodata)
- build/asm/overlays/ovl_En_Rat_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RatSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Water_EffectSegmentStart = SegmentStart;
- ovl_En_Water_Effect : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Water_Effect/z_en_water_effect.o(.text)
- build/asm/overlays/ovl_En_Water_Effect_data.o(.data)
- build/src/overlays/actors/ovl_En_Water_Effect/z_en_water_effect.o(.rodata)
- build/asm/overlays/ovl_En_Water_Effect_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Water_EffectSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Kusa2SegmentStart = SegmentStart;
- ovl_En_Kusa2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kusa2/z_en_kusa2.o(.text)
- build/asm/overlays/ovl_En_Kusa2_data.o(.data)
- build/src/overlays/actors/ovl_En_Kusa2/z_en_kusa2.o(.rodata)
- build/asm/overlays/ovl_En_Kusa2_rodata.o(.rodata)
- ovl_En_Kusa2_bss_start = .;
- }
- . += 0x1960;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Kusa2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Spout_FireSegmentStart = SegmentStart;
- ovl_Bg_Spout_Fire : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Spout_Fire/z_bg_spout_fire.o(.text)
- build/asm/overlays/ovl_Bg_Spout_Fire_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Spout_Fire/z_bg_spout_fire.o(.rodata)
- build/asm/overlays/ovl_Bg_Spout_Fire_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Spout_FireSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Dy_ExtraSegmentStart = SegmentStart;
- ovl_En_Dy_Extra : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.text)
- build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.data)
- build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.rodata)
- build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra.o(.rodata)
- build/src/overlays/actors/ovl_En_Dy_Extra/z_en_dy_extra_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Dy_ExtraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BalSegmentStart = SegmentStart;
- ovl_En_Bal : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bal/z_en_bal.o(.text)
- build/asm/overlays/ovl_En_Bal_data.o(.data)
- build/src/overlays/actors/ovl_En_Bal/z_en_bal.o(.rodata)
- build/asm/overlays/ovl_En_Bal_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BalSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ginko_ManSegmentStart = SegmentStart;
- ovl_En_Ginko_Man : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ginko_Man/z_en_ginko_man.o(.text)
- build/src/overlays/actors/ovl_En_Ginko_Man/z_en_ginko_man.o(.data)
- build/src/overlays/actors/ovl_En_Ginko_Man/z_en_ginko_man.o(.rodata)
- build/src/overlays/actors/ovl_En_Ginko_Man/z_en_ginko_man_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ginko_ManSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Warp_UzuSegmentStart = SegmentStart;
- ovl_En_Warp_Uzu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Warp_Uzu/z_en_warp_uzu.o(.text)
- build/src/overlays/actors/ovl_En_Warp_Uzu/z_en_warp_uzu.o(.data)
- build/src/overlays/actors/ovl_En_Warp_Uzu/z_en_warp_uzu.o(.rodata)
- build/src/overlays/actors/ovl_En_Warp_Uzu/z_en_warp_uzu_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Warp_UzuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DrifticeSegmentStart = SegmentStart;
- ovl_Obj_Driftice : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Driftice/z_obj_driftice.o(.text)
- build/asm/overlays/ovl_Obj_Driftice_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Driftice/z_obj_driftice.o(.rodata)
- build/asm/overlays/ovl_Obj_Driftice_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DrifticeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Look_NutsSegmentStart = SegmentStart;
- ovl_En_Look_Nuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Look_Nuts/z_en_look_nuts.o(.text)
- build/asm/overlays/ovl_En_Look_Nuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Look_Nuts/z_en_look_nuts.o(.rodata)
- build/asm/overlays/ovl_En_Look_Nuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Look_NutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Mushi2SegmentStart = SegmentStart;
- ovl_En_Mushi2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mushi2/z_en_mushi2.o(.text)
- build/asm/overlays/ovl_En_Mushi2_data.o(.data)
- build/src/overlays/actors/ovl_En_Mushi2/z_en_mushi2.o(.rodata)
- build/asm/overlays/ovl_En_Mushi2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Mushi2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FallSegmentStart = SegmentStart;
- ovl_En_Fall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fall/z_en_fall.o(.text)
- build/asm/overlays/ovl_En_Fall_data.o(.data)
- build/src/overlays/actors/ovl_En_Fall/z_en_fall.o(.rodata)
- build/asm/overlays/ovl_En_Fall_rodata.o(.rodata)
- ovl_En_Fall_bss_start = .;
- }
- . += 0x710;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Mm3SegmentStart = SegmentStart;
- ovl_En_Mm3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mm3/z_en_mm3.o(.text)
- build/asm/overlays/ovl_En_Mm3_data.o(.data)
- build/src/overlays/actors/ovl_En_Mm3/z_en_mm3.o(.rodata)
- build/asm/overlays/ovl_En_Mm3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Mm3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Crace_MovebgSegmentStart = SegmentStart;
- ovl_Bg_Crace_Movebg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Crace_Movebg/z_bg_crace_movebg.o(.text)
- build/asm/overlays/ovl_Bg_Crace_Movebg_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Crace_Movebg/z_bg_crace_movebg.o(.rodata)
- build/asm/overlays/ovl_Bg_Crace_Movebg_rodata.o(.rodata)
- ovl_Bg_Crace_Movebg_bss_start = .;
- }
- . += 0x20;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Crace_MovebgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnoSegmentStart = SegmentStart;
- ovl_En_Dno : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dno/z_en_dno.o(.text)
- build/asm/overlays/ovl_En_Dno_data.o(.data)
- build/src/overlays/actors/ovl_En_Dno/z_en_dno.o(.rodata)
- build/asm/overlays/ovl_En_Dno_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Pr2SegmentStart = SegmentStart;
- ovl_En_Pr2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pr2/z_en_pr2.o(.text)
- build/asm/overlays/ovl_En_Pr2_data.o(.data)
- build/src/overlays/actors/ovl_En_Pr2/z_en_pr2.o(.rodata)
- build/asm/overlays/ovl_En_Pr2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Pr2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PrzSegmentStart = SegmentStart;
- ovl_En_Prz : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Prz/z_en_prz.o(.text)
- build/asm/overlays/ovl_En_Prz_data.o(.data)
- build/src/overlays/actors/ovl_En_Prz/z_en_prz.o(.rodata)
- build/asm/overlays/ovl_En_Prz_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PrzSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Jso2SegmentStart = SegmentStart;
- ovl_En_Jso2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Jso2/z_en_jso2.o(.text)
- build/asm/overlays/ovl_En_Jso2_data.o(.data)
- build/src/overlays/actors/ovl_En_Jso2/z_en_jso2.o(.rodata)
- build/asm/overlays/ovl_En_Jso2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Jso2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_EtceteraSegmentStart = SegmentStart;
- ovl_Obj_Etcetera : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Etcetera/z_obj_etcetera.o(.text)
- build/asm/overlays/ovl_Obj_Etcetera_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Etcetera/z_obj_etcetera.o(.rodata)
- build/asm/overlays/ovl_Obj_Etcetera_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_EtceteraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_EgolSegmentStart = SegmentStart;
- ovl_En_Egol : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Egol/z_en_egol.o(.text)
- build/asm/overlays/ovl_En_Egol_data.o(.data)
- build/src/overlays/actors/ovl_En_Egol/z_en_egol.o(.rodata)
- build/asm/overlays/ovl_En_Egol_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_EgolSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_MineSegmentStart = SegmentStart;
- ovl_Obj_Mine : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.o(.text)
- build/asm/overlays/ovl_Obj_Mine_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Mine/z_obj_mine.o(.rodata)
- build/asm/overlays/ovl_Obj_Mine_rodata.o(.rodata)
- ovl_Obj_Mine_bss_start = .;
- }
- . += 0x300;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_MineSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_PurifySegmentStart = SegmentStart;
- ovl_Obj_Purify : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Purify/z_obj_purify.o(.text)
- build/asm/overlays/ovl_Obj_Purify_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Purify/z_obj_purify.o(.rodata)
- build/asm/overlays/ovl_Obj_Purify_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_PurifySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TruSegmentStart = SegmentStart;
- ovl_En_Tru : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tru/z_en_tru.o(.text)
- build/asm/overlays/ovl_En_Tru_data.o(.data)
- build/src/overlays/actors/ovl_En_Tru/z_en_tru.o(.rodata)
- build/asm/overlays/ovl_En_Tru_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TruSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TrtSegmentStart = SegmentStart;
- ovl_En_Trt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Trt/z_en_trt.o(.text)
- build/src/overlays/actors/ovl_En_Trt/z_en_trt.o(.data)
- build/src/overlays/actors/ovl_En_Trt/z_en_trt.o(.rodata)
- build/src/overlays/actors/ovl_En_Trt/z_en_trt_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TrtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test5SegmentStart = SegmentStart;
- ovl_En_Test5 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test5/z_en_test5.o(.text)
- build/asm/overlays/ovl_En_Test5_data.o(.data)
- build/src/overlays/actors/ovl_En_Test5/z_en_test5.o(.rodata)
- build/asm/overlays/ovl_En_Test5_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test6SegmentStart = SegmentStart;
- ovl_En_Test6 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test6/z_en_test6.o(.text)
- build/asm/overlays/ovl_En_Test6_data.o(.data)
- build/src/overlays/actors/ovl_En_Test6/z_en_test6.o(.rodata)
- build/asm/overlays/ovl_En_Test6_rodata.o(.rodata)
- ovl_En_Test6_bss_start = .;
- }
- . += 0x120;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test6SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AzSegmentStart = SegmentStart;
- ovl_En_Az : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Az/z_en_az.o(.text)
- build/asm/overlays/ovl_En_Az_data.o(.data)
- build/src/overlays/actors/ovl_En_Az/z_en_az.o(.rodata)
- build/asm/overlays/ovl_En_Az_rodata.o(.rodata)
- ovl_En_Az_bss_start = .;
- }
- . += 0x20;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AzSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_EstoneSegmentStart = SegmentStart;
- ovl_En_Estone : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Estone/z_en_estone.o(.text)
- build/asm/overlays/ovl_En_Estone_data.o(.data)
- build/src/overlays/actors/ovl_En_Estone/z_en_estone.o(.rodata)
- build/asm/overlays/ovl_En_Estone_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_EstoneSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Hakugin_PostSegmentStart = SegmentStart;
- ovl_Bg_Hakugin_Post : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Hakugin_Post/z_bg_hakugin_post.o(.text)
- build/asm/overlays/ovl_Bg_Hakugin_Post_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Hakugin_Post/z_bg_hakugin_post.o(.rodata)
- build/asm/overlays/ovl_Bg_Hakugin_Post_rodata.o(.rodata)
- ovl_Bg_Hakugin_Post_bss_start = .;
- }
- . += 0x1B90;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Hakugin_PostSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_OpstageSegmentStart = SegmentStart;
- ovl_Dm_Opstage : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Opstage/z_dm_opstage.o(.text)
- build/asm/overlays/ovl_Dm_Opstage_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Opstage/z_dm_opstage.o(.rodata)
- build/asm/overlays/ovl_Dm_Opstage_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_OpstageSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_StkSegmentStart = SegmentStart;
- ovl_Dm_Stk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Stk/z_dm_stk.o(.text)
- build/asm/overlays/ovl_Dm_Stk_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Stk/z_dm_stk.o(.rodata)
- build/asm/overlays/ovl_Dm_Stk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_StkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char00SegmentStart = SegmentStart;
- ovl_Dm_Char00 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char00/z_dm_char00.o(.text)
- build/asm/overlays/ovl_Dm_Char00_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char00/z_dm_char00.o(.rodata)
- build/asm/overlays/ovl_Dm_Char00_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char00SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char01SegmentStart = SegmentStart;
- ovl_Dm_Char01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char01/z_dm_char01.o(.text)
- build/asm/overlays/ovl_Dm_Char01_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char01/z_dm_char01.o(.rodata)
- build/asm/overlays/ovl_Dm_Char01_rodata.o(.rodata)
- ovl_Dm_Char01_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char02SegmentStart = SegmentStart;
- ovl_Dm_Char02 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char02/z_dm_char02.o(.text)
- build/asm/overlays/ovl_Dm_Char02_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char02/z_dm_char02.o(.rodata)
- build/asm/overlays/ovl_Dm_Char02_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char02SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char03SegmentStart = SegmentStart;
- ovl_Dm_Char03 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char03/z_dm_char03.o(.text)
- build/asm/overlays/ovl_Dm_Char03_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char03/z_dm_char03.o(.rodata)
- build/asm/overlays/ovl_Dm_Char03_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char03SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char04SegmentStart = SegmentStart;
- ovl_Dm_Char04 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char04/z_dm_char04.o(.text)
- build/asm/overlays/ovl_Dm_Char04_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char04/z_dm_char04.o(.rodata)
- build/asm/overlays/ovl_Dm_Char04_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char04SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char05SegmentStart = SegmentStart;
- ovl_Dm_Char05 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char05/z_dm_char05.o(.text)
- build/asm/overlays/ovl_Dm_Char05_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char05/z_dm_char05.o(.rodata)
- build/asm/overlays/ovl_Dm_Char05_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char05SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char06SegmentStart = SegmentStart;
- ovl_Dm_Char06 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char06/z_dm_char06.o(.text)
- build/asm/overlays/ovl_Dm_Char06_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char06/z_dm_char06.o(.rodata)
- build/asm/overlays/ovl_Dm_Char06_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char06SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char07SegmentStart = SegmentStart;
- ovl_Dm_Char07 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.text)
- build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.data)
- build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07.o(.rodata)
- build/src/overlays/actors/ovl_Dm_Char07/z_dm_char07_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char07SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char08SegmentStart = SegmentStart;
- ovl_Dm_Char08 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char08/z_dm_char08.o(.text)
- build/asm/overlays/ovl_Dm_Char08_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char08/z_dm_char08.o(.rodata)
- build/asm/overlays/ovl_Dm_Char08_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char08SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_Char09SegmentStart = SegmentStart;
- ovl_Dm_Char09 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Char09/z_dm_char09.o(.text)
- build/asm/overlays/ovl_Dm_Char09_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Char09/z_dm_char09.o(.rodata)
- build/asm/overlays/ovl_Dm_Char09_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_Char09SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_TokeidaiSegmentStart = SegmentStart;
- ovl_Obj_Tokeidai : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tokeidai/z_obj_tokeidai.o(.text)
- build/asm/overlays/ovl_Obj_Tokeidai_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Tokeidai/z_obj_tokeidai.o(.rodata)
- build/asm/overlays/ovl_Obj_Tokeidai_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_TokeidaiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MnkSegmentStart = SegmentStart;
- ovl_En_Mnk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Mnk/z_en_mnk.o(.text)
- build/asm/overlays/ovl_En_Mnk_data.o(.data)
- build/src/overlays/actors/ovl_En_Mnk/z_en_mnk.o(.rodata)
- build/asm/overlays/ovl_En_Mnk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MnkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_EgblockSegmentStart = SegmentStart;
- ovl_En_Egblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Egblock/z_en_egblock.o(.text)
- build/asm/overlays/ovl_En_Egblock_data.o(.data)
- build/src/overlays/actors/ovl_En_Egblock/z_en_egblock.o(.rodata)
- build/asm/overlays/ovl_En_Egblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_EgblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Guard_NutsSegmentStart = SegmentStart;
- ovl_En_Guard_Nuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Guard_Nuts/z_en_guard_nuts.o(.text)
- build/asm/overlays/ovl_En_Guard_Nuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Guard_Nuts/z_en_guard_nuts.o(.rodata)
- build/asm/overlays/ovl_En_Guard_Nuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Guard_NutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Hakugin_BombwallSegmentStart = SegmentStart;
- ovl_Bg_Hakugin_Bombwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Hakugin_Bombwall/z_bg_hakugin_bombwall.o(.text)
- build/asm/overlays/ovl_Bg_Hakugin_Bombwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Hakugin_Bombwall/z_bg_hakugin_bombwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Hakugin_Bombwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Hakugin_BombwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Tokei_TobiraSegmentStart = SegmentStart;
- ovl_Obj_Tokei_Tobira : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tokei_Tobira/z_obj_tokei_tobira.o(.text)
- build/asm/overlays/ovl_Obj_Tokei_Tobira_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Tokei_Tobira/z_obj_tokei_tobira.o(.rodata)
- build/asm/overlays/ovl_Obj_Tokei_Tobira_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Tokei_TobiraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Hakugin_ElvpoleSegmentStart = SegmentStart;
- ovl_Bg_Hakugin_Elvpole : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Hakugin_Elvpole/z_bg_hakugin_elvpole.o(.text)
- build/asm/overlays/ovl_Bg_Hakugin_Elvpole_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Hakugin_Elvpole/z_bg_hakugin_elvpole.o(.rodata)
- build/asm/overlays/ovl_Bg_Hakugin_Elvpole_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Hakugin_ElvpoleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ma4SegmentStart = SegmentStart;
- ovl_En_Ma4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ma4/z_en_ma4.o(.text)
- build/src/overlays/actors/ovl_En_Ma4/z_en_ma4.o(.data)
- build/src/overlays/actors/ovl_En_Ma4/z_en_ma4.o(.rodata)
- build/src/overlays/actors/ovl_En_Ma4/z_en_ma4_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ma4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TwigSegmentStart = SegmentStart;
- ovl_En_Twig : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Twig/z_en_twig.o(.text)
- build/asm/overlays/ovl_En_Twig_data.o(.data)
- build/src/overlays/actors/ovl_En_Twig/z_en_twig.o(.rodata)
- build/asm/overlays/ovl_En_Twig_rodata.o(.rodata)
- ovl_En_Twig_bss_start = .;
- }
- . += 0x40;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TwigSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Po_FusenSegmentStart = SegmentStart;
- ovl_En_Po_Fusen : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Po_Fusen/z_en_po_fusen.o(.text)
- build/src/overlays/actors/ovl_En_Po_Fusen/z_en_po_fusen.o(.data)
- build/src/overlays/actors/ovl_En_Po_Fusen/z_en_po_fusen.o(.rodata)
- build/src/overlays/actors/ovl_En_Po_Fusen/z_en_po_fusen_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Po_FusenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Door_EtcSegmentStart = SegmentStart;
- ovl_En_Door_Etc : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Door_Etc/z_en_door_etc.o(.text)
- build/asm/overlays/ovl_En_Door_Etc_data.o(.data)
- build/src/overlays/actors/ovl_En_Door_Etc/z_en_door_etc.o(.rodata)
- build/asm/overlays/ovl_En_Door_Etc_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Door_EtcSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BigokutaSegmentStart = SegmentStart;
- ovl_En_Bigokuta : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.o(.text)
- build/asm/overlays/ovl_En_Bigokuta_data.o(.data)
- build/src/overlays/actors/ovl_En_Bigokuta/z_en_bigokuta.o(.rodata)
- build/asm/overlays/ovl_En_Bigokuta_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BigokutaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_IcefloeSegmentStart = SegmentStart;
- ovl_Bg_Icefloe : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Icefloe/z_bg_icefloe.o(.text)
- build/asm/overlays/ovl_Bg_Icefloe_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Icefloe/z_bg_icefloe.o(.rodata)
- build/asm/overlays/ovl_Bg_Icefloe_rodata.o(.rodata)
- ovl_Bg_Icefloe_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_IcefloeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_fbdemo_triforceSegmentStart = SegmentStart;
- ovl_fbdemo_triforce :
- {
- build/asm/overlays/ovl_fbdemo_triforce_0x80AC5070.o(.text)
- build/asm/overlays/ovl_fbdemo_triforce_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_fbdemo_triforceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_fbdemo_wipe1SegmentStart = SegmentStart;
- ovl_fbdemo_wipe1 :
- {
- build/asm/overlays/ovl_fbdemo_wipe1_0x80AC57B0.o(.text)
- build/asm/overlays/ovl_fbdemo_wipe1_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_fbdemo_wipe1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_fbdemo_wipe3SegmentStart = SegmentStart;
- ovl_fbdemo_wipe3 :
- {
- build/asm/overlays/ovl_fbdemo_wipe3_0x80AC6740.o(.text)
- build/asm/overlays/ovl_fbdemo_wipe3_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_fbdemo_wipe3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_fbdemo_wipe4SegmentStart = SegmentStart;
- ovl_fbdemo_wipe4 :
- {
- build/asm/overlays/ovl_fbdemo_wipe4_0x80AC8430.o(.text)
- build/asm/overlays/ovl_fbdemo_wipe4_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_fbdemo_wipe4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_fbdemo_wipe5SegmentStart = SegmentStart;
- ovl_fbdemo_wipe5 :
- {
- build/asm/overlays/ovl_fbdemo_wipe5_0x80AC86F0.o(.text)
- build/asm/overlays/ovl_fbdemo_wipe5_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_fbdemo_wipe5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Effect_Ss_SbnSegmentStart = SegmentStart;
- ovl_Effect_Ss_Sbn : AT(RomLocation)
- {
- build/asm/overlays/ovl_Effect_Ss_Sbn_0x80AC8B50.o(.text)
- build/asm/overlays/ovl_Effect_Ss_Sbn_data.o(.data)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Effect_Ss_SbnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_OcarinaliftSegmentStart = SegmentStart;
- ovl_Obj_Ocarinalift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Ocarinalift/z_obj_ocarinalift.o(.text)
- build/asm/overlays/ovl_Obj_Ocarinalift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Ocarinalift/z_obj_ocarinalift.o(.rodata)
- build/asm/overlays/ovl_Obj_Ocarinalift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_OcarinaliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Time_TagSegmentStart = SegmentStart;
- ovl_En_Time_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Time_Tag/z_en_time_tag.o(.text)
- build/asm/overlays/ovl_En_Time_Tag_data.o(.data)
- build/src/overlays/actors/ovl_En_Time_Tag/z_en_time_tag.o(.rodata)
- build/asm/overlays/ovl_En_Time_Tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Time_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Open_ShutterSegmentStart = SegmentStart;
- ovl_Bg_Open_Shutter : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Open_Shutter/z_bg_open_shutter.o(.text)
- build/asm/overlays/ovl_Bg_Open_Shutter_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Open_Shutter/z_bg_open_shutter.o(.rodata)
- build/asm/overlays/ovl_Bg_Open_Shutter_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Open_ShutterSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Open_SpotSegmentStart = SegmentStart;
- ovl_Bg_Open_Spot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Open_Spot/z_bg_open_spot.o(.text)
- build/asm/overlays/ovl_Bg_Open_Spot_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Open_Spot/z_bg_open_spot.o(.rodata)
- build/asm/overlays/ovl_Bg_Open_Spot_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Open_SpotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Fu_KaitenSegmentStart = SegmentStart;
- ovl_Bg_Fu_Kaiten : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Fu_Kaiten/z_bg_fu_kaiten.o(.text)
- build/src/overlays/actors/ovl_Bg_Fu_Kaiten/z_bg_fu_kaiten.o(.data)
- build/src/overlays/actors/ovl_Bg_Fu_Kaiten/z_bg_fu_kaiten.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Fu_Kaiten/z_bg_fu_kaiten.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Fu_Kaiten/z_bg_fu_kaiten_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Fu_KaitenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_AquaSegmentStart = SegmentStart;
- ovl_Obj_Aqua : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Aqua/z_obj_aqua.o(.text)
- build/asm/overlays/ovl_Obj_Aqua_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Aqua/z_obj_aqua.o(.rodata)
- build/asm/overlays/ovl_Obj_Aqua_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_AquaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ElforgSegmentStart = SegmentStart;
- ovl_En_Elforg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Elforg/z_en_elforg.o(.text)
- build/asm/overlays/ovl_En_Elforg_data.o(.data)
- build/src/overlays/actors/ovl_En_Elforg/z_en_elforg.o(.rodata)
- build/asm/overlays/ovl_En_Elforg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ElforgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ElfbubSegmentStart = SegmentStart;
- ovl_En_Elfbub : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Elfbub/z_en_elfbub.o(.text)
- build/asm/overlays/ovl_En_Elfbub_data.o(.data)
- build/src/overlays/actors/ovl_En_Elfbub/z_en_elfbub.o(.rodata)
- build/asm/overlays/ovl_En_Elfbub_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ElfbubSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Fu_MatoSegmentStart = SegmentStart;
- ovl_En_Fu_Mato : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fu_Mato/z_en_fu_mato.o(.text)
- build/asm/overlays/ovl_En_Fu_Mato_data.o(.data)
- build/src/overlays/actors/ovl_En_Fu_Mato/z_en_fu_mato.o(.rodata)
- build/asm/overlays/ovl_En_Fu_Mato_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Fu_MatoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Fu_KagoSegmentStart = SegmentStart;
- ovl_En_Fu_Kago : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fu_Kago/z_en_fu_kago.o(.text)
- build/asm/overlays/ovl_En_Fu_Kago_data.o(.data)
- build/src/overlays/actors/ovl_En_Fu_Kago/z_en_fu_kago.o(.rodata)
- build/asm/overlays/ovl_En_Fu_Kago_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Fu_KagoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OsnSegmentStart = SegmentStart;
- ovl_En_Osn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Osn/z_en_osn.o(.text)
- build/asm/overlays/ovl_En_Osn_data.o(.data)
- build/src/overlays/actors/ovl_En_Osn/z_en_osn.o(.rodata)
- build/asm/overlays/ovl_En_Osn_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OsnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ctower_GearSegmentStart = SegmentStart;
- ovl_Bg_Ctower_Gear : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.text)
- build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.data)
- build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ctower_Gear/z_bg_ctower_gear_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ctower_GearSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Trt2SegmentStart = SegmentStart;
- ovl_En_Trt2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Trt2/z_en_trt2.o(.text)
- build/asm/overlays/ovl_En_Trt2_data.o(.data)
- build/src/overlays/actors/ovl_En_Trt2/z_en_trt2.o(.rodata)
- build/asm/overlays/ovl_En_Trt2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Trt2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Tokei_StepSegmentStart = SegmentStart;
- ovl_Obj_Tokei_Step : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tokei_Step/z_obj_tokei_step.o(.text)
- build/src/overlays/actors/ovl_Obj_Tokei_Step/z_obj_tokei_step.o(.data)
- build/src/overlays/actors/ovl_Obj_Tokei_Step/z_obj_tokei_step.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Tokei_Step/z_obj_tokei_step_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Tokei_StepSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_LotusSegmentStart = SegmentStart;
- ovl_Bg_Lotus : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Lotus/z_bg_lotus.o(.text)
- build/src/overlays/actors/ovl_Bg_Lotus/z_bg_lotus.o(.data)
- build/src/overlays/actors/ovl_Bg_Lotus/z_bg_lotus.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Lotus/z_bg_lotus_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_LotusSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KameSegmentStart = SegmentStart;
- ovl_En_Kame : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kame/z_en_kame.o(.text)
- build/asm/overlays/ovl_En_Kame_data.o(.data)
- build/src/overlays/actors/ovl_En_Kame/z_en_kame.o(.rodata)
- build/asm/overlays/ovl_En_Kame_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KameSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Takaraya_WallSegmentStart = SegmentStart;
- ovl_Obj_Takaraya_Wall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Takaraya_Wall/z_obj_takaraya_wall.o(.text)
- build/asm/overlays/ovl_Obj_Takaraya_Wall_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Takaraya_Wall/z_obj_takaraya_wall.o(.rodata)
- build/asm/overlays/ovl_Obj_Takaraya_Wall_rodata.o(.rodata)
- ovl_Obj_Takaraya_Wall_bss_start = .;
- }
- . += 0x6A0;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Takaraya_WallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Fu_MizuSegmentStart = SegmentStart;
- ovl_Bg_Fu_Mizu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Fu_Mizu/z_bg_fu_mizu.o(.text)
- build/asm/overlays/ovl_Bg_Fu_Mizu_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Fu_Mizu/z_bg_fu_mizu.o(.rodata)
- build/asm/overlays/ovl_Bg_Fu_Mizu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Fu_MizuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SellnutsSegmentStart = SegmentStart;
- ovl_En_Sellnuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sellnuts/z_en_sellnuts.o(.text)
- build/asm/overlays/ovl_En_Sellnuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Sellnuts/z_en_sellnuts.o(.rodata)
- build/asm/overlays/ovl_En_Sellnuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SellnutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dkjail_IvySegmentStart = SegmentStart;
- ovl_Bg_Dkjail_Ivy : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dkjail_Ivy/z_bg_dkjail_ivy.o(.text)
- build/asm/overlays/ovl_Bg_Dkjail_Ivy_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dkjail_Ivy/z_bg_dkjail_ivy.o(.rodata)
- build/asm/overlays/ovl_Bg_Dkjail_Ivy_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dkjail_IvySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_VisiblockSegmentStart = SegmentStart;
- ovl_Obj_Visiblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Visiblock/z_obj_visiblock.o(.text)
- build/src/overlays/actors/ovl_Obj_Visiblock/z_obj_visiblock.o(.data)
- build/src/overlays/actors/ovl_Obj_Visiblock/z_obj_visiblock.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Visiblock/z_obj_visiblock_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_VisiblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TakarayaSegmentStart = SegmentStart;
- ovl_En_Takaraya : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Takaraya/z_en_takaraya.o(.text)
- build/asm/overlays/ovl_En_Takaraya_data.o(.data)
- build/src/overlays/actors/ovl_En_Takaraya/z_en_takaraya.o(.rodata)
- build/asm/overlays/ovl_En_Takaraya_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TakarayaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TsnSegmentStart = SegmentStart;
- ovl_En_Tsn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tsn/z_en_tsn.o(.text)
- build/asm/overlays/ovl_En_Tsn_data.o(.data)
- build/src/overlays/actors/ovl_En_Tsn/z_en_tsn.o(.rodata)
- build/asm/overlays/ovl_En_Tsn_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TsnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ds2nSegmentStart = SegmentStart;
- ovl_En_Ds2n : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ds2n/z_en_ds2n.o(.text)
- build/asm/overlays/ovl_En_Ds2n_data.o(.data)
- build/src/overlays/actors/ovl_En_Ds2n/z_en_ds2n.o(.rodata)
- build/asm/overlays/ovl_En_Ds2n_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ds2nSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_FsnSegmentStart = SegmentStart;
- ovl_En_Fsn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.text)
- build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.data)
- build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.rodata)
- build/src/overlays/actors/ovl_En_Fsn/z_en_fsn_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_FsnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ShnSegmentStart = SegmentStart;
- ovl_En_Shn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Shn/z_en_shn.o(.text)
- build/asm/overlays/ovl_En_Shn_data.o(.data)
- build/src/overlays/actors/ovl_En_Shn/z_en_shn.o(.rodata)
- build/asm/overlays/ovl_En_Shn_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ShnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Stop_heishiSegmentStart = SegmentStart;
- ovl_En_Stop_heishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Stop_heishi/z_en_stop_heishi.o(.text)
- build/asm/overlays/ovl_En_Stop_heishi_data.o(.data)
- build/src/overlays/actors/ovl_En_Stop_heishi/z_en_stop_heishi.o(.rodata)
- build/asm/overlays/ovl_En_Stop_heishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Stop_heishiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BigicicleSegmentStart = SegmentStart;
- ovl_Obj_Bigicicle : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Bigicicle/z_obj_bigicicle.o(.text)
- build/asm/overlays/ovl_Obj_Bigicicle_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Bigicicle/z_obj_bigicicle.o(.rodata)
- build/asm/overlays/ovl_Obj_Bigicicle_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BigicicleSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Lift_NutsSegmentStart = SegmentStart;
- ovl_En_Lift_Nuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Lift_Nuts/z_en_lift_nuts.o(.text)
- build/asm/overlays/ovl_En_Lift_Nuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Lift_Nuts/z_en_lift_nuts.o(.rodata)
- build/asm/overlays/ovl_En_Lift_Nuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Lift_NutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TkSegmentStart = SegmentStart;
- ovl_En_Tk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tk/z_en_tk.o(.text)
- build/asm/overlays/ovl_En_Tk_data.o(.data)
- build/src/overlays/actors/ovl_En_Tk/z_en_tk.o(.rodata)
- build/asm/overlays/ovl_En_Tk_rodata.o(.rodata)
- ovl_En_Tk_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Market_StepSegmentStart = SegmentStart;
- ovl_Bg_Market_Step : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.text)
- build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.data)
- build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Market_Step/z_bg_market_step_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Market_StepSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_LupygameliftSegmentStart = SegmentStart;
- ovl_Obj_Lupygamelift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Lupygamelift/z_obj_lupygamelift.o(.text)
- build/asm/overlays/ovl_Obj_Lupygamelift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Lupygamelift/z_obj_lupygamelift.o(.rodata)
- build/asm/overlays/ovl_Obj_Lupygamelift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_LupygameliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Test7SegmentStart = SegmentStart;
- ovl_En_Test7 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Test7/z_en_test7.o(.text)
- build/asm/overlays/ovl_En_Test7_data.o(.data)
- build/src/overlays/actors/ovl_En_Test7/z_en_test7.o(.rodata)
- build/asm/overlays/ovl_En_Test7_rodata.o(.rodata)
- ovl_En_Test7_bss_start = .;
- }
- . += 0x60;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Test7SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_LightblockSegmentStart = SegmentStart;
- ovl_Obj_Lightblock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Lightblock/z_obj_lightblock.o(.text)
- build/asm/overlays/ovl_Obj_Lightblock_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Lightblock/z_obj_lightblock.o(.rodata)
- build/asm/overlays/ovl_Obj_Lightblock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_LightblockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Mir_Ray2SegmentStart = SegmentStart;
- ovl_Mir_Ray2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Mir_Ray2/z_mir_ray2.o(.text)
- build/asm/overlays/ovl_Mir_Ray2_data.o(.data)
- build/src/overlays/actors/ovl_Mir_Ray2/z_mir_ray2.o(.rodata)
- build/asm/overlays/ovl_Mir_Ray2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Mir_Ray2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_WdhandSegmentStart = SegmentStart;
- ovl_En_Wdhand : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Wdhand/z_en_wdhand.o(.text)
- build/asm/overlays/ovl_En_Wdhand_data.o(.data)
- build/src/overlays/actors/ovl_En_Wdhand/z_en_wdhand.o(.rodata)
- build/asm/overlays/ovl_En_Wdhand_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_WdhandSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GamelupySegmentStart = SegmentStart;
- ovl_En_Gamelupy : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gamelupy/z_en_gamelupy.o(.text)
- build/asm/overlays/ovl_En_Gamelupy_data.o(.data)
- build/src/overlays/actors/ovl_En_Gamelupy/z_en_gamelupy.o(.rodata)
- build/asm/overlays/ovl_En_Gamelupy_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GamelupySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Danpei_MovebgSegmentStart = SegmentStart;
- ovl_Bg_Danpei_Movebg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Danpei_Movebg/z_bg_danpei_movebg.o(.text)
- build/asm/overlays/ovl_Bg_Danpei_Movebg_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Danpei_Movebg/z_bg_danpei_movebg.o(.rodata)
- build/asm/overlays/ovl_Bg_Danpei_Movebg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Danpei_MovebgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SnowwdSegmentStart = SegmentStart;
- ovl_En_Snowwd : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Snowwd/z_en_snowwd.o(.text)
- build/asm/overlays/ovl_En_Snowwd_data.o(.data)
- build/src/overlays/actors/ovl_En_Snowwd/z_en_snowwd.o(.rodata)
- build/asm/overlays/ovl_En_Snowwd_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SnowwdSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PmSegmentStart = SegmentStart;
- ovl_En_Pm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pm/z_en_pm.o(.text)
- build/asm/overlays/ovl_En_Pm_data.o(.data)
- build/src/overlays/actors/ovl_En_Pm/z_en_pm.o(.rodata)
- build/asm/overlays/ovl_En_Pm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GakufuSegmentStart = SegmentStart;
- ovl_En_Gakufu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gakufu/z_en_gakufu.o(.text)
- build/asm/overlays/ovl_En_Gakufu_data.o(.data)
- build/src/overlays/actors/ovl_En_Gakufu/z_en_gakufu.o(.rodata)
- build/asm/overlays/ovl_En_Gakufu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GakufuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_Msg4SegmentStart = SegmentStart;
- ovl_Elf_Msg4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg4/z_elf_msg4.o(.text)
- build/asm/overlays/ovl_Elf_Msg4_data.o(.data)
- build/src/overlays/actors/ovl_Elf_Msg4/z_elf_msg4.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg4_rodata.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg4_late_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_Msg4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_Msg5SegmentStart = SegmentStart;
- ovl_Elf_Msg5 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg5/z_elf_msg5.o(.text)
- build/asm/overlays/ovl_Elf_Msg5_data.o(.data)
- build/asm/overlays/ovl_Elf_Msg5_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_Msg5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Col_ManSegmentStart = SegmentStart;
- ovl_En_Col_Man : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Col_Man/z_en_col_man.o(.text)
- build/asm/overlays/ovl_En_Col_Man_data.o(.data)
- build/src/overlays/actors/ovl_En_Col_Man/z_en_col_man.o(.rodata)
- build/asm/overlays/ovl_En_Col_Man_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Col_ManSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Talk_GibudSegmentStart = SegmentStart;
- ovl_En_Talk_Gibud : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Talk_Gibud/z_en_talk_gibud.o(.text)
- build/asm/overlays/ovl_En_Talk_Gibud_data.o(.data)
- build/src/overlays/actors/ovl_En_Talk_Gibud/z_en_talk_gibud.o(.rodata)
- build/asm/overlays/ovl_En_Talk_Gibud_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Talk_GibudSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GiantSegmentStart = SegmentStart;
- ovl_En_Giant : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Giant/z_en_giant.o(.text)
- build/asm/overlays/ovl_En_Giant_data.o(.data)
- build/src/overlays/actors/ovl_En_Giant/z_en_giant.o(.rodata)
- build/asm/overlays/ovl_En_Giant_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GiantSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SnowballSegmentStart = SegmentStart;
- ovl_Obj_Snowball : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Snowball/z_obj_snowball.o(.text)
- build/asm/overlays/ovl_Obj_Snowball_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Snowball/z_obj_snowball.o(.rodata)
- build/asm/overlays/ovl_Obj_Snowball_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SnowballSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Boss_HakuginSegmentStart = SegmentStart;
- ovl_Boss_Hakugin : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Boss_Hakugin/z_boss_hakugin.o(.text)
- build/asm/overlays/ovl_Boss_Hakugin_data.o(.data)
- build/src/overlays/actors/ovl_Boss_Hakugin/z_boss_hakugin.o(.rodata)
- build/asm/overlays/ovl_Boss_Hakugin_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Boss_HakuginSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Gb2SegmentStart = SegmentStart;
- ovl_En_Gb2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gb2/z_en_gb2.o(.text)
- build/asm/overlays/ovl_En_Gb2_data.o(.data)
- build/src/overlays/actors/ovl_En_Gb2/z_en_gb2.o(.rodata)
- build/asm/overlays/ovl_En_Gb2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Gb2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OnpumanSegmentStart = SegmentStart;
- ovl_En_Onpuman : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Onpuman/z_en_onpuman.o(.text)
- build/asm/overlays/ovl_En_Onpuman_data.o(.data)
- build/src/overlays/actors/ovl_En_Onpuman/z_en_onpuman.o(.rodata)
- build/asm/overlays/ovl_En_Onpuman_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OnpumanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Tobira01SegmentStart = SegmentStart;
- ovl_Bg_Tobira01 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Tobira01/z_bg_tobira01.o(.text)
- build/src/overlays/actors/ovl_Bg_Tobira01/z_bg_tobira01.o(.data)
- build/src/overlays/actors/ovl_Bg_Tobira01/z_bg_tobira01.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Tobira01/z_bg_tobira01_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Tobira01SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tag_ObjSegmentStart = SegmentStart;
- ovl_En_Tag_Obj : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tag_Obj/z_en_tag_obj.o(.text)
- build/src/overlays/actors/ovl_En_Tag_Obj/z_en_tag_obj.o(.data)
- build/src/overlays/actors/ovl_En_Tag_Obj/z_en_tag_obj.o(.rodata)
- build/src/overlays/actors/ovl_En_Tag_Obj/z_en_tag_obj_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tag_ObjSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DhouseSegmentStart = SegmentStart;
- ovl_Obj_Dhouse : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Dhouse/z_obj_dhouse.o(.text)
- build/asm/overlays/ovl_Obj_Dhouse_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Dhouse/z_obj_dhouse.o(.rodata)
- build/asm/overlays/ovl_Obj_Dhouse_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DhouseSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HakaisiSegmentStart = SegmentStart;
- ovl_Obj_Hakaisi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hakaisi/z_obj_hakaisi.o(.text)
- build/asm/overlays/ovl_Obj_Hakaisi_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Hakaisi/z_obj_hakaisi.o(.rodata)
- build/asm/overlays/ovl_Obj_Hakaisi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HakaisiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Hakugin_SwitchSegmentStart = SegmentStart;
- ovl_Bg_Hakugin_Switch : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Hakugin_Switch/z_bg_hakugin_switch.o(.text)
- build/asm/overlays/ovl_Bg_Hakugin_Switch_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Hakugin_Switch/z_bg_hakugin_switch.o(.rodata)
- build/asm/overlays/ovl_Bg_Hakugin_Switch_rodata.o(.rodata)
- ovl_Bg_Hakugin_Switch_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Hakugin_SwitchSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SnowmanSegmentStart = SegmentStart;
- ovl_En_Snowman : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Snowman/z_en_snowman.o(.text)
- build/asm/overlays/ovl_En_Snowman_data.o(.data)
- build/src/overlays/actors/ovl_En_Snowman/z_en_snowman.o(.rodata)
- build/asm/overlays/ovl_En_Snowman_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SnowmanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_TG_SwSegmentStart = SegmentStart;
- ovl_TG_Sw : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.text)
- build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.data)
- build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.rodata)
- build/src/overlays/actors/ovl_TG_Sw/z_tg_sw.o(.rodata)
- build/src/overlays/actors/ovl_TG_Sw/z_tg_sw_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_TG_SwSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Po_SistersSegmentStart = SegmentStart;
- ovl_En_Po_Sisters : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Po_Sisters/z_en_po_sisters.o(.text)
- build/asm/overlays/ovl_En_Po_Sisters_data.o(.data)
- build/src/overlays/actors/ovl_En_Po_Sisters/z_en_po_sisters.o(.rodata)
- build/asm/overlays/ovl_En_Po_Sisters_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Po_SistersSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PpSegmentStart = SegmentStart;
- ovl_En_Pp : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pp/z_en_pp.o(.text)
- build/asm/overlays/ovl_En_Pp_data.o(.data)
- build/src/overlays/actors/ovl_En_Pp/z_en_pp.o(.rodata)
- build/asm/overlays/ovl_En_Pp_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PpSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HakurockSegmentStart = SegmentStart;
- ovl_En_Hakurock : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hakurock/z_en_hakurock.o(.text)
- build/asm/overlays/ovl_En_Hakurock_data.o(.data)
- build/src/overlays/actors/ovl_En_Hakurock/z_en_hakurock.o(.rodata)
- build/asm/overlays/ovl_En_Hakurock_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HakurockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HanabiSegmentStart = SegmentStart;
- ovl_En_Hanabi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hanabi/z_en_hanabi.o(.text)
- build/asm/overlays/ovl_En_Hanabi_data.o(.data)
- build/src/overlays/actors/ovl_En_Hanabi/z_en_hanabi.o(.rodata)
- build/asm/overlays/ovl_En_Hanabi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HanabiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DowsingSegmentStart = SegmentStart;
- ovl_Obj_Dowsing : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Dowsing/z_obj_dowsing.o(.text)
- build/asm/overlays/ovl_Obj_Dowsing_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Dowsing/z_obj_dowsing.o(.rodata)
- build/asm/overlays/ovl_Obj_Dowsing_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DowsingSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_WindSegmentStart = SegmentStart;
- ovl_Obj_Wind : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Wind/z_obj_wind.o(.text)
- build/asm/overlays/ovl_Obj_Wind_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Wind/z_obj_wind.o(.rodata)
- build/asm/overlays/ovl_Obj_Wind_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_WindSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RacedogSegmentStart = SegmentStart;
- ovl_En_Racedog : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Racedog/z_en_racedog.o(.text)
- build/asm/overlays/ovl_En_Racedog_data.o(.data)
- build/src/overlays/actors/ovl_En_Racedog/z_en_racedog.o(.rodata)
- build/asm/overlays/ovl_En_Racedog_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RacedogSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Kendo_JsSegmentStart = SegmentStart;
- ovl_En_Kendo_Js : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.o(.text)
- build/asm/overlays/ovl_En_Kendo_Js_data.o(.data)
- build/src/overlays/actors/ovl_En_Kendo_Js/z_en_kendo_js.o(.rodata)
- build/asm/overlays/ovl_En_Kendo_Js_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Kendo_JsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_BotihasiraSegmentStart = SegmentStart;
- ovl_Bg_Botihasira : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Botihasira/z_bg_botihasira.o(.text)
- build/asm/overlays/ovl_Bg_Botihasira_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Botihasira/z_bg_botihasira.o(.rodata)
- build/asm/overlays/ovl_Bg_Botihasira_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_BotihasiraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Fish2SegmentStart = SegmentStart;
- ovl_En_Fish2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fish2/z_en_fish2.o(.text)
- build/asm/overlays/ovl_En_Fish2_data.o(.data)
- build/src/overlays/actors/ovl_En_Fish2/z_en_fish2.o(.rodata)
- build/asm/overlays/ovl_En_Fish2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Fish2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PstSegmentStart = SegmentStart;
- ovl_En_Pst : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pst/z_en_pst.o(.text)
- build/asm/overlays/ovl_En_Pst_data.o(.data)
- build/src/overlays/actors/ovl_En_Pst/z_en_pst.o(.rodata)
- build/asm/overlays/ovl_En_Pst_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PstSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PohSegmentStart = SegmentStart;
- ovl_En_Poh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Poh/z_en_poh.o(.text)
- build/asm/overlays/ovl_En_Poh_data.o(.data)
- build/src/overlays/actors/ovl_En_Poh/z_en_poh.o(.rodata)
- build/asm/overlays/ovl_En_Poh_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PohSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SpidertentSegmentStart = SegmentStart;
- ovl_Obj_Spidertent : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Spidertent/z_obj_spidertent.o(.text)
- build/asm/overlays/ovl_Obj_Spidertent_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Spidertent/z_obj_spidertent.o(.rodata)
- build/asm/overlays/ovl_Obj_Spidertent_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SpidertentSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZoraeggSegmentStart = SegmentStart;
- ovl_En_Zoraegg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zoraegg/z_en_zoraegg.o(.text)
- build/asm/overlays/ovl_En_Zoraegg_data.o(.data)
- build/src/overlays/actors/ovl_En_Zoraegg/z_en_zoraegg.o(.rodata)
- build/asm/overlays/ovl_En_Zoraegg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZoraeggSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KbtSegmentStart = SegmentStart;
- ovl_En_Kbt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kbt/z_en_kbt.o(.text)
- build/asm/overlays/ovl_En_Kbt_data.o(.data)
- build/src/overlays/actors/ovl_En_Kbt/z_en_kbt.o(.rodata)
- build/asm/overlays/ovl_En_Kbt_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KbtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GgSegmentStart = SegmentStart;
- ovl_En_Gg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gg/z_en_gg.o(.text)
- build/asm/overlays/ovl_En_Gg_data.o(.data)
- build/src/overlays/actors/ovl_En_Gg/z_en_gg.o(.rodata)
- build/asm/overlays/ovl_En_Gg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MarutaSegmentStart = SegmentStart;
- ovl_En_Maruta : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Maruta/z_en_maruta.o(.text)
- build/asm/overlays/ovl_En_Maruta_data.o(.data)
- build/src/overlays/actors/ovl_En_Maruta/z_en_maruta.o(.rodata)
- build/asm/overlays/ovl_En_Maruta_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MarutaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Snowball2SegmentStart = SegmentStart;
- ovl_Obj_Snowball2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Snowball2/z_obj_snowball2.o(.text)
- build/asm/overlays/ovl_Obj_Snowball2_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Snowball2/z_obj_snowball2.o(.rodata)
- build/asm/overlays/ovl_Obj_Snowball2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Snowball2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Gg2SegmentStart = SegmentStart;
- ovl_En_Gg2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gg2/z_en_gg2.o(.text)
- build/asm/overlays/ovl_En_Gg2_data.o(.data)
- build/src/overlays/actors/ovl_En_Gg2/z_en_gg2.o(.rodata)
- build/asm/overlays/ovl_En_Gg2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Gg2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_GhakaSegmentStart = SegmentStart;
- ovl_Obj_Ghaka : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.text)
- build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.data)
- build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Ghaka/z_obj_ghaka_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_GhakaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DnpSegmentStart = SegmentStart;
- ovl_En_Dnp : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dnp/z_en_dnp.o(.text)
- build/asm/overlays/ovl_En_Dnp_data.o(.data)
- build/src/overlays/actors/ovl_En_Dnp/z_en_dnp.o(.rodata)
- build/asm/overlays/ovl_En_Dnp_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DnpSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DaiSegmentStart = SegmentStart;
- ovl_En_Dai : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dai/z_en_dai.o(.text)
- build/asm/overlays/ovl_En_Dai_data.o(.data)
- build/src/overlays/actors/ovl_En_Dai/z_en_dai.o(.rodata)
- build/asm/overlays/ovl_En_Dai_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DaiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Goron_OyuSegmentStart = SegmentStart;
- ovl_Bg_Goron_Oyu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Goron_Oyu/z_bg_goron_oyu.o(.text)
- build/asm/overlays/ovl_Bg_Goron_Oyu_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Goron_Oyu/z_bg_goron_oyu.o(.rodata)
- build/asm/overlays/ovl_Bg_Goron_Oyu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Goron_OyuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KgySegmentStart = SegmentStart;
- ovl_En_Kgy : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kgy/z_en_kgy.o(.text)
- build/asm/overlays/ovl_En_Kgy_data.o(.data)
- build/src/overlays/actors/ovl_En_Kgy/z_en_kgy.o(.rodata)
- build/asm/overlays/ovl_En_Kgy_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KgySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_InvadepohSegmentStart = SegmentStart;
- ovl_En_Invadepoh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Invadepoh/z_en_invadepoh.o(.text)
- build/src/overlays/actors/ovl_En_Invadepoh/z_en_invadepoh.o(.data)
- build/src/overlays/actors/ovl_En_Invadepoh/z_en_invadepoh.o(.rodata)
- build/src/overlays/actors/ovl_En_Invadepoh/z_en_invadepoh_overlay.o(.ovl)
- ovl_En_Invadepoh_bss_start = .;
- }
- . += 0x170;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_InvadepohSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GkSegmentStart = SegmentStart;
- ovl_En_Gk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Gk/z_en_gk.o(.text)
- build/asm/overlays/ovl_En_Gk_data.o(.data)
- build/src/overlays/actors/ovl_En_Gk/z_en_gk.o(.rodata)
- build/asm/overlays/ovl_En_Gk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AnSegmentStart = SegmentStart;
- ovl_En_An : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_An/z_en_an.o(.text)
- build/asm/overlays/ovl_En_An_data.o(.data)
- build/src/overlays/actors/ovl_En_An/z_en_an.o(.rodata)
- build/asm/overlays/ovl_En_An_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BeeSegmentStart = SegmentStart;
- ovl_En_Bee : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bee/z_en_bee.o(.text)
- build/asm/overlays/ovl_En_Bee_data.o(.data)
- build/src/overlays/actors/ovl_En_Bee/z_en_bee.o(.rodata)
- build/asm/overlays/ovl_En_Bee_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BeeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OtSegmentStart = SegmentStart;
- ovl_En_Ot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ot/z_en_ot.o(.text)
- build/asm/overlays/ovl_En_Ot_data.o(.data)
- build/src/overlays/actors/ovl_En_Ot/z_en_ot.o(.rodata)
- build/asm/overlays/ovl_En_Ot_rodata.o(.rodata)
- ovl_En_Ot_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DragonSegmentStart = SegmentStart;
- ovl_En_Dragon : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dragon/z_en_dragon.o(.text)
- build/asm/overlays/ovl_En_Dragon_data.o(.data)
- build/src/overlays/actors/ovl_En_Dragon/z_en_dragon.o(.rodata)
- build/asm/overlays/ovl_En_Dragon_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DragonSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DoraSegmentStart = SegmentStart;
- ovl_Obj_Dora : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Dora/z_obj_dora.o(.text)
- build/asm/overlays/ovl_Obj_Dora_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Dora/z_obj_dora.o(.rodata)
- build/asm/overlays/ovl_Obj_Dora_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DoraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BigpoSegmentStart = SegmentStart;
- ovl_En_Bigpo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bigpo/z_en_bigpo.o(.text)
- build/asm/overlays/ovl_En_Bigpo_data.o(.data)
- build/src/overlays/actors/ovl_En_Bigpo/z_en_bigpo.o(.rodata)
- build/asm/overlays/ovl_En_Bigpo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BigpoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Kendo_KanbanSegmentStart = SegmentStart;
- ovl_Obj_Kendo_Kanban : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kendo_Kanban/z_obj_kendo_kanban.o(.text)
- build/asm/overlays/ovl_Obj_Kendo_Kanban_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Kendo_Kanban/z_obj_kendo_kanban.o(.rodata)
- build/asm/overlays/ovl_Obj_Kendo_Kanban_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Kendo_KanbanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HarikoSegmentStart = SegmentStart;
- ovl_Obj_Hariko : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hariko/z_obj_hariko.o(.text)
- build/asm/overlays/ovl_Obj_Hariko_data.o(.data)
- build/asm/overlays/ovl_Obj_Hariko_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HarikoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SthSegmentStart = SegmentStart;
- ovl_En_Sth : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sth/z_en_sth.o(.text)
- build/asm/overlays/ovl_En_Sth_data.o(.data)
- build/src/overlays/actors/ovl_En_Sth/z_en_sth.o(.rodata)
- build/asm/overlays/ovl_En_Sth_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SthSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Sinkai_KabeSegmentStart = SegmentStart;
- ovl_Bg_Sinkai_Kabe : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Sinkai_Kabe/z_bg_sinkai_kabe.o(.text)
- build/asm/overlays/ovl_Bg_Sinkai_Kabe_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Sinkai_Kabe/z_bg_sinkai_kabe.o(.rodata)
- build/asm/overlays/ovl_Bg_Sinkai_Kabe_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Sinkai_KabeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Haka_CurtainSegmentStart = SegmentStart;
- ovl_Bg_Haka_Curtain : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Haka_Curtain/z_bg_haka_curtain.o(.text)
- build/src/overlays/actors/ovl_Bg_Haka_Curtain/z_bg_haka_curtain.o(.data)
- build/src/overlays/actors/ovl_Bg_Haka_Curtain/z_bg_haka_curtain.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Haka_Curtain/z_bg_haka_curtain.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Haka_Curtain/z_bg_haka_curtain_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Haka_CurtainSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Kin2_BombwallSegmentStart = SegmentStart;
- ovl_Bg_Kin2_Bombwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Kin2_Bombwall/z_bg_kin2_bombwall.o(.text)
- build/asm/overlays/ovl_Bg_Kin2_Bombwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Kin2_Bombwall/z_bg_kin2_bombwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Kin2_Bombwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Kin2_BombwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Kin2_FenceSegmentStart = SegmentStart;
- ovl_Bg_Kin2_Fence : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.text)
- build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.data)
- build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Kin2_Fence/z_bg_kin2_fence_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Kin2_FenceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Kin2_PictureSegmentStart = SegmentStart;
- ovl_Bg_Kin2_Picture : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Kin2_Picture/z_bg_kin2_picture.o(.text)
- build/asm/overlays/ovl_Bg_Kin2_Picture_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Kin2_Picture/z_bg_kin2_picture.o(.rodata)
- build/asm/overlays/ovl_Bg_Kin2_Picture_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Kin2_PictureSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Kin2_ShelfSegmentStart = SegmentStart;
- ovl_Bg_Kin2_Shelf : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Kin2_Shelf/z_bg_kin2_shelf.o(.text)
- build/asm/overlays/ovl_Bg_Kin2_Shelf_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Kin2_Shelf/z_bg_kin2_shelf.o(.rodata)
- build/asm/overlays/ovl_Bg_Kin2_Shelf_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Kin2_ShelfSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Rail_SkbSegmentStart = SegmentStart;
- ovl_En_Rail_Skb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rail_Skb/z_en_rail_skb.o(.text)
- build/asm/overlays/ovl_En_Rail_Skb_data.o(.data)
- build/src/overlays/actors/ovl_En_Rail_Skb/z_en_rail_skb.o(.rodata)
- build/asm/overlays/ovl_En_Rail_Skb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Rail_SkbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_JgSegmentStart = SegmentStart;
- ovl_En_Jg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Jg/z_en_jg.o(.text)
- build/asm/overlays/ovl_En_Jg_data.o(.data)
- build/src/overlays/actors/ovl_En_Jg/z_en_jg.o(.rodata)
- build/asm/overlays/ovl_En_Jg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_JgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tru_MtSegmentStart = SegmentStart;
- ovl_En_Tru_Mt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tru_Mt/z_en_tru_mt.o(.text)
- build/asm/overlays/ovl_En_Tru_Mt_data.o(.data)
- build/src/overlays/actors/ovl_En_Tru_Mt/z_en_tru_mt.o(.rodata)
- build/asm/overlays/ovl_En_Tru_Mt_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tru_MtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_UmSegmentStart = SegmentStart;
- ovl_Obj_Um : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Um/z_obj_um.o(.text)
- build/asm/overlays/ovl_Obj_Um_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Um/z_obj_um.o(.rodata)
- build/asm/overlays/ovl_Obj_Um_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_UmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Neo_ReebaSegmentStart = SegmentStart;
- ovl_En_Neo_Reeba : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Neo_Reeba/z_en_neo_reeba.o(.text)
- build/asm/overlays/ovl_En_Neo_Reeba_data.o(.data)
- build/src/overlays/actors/ovl_En_Neo_Reeba/z_en_neo_reeba.o(.rodata)
- build/asm/overlays/ovl_En_Neo_Reeba_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Neo_ReebaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Mbar_ChairSegmentStart = SegmentStart;
- ovl_Bg_Mbar_Chair : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Mbar_Chair/z_bg_mbar_chair.o(.text)
- build/src/overlays/actors/ovl_Bg_Mbar_Chair/z_bg_mbar_chair.o(.data)
- build/src/overlays/actors/ovl_Bg_Mbar_Chair/z_bg_mbar_chair.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Mbar_Chair/z_bg_mbar_chair.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Mbar_Chair/z_bg_mbar_chair_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Mbar_ChairSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_BlockSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Block : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Block/z_bg_ikana_block.o(.text)
- build/asm/overlays/ovl_Bg_Ikana_Block_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Block/z_bg_ikana_block.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikana_Block_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_BlockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_MirrorSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Mirror : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Mirror/z_bg_ikana_mirror.o(.text)
- build/asm/overlays/ovl_Bg_Ikana_Mirror_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Mirror/z_bg_ikana_mirror.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikana_Mirror_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_MirrorSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_RotaryroomSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Rotaryroom : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Rotaryroom/z_bg_ikana_rotaryroom.o(.text)
- build/asm/overlays/ovl_Bg_Ikana_Rotaryroom_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Rotaryroom/z_bg_ikana_rotaryroom.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikana_Rotaryroom_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_RotaryroomSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dblue_BalanceSegmentStart = SegmentStart;
- ovl_Bg_Dblue_Balance : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dblue_Balance/z_bg_dblue_balance.o(.text)
- build/asm/overlays/ovl_Bg_Dblue_Balance_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dblue_Balance/z_bg_dblue_balance.o(.rodata)
- build/asm/overlays/ovl_Bg_Dblue_Balance_rodata.o(.rodata)
- ovl_Bg_Dblue_Balance_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dblue_BalanceSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dblue_WaterfallSegmentStart = SegmentStart;
- ovl_Bg_Dblue_Waterfall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dblue_Waterfall/z_bg_dblue_waterfall.o(.text)
- build/asm/overlays/ovl_Bg_Dblue_Waterfall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dblue_Waterfall/z_bg_dblue_waterfall.o(.rodata)
- build/asm/overlays/ovl_Bg_Dblue_Waterfall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dblue_WaterfallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KaizokuSegmentStart = SegmentStart;
- ovl_En_Kaizoku : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kaizoku/z_en_kaizoku.o(.text)
- build/asm/overlays/ovl_En_Kaizoku_data.o(.data)
- build/src/overlays/actors/ovl_En_Kaizoku/z_en_kaizoku.o(.rodata)
- build/asm/overlays/ovl_En_Kaizoku_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KaizokuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ge2SegmentStart = SegmentStart;
- ovl_En_Ge2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ge2/z_en_ge2.o(.text)
- build/asm/overlays/ovl_En_Ge2_data.o(.data)
- build/src/overlays/actors/ovl_En_Ge2/z_en_ge2.o(.rodata)
- build/asm/overlays/ovl_En_Ge2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ge2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ma_YtsSegmentStart = SegmentStart;
- ovl_En_Ma_Yts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.text)
- build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.data)
- build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts.o(.rodata)
- build/src/overlays/actors/ovl_En_Ma_Yts/z_en_ma_yts_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ma_YtsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ma_YtoSegmentStart = SegmentStart;
- ovl_En_Ma_Yto : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ma_Yto/z_en_ma_yto.o(.text)
- build/src/overlays/actors/ovl_En_Ma_Yto/z_en_ma_yto.o(.data)
- build/src/overlays/actors/ovl_En_Ma_Yto/z_en_ma_yto.o(.rodata)
- build/src/overlays/actors/ovl_En_Ma_Yto/z_en_ma_yto_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ma_YtoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Tokei_TurretSegmentStart = SegmentStart;
- ovl_Obj_Tokei_Turret : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tokei_Turret/z_obj_tokei_turret.o(.text)
- build/asm/overlays/ovl_Obj_Tokei_Turret_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Tokei_Turret/z_obj_tokei_turret.o(.rodata)
- build/asm/overlays/ovl_Obj_Tokei_Turret_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Tokei_TurretSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Dblue_ElevatorSegmentStart = SegmentStart;
- ovl_Bg_Dblue_Elevator : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Dblue_Elevator/z_bg_dblue_elevator.o(.text)
- build/asm/overlays/ovl_Bg_Dblue_Elevator_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Dblue_Elevator/z_bg_dblue_elevator.o(.rodata)
- build/asm/overlays/ovl_Bg_Dblue_Elevator_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Dblue_ElevatorSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_WarpstoneSegmentStart = SegmentStart;
- ovl_Obj_Warpstone : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Warpstone/z_obj_warpstone.o(.text)
- build/asm/overlays/ovl_Obj_Warpstone_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Warpstone/z_obj_warpstone.o(.rodata)
- build/asm/overlays/ovl_Obj_Warpstone_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_WarpstoneSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZogSegmentStart = SegmentStart;
- ovl_En_Zog : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zog/z_en_zog.o(.text)
- build/asm/overlays/ovl_En_Zog_data.o(.data)
- build/src/overlays/actors/ovl_En_Zog/z_en_zog.o(.rodata)
- build/asm/overlays/ovl_En_Zog_rodata.o(.rodata)
- ovl_En_Zog_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZogSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_RotliftSegmentStart = SegmentStart;
- ovl_Obj_Rotlift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Rotlift/z_obj_rotlift.o(.text)
- build/asm/overlays/ovl_Obj_Rotlift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Rotlift/z_obj_rotlift.o(.rodata)
- build/asm/overlays/ovl_Obj_Rotlift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_RotliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Jg_GakkiSegmentStart = SegmentStart;
- ovl_Obj_Jg_Gakki : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Jg_Gakki/z_obj_jg_gakki.o(.text)
- build/asm/overlays/ovl_Obj_Jg_Gakki_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Jg_Gakki/z_obj_jg_gakki.o(.rodata)
- build/asm/overlays/ovl_Obj_Jg_Gakki_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Jg_GakkiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Inibs_MovebgSegmentStart = SegmentStart;
- ovl_Bg_Inibs_Movebg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Inibs_Movebg/z_bg_inibs_movebg.o(.text)
- build/asm/overlays/ovl_Bg_Inibs_Movebg_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Inibs_Movebg/z_bg_inibs_movebg.o(.rodata)
- build/asm/overlays/ovl_Bg_Inibs_Movebg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Inibs_MovebgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZotSegmentStart = SegmentStart;
- ovl_En_Zot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zot/z_en_zot.o(.text)
- build/asm/overlays/ovl_En_Zot_data.o(.data)
- build/src/overlays/actors/ovl_En_Zot/z_en_zot.o(.rodata)
- build/asm/overlays/ovl_En_Zot_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_TreeSegmentStart = SegmentStart;
- ovl_Obj_Tree : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Tree/z_obj_tree.o(.text)
- build/asm/overlays/ovl_Obj_Tree_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Tree/z_obj_tree.o(.rodata)
- build/asm/overlays/ovl_Obj_Tree_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_TreeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Y2liftSegmentStart = SegmentStart;
- ovl_Obj_Y2lift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Y2lift/z_obj_y2lift.o(.text)
- build/asm/overlays/ovl_Obj_Y2lift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Y2lift/z_obj_y2lift.o(.rodata)
- build/asm/overlays/ovl_Obj_Y2lift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Y2liftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Y2shutterSegmentStart = SegmentStart;
- ovl_Obj_Y2shutter : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Y2shutter/z_obj_y2shutter.o(.text)
- build/asm/overlays/ovl_Obj_Y2shutter_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Y2shutter/z_obj_y2shutter.o(.rodata)
- build/asm/overlays/ovl_Obj_Y2shutter_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Y2shutterSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_BoatSegmentStart = SegmentStart;
- ovl_Obj_Boat : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Boat/z_obj_boat.o(.text)
- build/asm/overlays/ovl_Obj_Boat_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Boat/z_obj_boat.o(.rodata)
- build/asm/overlays/ovl_Obj_Boat_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_BoatSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_TaruSegmentStart = SegmentStart;
- ovl_Obj_Taru : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Taru/z_obj_taru.o(.text)
- build/asm/overlays/ovl_Obj_Taru_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Taru/z_obj_taru.o(.rodata)
- build/asm/overlays/ovl_Obj_Taru_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_TaruSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HunsuiSegmentStart = SegmentStart;
- ovl_Obj_Hunsui : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hunsui/z_obj_hunsui.o(.text)
- build/asm/overlays/ovl_Obj_Hunsui_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Hunsui/z_obj_hunsui.o(.rodata)
- build/asm/overlays/ovl_Obj_Hunsui_rodata.o(.rodata)
- ovl_Obj_Hunsui_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HunsuiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Jc_MatoSegmentStart = SegmentStart;
- ovl_En_Jc_Mato : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Jc_Mato/z_en_jc_mato.o(.text)
- build/src/overlays/actors/ovl_En_Jc_Mato/z_en_jc_mato.o(.data)
- build/src/overlays/actors/ovl_En_Jc_Mato/z_en_jc_mato.o(.rodata)
- build/src/overlays/actors/ovl_En_Jc_Mato/z_en_jc_mato_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Jc_MatoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Mir_Ray3SegmentStart = SegmentStart;
- ovl_Mir_Ray3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Mir_Ray3/z_mir_ray3.o(.text)
- build/asm/overlays/ovl_Mir_Ray3_data.o(.data)
- build/src/overlays/actors/ovl_Mir_Ray3/z_mir_ray3.o(.rodata)
- build/asm/overlays/ovl_Mir_Ray3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Mir_Ray3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZobSegmentStart = SegmentStart;
- ovl_En_Zob : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zob/z_en_zob.o(.text)
- build/asm/overlays/ovl_En_Zob_data.o(.data)
- build/src/overlays/actors/ovl_En_Zob/z_en_zob.o(.rodata)
- build/asm/overlays/ovl_En_Zob_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZobSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Elf_Msg6SegmentStart = SegmentStart;
- ovl_Elf_Msg6 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Elf_Msg6/z_elf_msg6.o(.text)
- build/asm/overlays/ovl_Elf_Msg6_data.o(.data)
- build/src/overlays/actors/ovl_Elf_Msg6/z_elf_msg6.o(.rodata)
- build/asm/overlays/ovl_Elf_Msg6_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Elf_Msg6SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_NozokiSegmentStart = SegmentStart;
- ovl_Obj_Nozoki : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Nozoki/z_obj_nozoki.o(.text)
- build/asm/overlays/ovl_Obj_Nozoki_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Nozoki/z_obj_nozoki.o(.rodata)
- build/asm/overlays/ovl_Obj_Nozoki_rodata.o(.rodata)
- ovl_Obj_Nozoki_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_NozokiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TotoSegmentStart = SegmentStart;
- ovl_En_Toto : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.text)
- build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.data)
- build/src/overlays/actors/ovl_En_Toto/z_en_toto.o(.rodata)
- build/src/overlays/actors/ovl_En_Toto/z_en_toto_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TotoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RailgibudSegmentStart = SegmentStart;
- ovl_En_Railgibud : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Railgibud/z_en_railgibud.o(.text)
- build/asm/overlays/ovl_En_Railgibud_data.o(.data)
- build/src/overlays/actors/ovl_En_Railgibud/z_en_railgibud.o(.rodata)
- build/asm/overlays/ovl_En_Railgibud_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RailgibudSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BabaSegmentStart = SegmentStart;
- ovl_En_Baba : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Baba/z_en_baba.o(.text)
- build/asm/overlays/ovl_En_Baba_data.o(.data)
- build/src/overlays/actors/ovl_En_Baba/z_en_baba.o(.rodata)
- build/asm/overlays/ovl_En_Baba_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BabaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_SuttariSegmentStart = SegmentStart;
- ovl_En_Suttari : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Suttari/z_en_suttari.o(.text)
- build/src/overlays/actors/ovl_En_Suttari/z_en_suttari.o(.data)
- build/src/overlays/actors/ovl_En_Suttari/z_en_suttari.o(.rodata)
- build/src/overlays/actors/ovl_En_Suttari/z_en_suttari_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_SuttariSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZodSegmentStart = SegmentStart;
- ovl_En_Zod : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zod/z_en_zod.o(.text)
- build/asm/overlays/ovl_En_Zod_data.o(.data)
- build/src/overlays/actors/ovl_En_Zod/z_en_zod.o(.rodata)
- build/asm/overlays/ovl_En_Zod_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZodSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KujiyaSegmentStart = SegmentStart;
- ovl_En_Kujiya : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kujiya/z_en_kujiya.o(.text)
- build/asm/overlays/ovl_En_Kujiya_data.o(.data)
- build/src/overlays/actors/ovl_En_Kujiya/z_en_kujiya.o(.rodata)
- build/asm/overlays/ovl_En_Kujiya_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KujiyaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GegSegmentStart = SegmentStart;
- ovl_En_Geg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Geg/z_en_geg.o(.text)
- build/asm/overlays/ovl_En_Geg_data.o(.data)
- build/src/overlays/actors/ovl_En_Geg/z_en_geg.o(.rodata)
- build/asm/overlays/ovl_En_Geg_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GegSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_KinokoSegmentStart = SegmentStart;
- ovl_Obj_Kinoko : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kinoko/z_obj_kinoko.o(.text)
- build/asm/overlays/ovl_Obj_Kinoko_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Kinoko/z_obj_kinoko.o(.rodata)
- build/asm/overlays/ovl_Obj_Kinoko_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_KinokoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_YasiSegmentStart = SegmentStart;
- ovl_Obj_Yasi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Yasi/z_obj_yasi.o(.text)
- build/asm/overlays/ovl_Obj_Yasi_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Yasi/z_obj_yasi.o(.rodata)
- build/asm/overlays/ovl_Obj_Yasi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_YasiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron1SegmentStart = SegmentStart;
- ovl_En_Tanron1 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron1/z_en_tanron1.o(.text)
- build/asm/overlays/ovl_En_Tanron1_data.o(.data)
- build/src/overlays/actors/ovl_En_Tanron1/z_en_tanron1.o(.rodata)
- build/asm/overlays/ovl_En_Tanron1_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron1SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron2SegmentStart = SegmentStart;
- ovl_En_Tanron2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.o(.text)
- build/asm/overlays/ovl_En_Tanron2_data.o(.data)
- build/src/overlays/actors/ovl_En_Tanron2/z_en_tanron2.o(.rodata)
- build/asm/overlays/ovl_En_Tanron2_rodata.o(.rodata)
- ovl_En_Tanron2_bss_start = .;
- }
- . += 0x150;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron3SegmentStart = SegmentStart;
- ovl_En_Tanron3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron3/z_en_tanron3.o(.text)
- build/asm/overlays/ovl_En_Tanron3_data.o(.data)
- build/src/overlays/actors/ovl_En_Tanron3/z_en_tanron3.o(.rodata)
- build/asm/overlays/ovl_En_Tanron3_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_ChanSegmentStart = SegmentStart;
- ovl_Obj_Chan : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Chan/z_obj_chan.o(.text)
- build/asm/overlays/ovl_Obj_Chan_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Chan/z_obj_chan.o(.rodata)
- build/asm/overlays/ovl_Obj_Chan_rodata.o(.rodata)
- ovl_Obj_Chan_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_ChanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZosSegmentStart = SegmentStart;
- ovl_En_Zos : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zos/z_en_zos.o(.text)
- build/asm/overlays/ovl_En_Zos_data.o(.data)
- build/src/overlays/actors/ovl_En_Zos/z_en_zos.o(.rodata)
- build/asm/overlays/ovl_En_Zos_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZosSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_S_GoroSegmentStart = SegmentStart;
- ovl_En_S_Goro : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_S_Goro/z_en_s_goro.o(.text)
- build/asm/overlays/ovl_En_S_Goro_data.o(.data)
- build/src/overlays/actors/ovl_En_S_Goro/z_en_s_goro.o(.rodata)
- build/asm/overlays/ovl_En_S_Goro_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_S_GoroSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NbSegmentStart = SegmentStart;
- ovl_En_Nb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Nb/z_en_nb.o(.text)
- build/asm/overlays/ovl_En_Nb_data.o(.data)
- build/src/overlays/actors/ovl_En_Nb/z_en_nb.o(.rodata)
- build/asm/overlays/ovl_En_Nb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_JaSegmentStart = SegmentStart;
- ovl_En_Ja : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ja/z_en_ja.o(.text)
- build/asm/overlays/ovl_En_Ja_data.o(.data)
- build/src/overlays/actors/ovl_En_Ja/z_en_ja.o(.rodata)
- build/asm/overlays/ovl_En_Ja_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_JaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_F40_BlockSegmentStart = SegmentStart;
- ovl_Bg_F40_Block : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_F40_Block/z_bg_f40_block.o(.text)
- build/asm/overlays/ovl_Bg_F40_Block_data.o(.data)
- build/src/overlays/actors/ovl_Bg_F40_Block/z_bg_f40_block.o(.rodata)
- build/asm/overlays/ovl_Bg_F40_Block_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_F40_BlockSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_F40_SwitchSegmentStart = SegmentStart;
- ovl_Bg_F40_Switch : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_F40_Switch/z_bg_f40_switch.o(.text)
- build/asm/overlays/ovl_Bg_F40_Switch_data.o(.data)
- build/src/overlays/actors/ovl_Bg_F40_Switch/z_bg_f40_switch.o(.rodata)
- build/asm/overlays/ovl_Bg_F40_Switch_rodata.o(.rodata)
- ovl_Bg_F40_Switch_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_F40_SwitchSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Po_ComposerSegmentStart = SegmentStart;
- ovl_En_Po_Composer : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Po_Composer/z_en_po_composer.o(.text)
- build/asm/overlays/ovl_En_Po_Composer_data.o(.data)
- build/src/overlays/actors/ovl_En_Po_Composer/z_en_po_composer.o(.rodata)
- build/asm/overlays/ovl_En_Po_Composer_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Po_ComposerSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_GuruguruSegmentStart = SegmentStart;
- ovl_En_Guruguru : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Guruguru/z_en_guruguru.o(.text)
- build/src/overlays/actors/ovl_En_Guruguru/z_en_guruguru.o(.data)
- build/src/overlays/actors/ovl_En_Guruguru/z_en_guruguru.o(.rodata)
- build/src/overlays/actors/ovl_En_Guruguru/z_en_guruguru_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_GuruguruSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe5SegmentStart = SegmentStart;
- ovl_Oceff_Wipe5 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe5/z_oceff_wipe5.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe5_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe5/z_oceff_wipe5.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe5_rodata.o(.rodata)
- ovl_Oceff_Wipe5_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Stone_heishiSegmentStart = SegmentStart;
- ovl_En_Stone_heishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Stone_heishi/z_en_stone_heishi.o(.text)
- build/asm/overlays/ovl_En_Stone_heishi_data.o(.data)
- build/src/overlays/actors/ovl_En_Stone_heishi/z_en_stone_heishi.o(.rodata)
- build/asm/overlays/ovl_En_Stone_heishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Stone_heishiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe6SegmentStart = SegmentStart;
- ovl_Oceff_Wipe6 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe6/z_oceff_wipe6.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe6_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe6/z_oceff_wipe6.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe6_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe6SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ScopenutsSegmentStart = SegmentStart;
- ovl_En_Scopenuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Scopenuts/z_en_scopenuts.o(.text)
- build/asm/overlays/ovl_En_Scopenuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Scopenuts/z_en_scopenuts.o(.rodata)
- build/asm/overlays/ovl_En_Scopenuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ScopenutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ScopecrowSegmentStart = SegmentStart;
- ovl_En_Scopecrow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Scopecrow/z_en_scopecrow.o(.text)
- build/asm/overlays/ovl_En_Scopecrow_data.o(.data)
- build/src/overlays/actors/ovl_En_Scopecrow/z_en_scopecrow.o(.rodata)
- build/asm/overlays/ovl_En_Scopecrow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ScopecrowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Oceff_Wipe7SegmentStart = SegmentStart;
- ovl_Oceff_Wipe7 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Oceff_Wipe7/z_oceff_wipe7.o(.text)
- build/asm/overlays/ovl_Oceff_Wipe7_data.o(.data)
- build/src/overlays/actors/ovl_Oceff_Wipe7/z_oceff_wipe7.o(.rodata)
- build/asm/overlays/ovl_Oceff_Wipe7_rodata.o(.rodata)
- ovl_Oceff_Wipe7_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Oceff_Wipe7SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_Kamejima_WaveSegmentStart = SegmentStart;
- ovl_Eff_Kamejima_Wave : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Kamejima_Wave/z_eff_kamejima_wave.o(.text)
- build/asm/overlays/ovl_Eff_Kamejima_Wave_data.o(.data)
- build/src/overlays/actors/ovl_Eff_Kamejima_Wave/z_eff_kamejima_wave.o(.rodata)
- build/asm/overlays/ovl_Eff_Kamejima_Wave_rodata.o(.rodata)
- ovl_Eff_Kamejima_Wave_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_Kamejima_WaveSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HgSegmentStart = SegmentStart;
- ovl_En_Hg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hg/z_en_hg.o(.text)
- build/src/overlays/actors/ovl_En_Hg/z_en_hg.o(.data)
- build/src/overlays/actors/ovl_En_Hg/z_en_hg.o(.rodata)
- build/src/overlays/actors/ovl_En_Hg/z_en_hg_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HgoSegmentStart = SegmentStart;
- ovl_En_Hgo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hgo/z_en_hgo.o(.text)
- build/asm/overlays/ovl_En_Hgo_data.o(.data)
- build/src/overlays/actors/ovl_En_Hgo/z_en_hgo.o(.rodata)
- build/asm/overlays/ovl_En_Hgo_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HgoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZovSegmentStart = SegmentStart;
- ovl_En_Zov : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zov/z_en_zov.o(.text)
- build/asm/overlays/ovl_En_Zov_data.o(.data)
- build/src/overlays/actors/ovl_En_Zov/z_en_zov.o(.rodata)
- build/asm/overlays/ovl_En_Zov_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZovSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AhSegmentStart = SegmentStart;
- ovl_En_Ah : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ah/z_en_ah.o(.text)
- build/asm/overlays/ovl_En_Ah_data.o(.data)
- build/src/overlays/actors/ovl_En_Ah/z_en_ah.o(.rodata)
- build/asm/overlays/ovl_En_Ah_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AhSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HgdoorSegmentStart = SegmentStart;
- ovl_Obj_Hgdoor : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.text)
- build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.data)
- build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Hgdoor/z_obj_hgdoor_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HgdoorSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_BombwallSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Bombwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Bombwall/z_bg_ikana_bombwall.o(.text)
- build/asm/overlays/ovl_Bg_Ikana_Bombwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Bombwall/z_bg_ikana_bombwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikana_Bombwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_BombwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_RaySegmentStart = SegmentStart;
- ovl_Bg_Ikana_Ray : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Ray/z_bg_ikana_ray.o(.text)
- build/src/overlays/actors/ovl_Bg_Ikana_Ray/z_bg_ikana_ray.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Ray/z_bg_ikana_ray.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ikana_Ray/z_bg_ikana_ray.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ikana_Ray/z_bg_ikana_ray_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_RaySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_ShutterSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Shutter : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.text)
- build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Ikana_Shutter/z_bg_ikana_shutter_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_ShutterSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Haka_BombwallSegmentStart = SegmentStart;
- ovl_Bg_Haka_Bombwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Haka_Bombwall/z_bg_haka_bombwall.o(.text)
- build/asm/overlays/ovl_Bg_Haka_Bombwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Haka_Bombwall/z_bg_haka_bombwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Haka_Bombwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Haka_BombwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Haka_TombSegmentStart = SegmentStart;
- ovl_Bg_Haka_Tomb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Haka_Tomb/z_bg_haka_tomb.o(.text)
- build/src/overlays/actors/ovl_Bg_Haka_Tomb/z_bg_haka_tomb.o(.data)
- build/src/overlays/actors/ovl_Bg_Haka_Tomb/z_bg_haka_tomb.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Haka_Tomb/z_bg_haka_tomb_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Haka_TombSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Sc_RuppeSegmentStart = SegmentStart;
- ovl_En_Sc_Ruppe : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sc_Ruppe/z_en_sc_ruppe.o(.text)
- build/asm/overlays/ovl_En_Sc_Ruppe_data.o(.data)
- build/src/overlays/actors/ovl_En_Sc_Ruppe/z_en_sc_ruppe.o(.rodata)
- build/asm/overlays/ovl_En_Sc_Ruppe_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Sc_RuppeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Iknv_DoukutuSegmentStart = SegmentStart;
- ovl_Bg_Iknv_Doukutu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Iknv_Doukutu/z_bg_iknv_doukutu.o(.text)
- build/asm/overlays/ovl_Bg_Iknv_Doukutu_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Iknv_Doukutu/z_bg_iknv_doukutu.o(.rodata)
- build/asm/overlays/ovl_Bg_Iknv_Doukutu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Iknv_DoukutuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Iknv_ObjSegmentStart = SegmentStart;
- ovl_Bg_Iknv_Obj : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.text)
- build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.data)
- build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Iknv_Obj/z_bg_iknv_obj_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Iknv_ObjSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PameraSegmentStart = SegmentStart;
- ovl_En_Pamera : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Pamera/z_en_pamera.o(.text)
- build/src/overlays/actors/ovl_En_Pamera/z_en_pamera.o(.data)
- build/src/overlays/actors/ovl_En_Pamera/z_en_pamera.o(.rodata)
- build/src/overlays/actors/ovl_En_Pamera/z_en_pamera_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PameraSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_HsStumpSegmentStart = SegmentStart;
- ovl_Obj_HsStump : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.text)
- build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.data)
- build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump.o(.rodata)
- build/src/overlays/actors/ovl_Obj_HsStump/z_obj_hsstump_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_HsStumpSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Hidden_NutsSegmentStart = SegmentStart;
- ovl_En_Hidden_Nuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hidden_Nuts/z_en_hidden_nuts.o(.text)
- build/asm/overlays/ovl_En_Hidden_Nuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Hidden_Nuts/z_en_hidden_nuts.o(.rodata)
- build/asm/overlays/ovl_En_Hidden_Nuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Hidden_NutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ZowSegmentStart = SegmentStart;
- ovl_En_Zow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Zow/z_en_zow.o(.text)
- build/asm/overlays/ovl_En_Zow_data.o(.data)
- build/src/overlays/actors/ovl_En_Zow/z_en_zow.o(.rodata)
- build/asm/overlays/ovl_En_Zow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ZowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TalkSegmentStart = SegmentStart;
- ovl_En_Talk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Talk/z_en_talk.o(.text)
- build/asm/overlays/ovl_En_Talk_data.o(.data)
- build/src/overlays/actors/ovl_En_Talk/z_en_talk.o(.rodata)
- build/asm/overlays/ovl_En_Talk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TalkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AlSegmentStart = SegmentStart;
- ovl_En_Al : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Al/z_en_al.o(.text)
- build/asm/overlays/ovl_En_Al_data.o(.data)
- build/src/overlays/actors/ovl_En_Al/z_en_al.o(.rodata)
- build/asm/overlays/ovl_En_Al_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AlSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_TabSegmentStart = SegmentStart;
- ovl_En_Tab : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tab/z_en_tab.o(.text)
- build/asm/overlays/ovl_En_Tab_data.o(.data)
- build/src/overlays/actors/ovl_En_Tab/z_en_tab.o(.rodata)
- build/asm/overlays/ovl_En_Tab_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_TabSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NimotsuSegmentStart = SegmentStart;
- ovl_En_Nimotsu : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Nimotsu/z_en_nimotsu.o(.text)
- build/asm/overlays/ovl_En_Nimotsu_data.o(.data)
- build/src/overlays/actors/ovl_En_Nimotsu/z_en_nimotsu.o(.rodata)
- build/asm/overlays/ovl_En_Nimotsu_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NimotsuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Hit_TagSegmentStart = SegmentStart;
- ovl_En_Hit_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hit_Tag/z_en_hit_tag.o(.text)
- build/asm/overlays/ovl_En_Hit_Tag_data.o(.data)
- build/src/overlays/actors/ovl_En_Hit_Tag/z_en_hit_tag.o(.rodata)
- build/asm/overlays/ovl_En_Hit_Tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Hit_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RuppecrowSegmentStart = SegmentStart;
- ovl_En_Ruppecrow : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ruppecrow/z_en_ruppecrow.o(.text)
- build/asm/overlays/ovl_En_Ruppecrow_data.o(.data)
- build/src/overlays/actors/ovl_En_Ruppecrow/z_en_ruppecrow.o(.rodata)
- build/asm/overlays/ovl_En_Ruppecrow_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RuppecrowSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron4SegmentStart = SegmentStart;
- ovl_En_Tanron4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron4/z_en_tanron4.o(.text)
- build/asm/overlays/ovl_En_Tanron4_data.o(.data)
- build/src/overlays/actors/ovl_En_Tanron4/z_en_tanron4.o(.rodata)
- build/asm/overlays/ovl_En_Tanron4_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron5SegmentStart = SegmentStart;
- ovl_En_Tanron5 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron5/z_en_tanron5.o(.text)
- build/asm/overlays/ovl_En_Tanron5_data.o(.data)
- build/src/overlays/actors/ovl_En_Tanron5/z_en_tanron5.o(.rodata)
- build/asm/overlays/ovl_En_Tanron5_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Tanron6SegmentStart = SegmentStart;
- ovl_En_Tanron6 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.text)
- build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.data)
- build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.rodata)
- build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6.o(.rodata)
- build/src/overlays/actors/ovl_En_Tanron6/z_en_tanron6_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Tanron6SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Daiku2SegmentStart = SegmentStart;
- ovl_En_Daiku2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Daiku2/z_en_daiku2.o(.text)
- build/asm/overlays/ovl_En_Daiku2_data.o(.data)
- build/src/overlays/actors/ovl_En_Daiku2/z_en_daiku2.o(.rodata)
- build/asm/overlays/ovl_En_Daiku2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Daiku2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_MutoSegmentStart = SegmentStart;
- ovl_En_Muto : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Muto/z_en_muto.o(.text)
- build/asm/overlays/ovl_En_Muto_data.o(.data)
- build/src/overlays/actors/ovl_En_Muto/z_en_muto.o(.rodata)
- build/asm/overlays/ovl_En_Muto_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_MutoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BaisenSegmentStart = SegmentStart;
- ovl_En_Baisen : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.text)
- build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.data)
- build/src/overlays/actors/ovl_En_Baisen/z_en_baisen.o(.rodata)
- build/src/overlays/actors/ovl_En_Baisen/z_en_baisen_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BaisenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_HeishiSegmentStart = SegmentStart;
- ovl_En_Heishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Heishi/z_en_heishi.o(.text)
- build/asm/overlays/ovl_En_Heishi_data.o(.data)
- build/src/overlays/actors/ovl_En_Heishi/z_en_heishi.o(.rodata)
- build/asm/overlays/ovl_En_Heishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_HeishiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Demo_heishiSegmentStart = SegmentStart;
- ovl_En_Demo_heishi : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Demo_heishi/z_en_demo_heishi.o(.text)
- build/asm/overlays/ovl_En_Demo_heishi_data.o(.data)
- build/src/overlays/actors/ovl_En_Demo_heishi/z_en_demo_heishi.o(.rodata)
- build/asm/overlays/ovl_En_Demo_heishi_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Demo_heishiSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DtSegmentStart = SegmentStart;
- ovl_En_Dt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Dt/z_en_dt.o(.text)
- build/asm/overlays/ovl_En_Dt_data.o(.data)
- build/src/overlays/actors/ovl_En_Dt/z_en_dt.o(.rodata)
- build/asm/overlays/ovl_En_Dt_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ChaSegmentStart = SegmentStart;
- ovl_En_Cha : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Cha/z_en_cha.o(.text)
- build/src/overlays/actors/ovl_En_Cha/z_en_cha.o(.data)
- build/src/overlays/actors/ovl_En_Cha/z_en_cha.o(.rodata)
- build/src/overlays/actors/ovl_En_Cha/z_en_cha_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ChaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DinnerSegmentStart = SegmentStart;
- ovl_Obj_Dinner : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Dinner/z_obj_dinner.o(.text)
- build/src/overlays/actors/ovl_Obj_Dinner/z_obj_dinner.o(.data)
- build/src/overlays/actors/ovl_Obj_Dinner/z_obj_dinner.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Dinner/z_obj_dinner.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Dinner/z_obj_dinner_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DinnerSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_LastdaySegmentStart = SegmentStart;
- ovl_Eff_Lastday : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Lastday/z_eff_lastday.o(.text)
- build/asm/overlays/ovl_Eff_Lastday_data.o(.data)
- build/src/overlays/actors/ovl_Eff_Lastday/z_eff_lastday.o(.rodata)
- build/asm/overlays/ovl_Eff_Lastday_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_LastdaySegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Ikana_DharmaSegmentStart = SegmentStart;
- ovl_Bg_Ikana_Dharma : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikana_Dharma/z_bg_ikana_dharma.o(.text)
- build/asm/overlays/ovl_Bg_Ikana_Dharma_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikana_Dharma/z_bg_ikana_dharma.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikana_Dharma_rodata.o(.rodata)
- ovl_Bg_Ikana_Dharma_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Ikana_DharmaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AkindonutsSegmentStart = SegmentStart;
- ovl_En_Akindonuts : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Akindonuts/z_en_akindonuts.o(.text)
- build/asm/overlays/ovl_En_Akindonuts_data.o(.data)
- build/src/overlays/actors/ovl_En_Akindonuts/z_en_akindonuts.o(.rodata)
- build/asm/overlays/ovl_En_Akindonuts_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AkindonutsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_StkSegmentStart = SegmentStart;
- ovl_Eff_Stk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Stk/z_eff_stk.o(.text)
- build/asm/overlays/ovl_Eff_Stk_data.o(.data)
- build/src/overlays/actors/ovl_Eff_Stk/z_eff_stk.o(.rodata)
- build/asm/overlays/ovl_Eff_Stk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_StkSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_IgSegmentStart = SegmentStart;
- ovl_En_Ig : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ig/z_en_ig.o(.text)
- build/asm/overlays/ovl_En_Ig_data.o(.data)
- build/src/overlays/actors/ovl_En_Ig/z_en_ig.o(.rodata)
- build/asm/overlays/ovl_En_Ig_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_IgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RgSegmentStart = SegmentStart;
- ovl_En_Rg : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rg/z_en_rg.o(.text)
- build/asm/overlays/ovl_En_Rg_data.o(.data)
- build/src/overlays/actors/ovl_En_Rg/z_en_rg.o(.rodata)
- build/asm/overlays/ovl_En_Rg_rodata.o(.rodata)
- ovl_En_Rg_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RgSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_OskSegmentStart = SegmentStart;
- ovl_En_Osk : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Osk/z_en_osk.o(.text)
- build/asm/overlays/ovl_En_Osk_data.o(.data)
- build/src/overlays/actors/ovl_En_Osk/z_en_osk.o(.rodata)
- build/asm/overlays/ovl_En_Osk_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_OskSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Sth2SegmentStart = SegmentStart;
- ovl_En_Sth2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Sth2/z_en_sth2.o(.text)
- build/asm/overlays/ovl_En_Sth2_data.o(.data)
- build/src/overlays/actors/ovl_En_Sth2/z_en_sth2.o(.rodata)
- build/asm/overlays/ovl_En_Sth2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Sth2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_YbSegmentStart = SegmentStart;
- ovl_En_Yb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Yb/z_en_yb.o(.text)
- build/asm/overlays/ovl_En_Yb_data.o(.data)
- build/src/overlays/actors/ovl_En_Yb/z_en_yb.o(.rodata)
- build/asm/overlays/ovl_En_Yb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_YbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RzSegmentStart = SegmentStart;
- ovl_En_Rz : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rz/z_en_rz.o(.text)
- build/asm/overlays/ovl_En_Rz_data.o(.data)
- build/src/overlays/actors/ovl_En_Rz/z_en_rz.o(.rodata)
- build/asm/overlays/ovl_En_Rz_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RzSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ScopecoinSegmentStart = SegmentStart;
- ovl_En_Scopecoin : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Scopecoin/z_en_scopecoin.o(.text)
- build/src/overlays/actors/ovl_En_Scopecoin/z_en_scopecoin.o(.data)
- build/src/overlays/actors/ovl_En_Scopecoin/z_en_scopecoin.o(.rodata)
- build/src/overlays/actors/ovl_En_Scopecoin/z_en_scopecoin.o(.rodata)
- build/src/overlays/actors/ovl_En_Scopecoin/z_en_scopecoin_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ScopecoinSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BjtSegmentStart = SegmentStart;
- ovl_En_Bjt : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bjt/z_en_bjt.o(.text)
- build/asm/overlays/ovl_En_Bjt_data.o(.data)
- build/src/overlays/actors/ovl_En_Bjt/z_en_bjt.o(.rodata)
- build/asm/overlays/ovl_En_Bjt_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BjtSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BomjimaSegmentStart = SegmentStart;
- ovl_En_Bomjima : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bomjima/z_en_bomjima.o(.text)
- build/asm/overlays/ovl_En_Bomjima_data.o(.data)
- build/src/overlays/actors/ovl_En_Bomjima/z_en_bomjima.o(.rodata)
- build/asm/overlays/ovl_En_Bomjima_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BomjimaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BomjimbSegmentStart = SegmentStart;
- ovl_En_Bomjimb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bomjimb/z_en_bomjimb.o(.text)
- build/asm/overlays/ovl_En_Bomjimb_data.o(.data)
- build/src/overlays/actors/ovl_En_Bomjimb/z_en_bomjimb.o(.rodata)
- build/asm/overlays/ovl_En_Bomjimb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BomjimbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BombersSegmentStart = SegmentStart;
- ovl_En_Bombers : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bombers/z_en_bombers.o(.text)
- build/asm/overlays/ovl_En_Bombers_data.o(.data)
- build/src/overlays/actors/ovl_En_Bombers/z_en_bombers.o(.rodata)
- build/asm/overlays/ovl_En_Bombers_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BombersSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Bombers2SegmentStart = SegmentStart;
- ovl_En_Bombers2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bombers2/z_en_bombers2.o(.text)
- build/asm/overlays/ovl_En_Bombers2_data.o(.data)
- build/src/overlays/actors/ovl_En_Bombers2/z_en_bombers2.o(.rodata)
- build/asm/overlays/ovl_En_Bombers2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Bombers2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BombalSegmentStart = SegmentStart;
- ovl_En_Bombal : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bombal/z_en_bombal.o(.text)
- build/asm/overlays/ovl_En_Bombal_data.o(.data)
- build/src/overlays/actors/ovl_En_Bombal/z_en_bombal.o(.rodata)
- build/asm/overlays/ovl_En_Bombal_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BombalSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Moon_StoneSegmentStart = SegmentStart;
- ovl_Obj_Moon_Stone : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.text)
- build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.data)
- build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Moon_Stone/z_obj_moon_stone_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Moon_StoneSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Mu_PictSegmentStart = SegmentStart;
- ovl_Obj_Mu_Pict : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Mu_Pict/z_obj_mu_pict.o(.text)
- build/src/overlays/actors/ovl_Obj_Mu_Pict/z_obj_mu_pict.o(.data)
- build/src/overlays/actors/ovl_Obj_Mu_Pict/z_obj_mu_pict.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Mu_Pict/z_obj_mu_pict_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Mu_PictSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_IkninsideSegmentStart = SegmentStart;
- ovl_Bg_Ikninside : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Ikninside/z_bg_ikninside.o(.text)
- build/asm/overlays/ovl_Bg_Ikninside_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Ikninside/z_bg_ikninside.o(.rodata)
- build/asm/overlays/ovl_Bg_Ikninside_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_IkninsideSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Eff_ZorabandSegmentStart = SegmentStart;
- ovl_Eff_Zoraband : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Eff_Zoraband/z_eff_zoraband.o(.text)
- build/asm/overlays/ovl_Eff_Zoraband_data.o(.data)
- build/src/overlays/actors/ovl_Eff_Zoraband/z_eff_zoraband.o(.rodata)
- build/asm/overlays/ovl_Eff_Zoraband_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Eff_ZorabandSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Kepn_KoyaSegmentStart = SegmentStart;
- ovl_Obj_Kepn_Koya : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.text)
- build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.data)
- build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Kepn_Koya/z_obj_kepn_koya_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Kepn_KoyaSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_UsiyaneSegmentStart = SegmentStart;
- ovl_Obj_Usiyane : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Usiyane/z_obj_usiyane.o(.text)
- build/asm/overlays/ovl_Obj_Usiyane_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Usiyane/z_obj_usiyane.o(.rodata)
- build/asm/overlays/ovl_Obj_Usiyane_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_UsiyaneSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_NnhSegmentStart = SegmentStart;
- ovl_En_Nnh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.text)
- build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.data)
- build/src/overlays/actors/ovl_En_Nnh/z_en_nnh.o(.rodata)
- build/src/overlays/actors/ovl_En_Nnh/z_en_nnh_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_NnhSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_KzsakuSegmentStart = SegmentStart;
- ovl_Obj_Kzsaku : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Kzsaku/z_obj_kzsaku.o(.text)
- build/asm/overlays/ovl_Obj_Kzsaku_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Kzsaku/z_obj_kzsaku.o(.rodata)
- build/asm/overlays/ovl_Obj_Kzsaku_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_KzsakuSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Milk_BinSegmentStart = SegmentStart;
- ovl_Obj_Milk_Bin : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Milk_Bin/z_obj_milk_bin.o(.text)
- build/src/overlays/actors/ovl_Obj_Milk_Bin/z_obj_milk_bin.o(.data)
- build/src/overlays/actors/ovl_Obj_Milk_Bin/z_obj_milk_bin.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Milk_Bin/z_obj_milk_bin_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Milk_BinSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_KitanSegmentStart = SegmentStart;
- ovl_En_Kitan : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Kitan/z_en_kitan.o(.text)
- build/asm/overlays/ovl_En_Kitan_data.o(.data)
- build/src/overlays/actors/ovl_En_Kitan/z_en_kitan.o(.rodata)
- build/asm/overlays/ovl_En_Kitan_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_KitanSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Astr_BombwallSegmentStart = SegmentStart;
- ovl_Bg_Astr_Bombwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Astr_Bombwall/z_bg_astr_bombwall.o(.text)
- build/asm/overlays/ovl_Bg_Astr_Bombwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Astr_Bombwall/z_bg_astr_bombwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Astr_Bombwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Astr_BombwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Iknin_SusceilSegmentStart = SegmentStart;
- ovl_Bg_Iknin_Susceil : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.text)
- build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.data)
- build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Iknin_SusceilSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BsbSegmentStart = SegmentStart;
- ovl_En_Bsb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bsb/z_en_bsb.o(.text)
- build/asm/overlays/ovl_En_Bsb_data.o(.data)
- build/src/overlays/actors/ovl_En_Bsb/z_en_bsb.o(.rodata)
- build/asm/overlays/ovl_En_Bsb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BsbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RecepgirlSegmentStart = SegmentStart;
- ovl_En_Recepgirl : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Recepgirl/z_en_recepgirl.o(.text)
- build/asm/overlays/ovl_En_Recepgirl_data.o(.data)
- build/src/overlays/actors/ovl_En_Recepgirl/z_en_recepgirl.o(.rodata)
- build/asm/overlays/ovl_En_Recepgirl_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RecepgirlSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_ThiefbirdSegmentStart = SegmentStart;
- ovl_En_Thiefbird : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Thiefbird/z_en_thiefbird.o(.text)
- build/asm/overlays/ovl_En_Thiefbird_data.o(.data)
- build/src/overlays/actors/ovl_En_Thiefbird/z_en_thiefbird.o(.rodata)
- build/asm/overlays/ovl_En_Thiefbird_rodata.o(.rodata)
- ovl_En_Thiefbird_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_ThiefbirdSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Jgame_TsnSegmentStart = SegmentStart;
- ovl_En_Jgame_Tsn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Jgame_Tsn/z_en_jgame_tsn.o(.text)
- build/asm/overlays/ovl_En_Jgame_Tsn_data.o(.data)
- build/src/overlays/actors/ovl_En_Jgame_Tsn/z_en_jgame_tsn.o(.rodata)
- build/asm/overlays/ovl_En_Jgame_Tsn_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Jgame_TsnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_Jgame_LightSegmentStart = SegmentStart;
- ovl_Obj_Jgame_Light : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Jgame_Light/z_obj_jgame_light.o(.text)
- build/asm/overlays/ovl_Obj_Jgame_Light_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Jgame_Light/z_obj_jgame_light.o(.rodata)
- build/asm/overlays/ovl_Obj_Jgame_Light_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_Jgame_LightSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_YadoSegmentStart = SegmentStart;
- ovl_Obj_Yado : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Yado/z_obj_yado.o(.text)
- build/asm/overlays/ovl_Obj_Yado_data.o(.data)
- ovl_Obj_Yado_bss_start = .;
- }
- . += 0x10;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_YadoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_SyotenSegmentStart = SegmentStart;
- ovl_Demo_Syoten : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Syoten/z_demo_syoten.o(.text)
- build/asm/overlays/ovl_Demo_Syoten_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Syoten/z_demo_syoten.o(.rodata)
- build/asm/overlays/ovl_Demo_Syoten_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_SyotenSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Demo_MoonendSegmentStart = SegmentStart;
- ovl_Demo_Moonend : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Demo_Moonend/z_demo_moonend.o(.text)
- build/asm/overlays/ovl_Demo_Moonend_data.o(.data)
- build/src/overlays/actors/ovl_Demo_Moonend/z_demo_moonend.o(.rodata)
- build/asm/overlays/ovl_Demo_Moonend_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Demo_MoonendSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_LbfshotSegmentStart = SegmentStart;
- ovl_Bg_Lbfshot : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.text)
- build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.data)
- build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot.o(.rodata)
- build/src/overlays/actors/ovl_Bg_Lbfshot/z_bg_lbfshot_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_LbfshotSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Bg_Last_BwallSegmentStart = SegmentStart;
- ovl_Bg_Last_Bwall : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Bg_Last_Bwall/z_bg_last_bwall.o(.text)
- build/asm/overlays/ovl_Bg_Last_Bwall_data.o(.data)
- build/src/overlays/actors/ovl_Bg_Last_Bwall/z_bg_last_bwall.o(.rodata)
- build/asm/overlays/ovl_Bg_Last_Bwall_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Bg_Last_BwallSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_AndSegmentStart = SegmentStart;
- ovl_En_And : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_And/z_en_and.o(.text)
- build/asm/overlays/ovl_En_And_data.o(.data)
- build/src/overlays/actors/ovl_En_And/z_en_and.o(.rodata)
- build/asm/overlays/ovl_En_And_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_AndSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Invadepoh_DemoSegmentStart = SegmentStart;
- ovl_En_Invadepoh_Demo : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Invadepoh_Demo/z_en_invadepoh_demo.o(.text)
- build/asm/overlays/ovl_En_Invadepoh_Demo_data.o(.data)
- build/src/overlays/actors/ovl_En_Invadepoh_Demo/z_en_invadepoh_demo.o(.rodata)
- build/asm/overlays/ovl_En_Invadepoh_Demo_rodata.o(.rodata)
- ovl_En_Invadepoh_Demo_bss_start = .;
- }
- . += 0x80;
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Invadepoh_DemoSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_DanpeiliftSegmentStart = SegmentStart;
- ovl_Obj_Danpeilift : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Danpeilift/z_obj_danpeilift.o(.text)
- build/asm/overlays/ovl_Obj_Danpeilift_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Danpeilift/z_obj_danpeilift.o(.rodata)
- build/asm/overlays/ovl_Obj_Danpeilift_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_DanpeiliftSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Fall2SegmentStart = SegmentStart;
- ovl_En_Fall2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Fall2/z_en_fall2.o(.text)
- build/asm/overlays/ovl_En_Fall2_data.o(.data)
- build/src/overlays/actors/ovl_En_Fall2/z_en_fall2.o(.rodata)
- build/asm/overlays/ovl_En_Fall2_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Fall2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_AlSegmentStart = SegmentStart;
- ovl_Dm_Al : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Al/z_dm_al.o(.text)
- build/asm/overlays/ovl_Dm_Al_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Al/z_dm_al.o(.rodata)
- build/asm/overlays/ovl_Dm_Al_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_AlSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_AnSegmentStart = SegmentStart;
- ovl_Dm_An : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_An/z_dm_an.o(.text)
- build/asm/overlays/ovl_Dm_An_data.o(.data)
- build/src/overlays/actors/ovl_Dm_An/z_dm_an.o(.rodata)
- build/asm/overlays/ovl_Dm_An_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_AnSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_AhSegmentStart = SegmentStart;
- ovl_Dm_Ah : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Ah/z_dm_ah.o(.text)
- build/asm/overlays/ovl_Dm_Ah_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Ah/z_dm_ah.o(.rodata)
- build/asm/overlays/ovl_Dm_Ah_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_AhSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_NbSegmentStart = SegmentStart;
- ovl_Dm_Nb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.text)
- build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.data)
- build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb.o(.rodata)
- build/src/overlays/actors/ovl_Dm_Nb/z_dm_nb_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_NbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_DrsSegmentStart = SegmentStart;
- ovl_En_Drs : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Drs/z_en_drs.o(.text)
- build/asm/overlays/ovl_En_Drs_data.o(.data)
- build/src/overlays/actors/ovl_En_Drs/z_en_drs.o(.rodata)
- build/asm/overlays/ovl_En_Drs_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_DrsSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_HeroSegmentStart = SegmentStart;
- ovl_En_Ending_Hero : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero/z_en_ending_hero.o(.text)
- build/src/overlays/actors/ovl_En_Ending_Hero/z_en_ending_hero.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero/z_en_ending_hero.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero/z_en_ending_hero.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero/z_en_ending_hero_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_HeroSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_BalSegmentStart = SegmentStart;
- ovl_Dm_Bal : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Bal/z_dm_bal.o(.text)
- build/asm/overlays/ovl_Dm_Bal_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Bal/z_dm_bal.o(.rodata)
- build/asm/overlays/ovl_Dm_Bal_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_BalSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_PaperSegmentStart = SegmentStart;
- ovl_En_Paper : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Paper/z_en_paper.o(.text)
- build/asm/overlays/ovl_En_Paper_data.o(.data)
- build/src/overlays/actors/ovl_En_Paper/z_en_paper.o(.rodata)
- build/asm/overlays/ovl_En_Paper_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_PaperSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Hint_SkbSegmentStart = SegmentStart;
- ovl_En_Hint_Skb : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Hint_Skb/z_en_hint_skb.o(.text)
- build/asm/overlays/ovl_En_Hint_Skb_data.o(.data)
- build/src/overlays/actors/ovl_En_Hint_Skb/z_en_hint_skb.o(.rodata)
- build/asm/overlays/ovl_En_Hint_Skb_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Hint_SkbSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_TagSegmentStart = SegmentStart;
- ovl_Dm_Tag : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Tag/z_dm_tag.o(.text)
- build/asm/overlays/ovl_Dm_Tag_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Tag/z_dm_tag.o(.rodata)
- build/asm/overlays/ovl_Dm_Tag_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_TagSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_BhSegmentStart = SegmentStart;
- ovl_En_Bh : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Bh/z_en_bh.o(.text)
- build/asm/overlays/ovl_En_Bh_data.o(.data)
- build/src/overlays/actors/ovl_En_Bh/z_en_bh.o(.rodata)
- build/asm/overlays/ovl_En_Bh_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_BhSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_Hero2SegmentStart = SegmentStart;
- ovl_En_Ending_Hero2 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.text)
- build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero2/z_en_ending_hero2_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_Hero2SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_Hero3SegmentStart = SegmentStart;
- ovl_En_Ending_Hero3 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.text)
- build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero3/z_en_ending_hero3_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_Hero3SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_Hero4SegmentStart = SegmentStart;
- ovl_En_Ending_Hero4 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.text)
- build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero4/z_en_ending_hero4_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_Hero4SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_Hero5SegmentStart = SegmentStart;
- ovl_En_Ending_Hero5 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero5/z_en_ending_hero5.o(.text)
- build/src/overlays/actors/ovl_En_Ending_Hero5/z_en_ending_hero5.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero5/z_en_ending_hero5.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero5/z_en_ending_hero5.o(.rodata)
- build/src/overlays/actors/ovl_En_Ending_Hero5/z_en_ending_hero5_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_Hero5SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Ending_Hero6SegmentStart = SegmentStart;
- ovl_En_Ending_Hero6 : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Ending_Hero6/z_en_ending_hero6.o(.text)
- build/asm/overlays/ovl_En_Ending_Hero6_data.o(.data)
- build/src/overlays/actors/ovl_En_Ending_Hero6/z_en_ending_hero6.o(.rodata)
- build/asm/overlays/ovl_En_Ending_Hero6_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Ending_Hero6SegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Dm_GmSegmentStart = SegmentStart;
- ovl_Dm_Gm : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Dm_Gm/z_dm_gm.o(.text)
- build/asm/overlays/ovl_Dm_Gm_data.o(.data)
- build/src/overlays/actors/ovl_Dm_Gm/z_dm_gm.o(.rodata)
- build/asm/overlays/ovl_Dm_Gm_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Dm_GmSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_SwprizeSegmentStart = SegmentStart;
- ovl_Obj_Swprize : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Swprize/z_obj_swprize.o(.text)
- build/asm/overlays/ovl_Obj_Swprize_data.o(.data)
- build/src/overlays/actors/ovl_Obj_Swprize/z_obj_swprize.o(.rodata)
- build/asm/overlays/ovl_Obj_Swprize_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_SwprizeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_Invisible_RuppeSegmentStart = SegmentStart;
- ovl_En_Invisible_Ruppe : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Invisible_Ruppe/z_en_invisible_ruppe.o(.text)
- build/asm/overlays/ovl_En_Invisible_Ruppe_data.o(.data)
- build/src/overlays/actors/ovl_En_Invisible_Ruppe/z_en_invisible_ruppe.o(.rodata)
- build/asm/overlays/ovl_En_Invisible_Ruppe_rodata.o(.rodata)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_Invisible_RuppeSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_Obj_EndingSegmentStart = SegmentStart;
- ovl_Obj_Ending : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.text)
- build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.data)
- build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending.o(.rodata)
- build/src/overlays/actors/ovl_Obj_Ending/z_obj_ending_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_Obj_EndingSegmentEnd = SegmentEnd;
-
- SegmentStart = .;
- _ovl_En_RsnSegmentStart = SegmentStart;
- ovl_En_Rsn : AT(RomLocation)
- {
- build/src/overlays/actors/ovl_En_Rsn/z_en_rsn.o(.text)
- build/src/overlays/actors/ovl_En_Rsn/z_en_rsn.o(.data)
- build/src/overlays/actors/ovl_En_Rsn/z_en_rsn.o(.rodata)
- build/src/overlays/actors/ovl_En_Rsn/z_en_rsn_overlay.o(.ovl)
- }
- SegmentEnd = .;
- SegmentSize = SegmentEnd - SegmentStart;
- RomLocation += SegmentSize;
- _ovl_En_RsnSegmentEnd = SegmentEnd;
-
- RomLocation = 0x01654830;
-
- DECL_SEG_SCENE(Z2_20SICHITAI2)
- DECL_SEG_ROOM(Z2_20SICHITAI2, 00)
- DECL_SEG_ROOM(Z2_20SICHITAI2, 01)
- DECL_SEG_ROOM(Z2_20SICHITAI2, 02)
-
- DECL_SEG_SCENE(Z2_WITCH_SHOP)
- DECL_SEG_ROOM(Z2_WITCH_SHOP, 00)
-
- DECL_SEG_SCENE(Z2_LAST_BS)
- DECL_SEG_ROOM(Z2_LAST_BS, 00)
-
- DECL_SEG_SCENE(Z2_HAKASHITA)
- DECL_SEG_ROOM(Z2_HAKASHITA, 00)
- DECL_SEG_ROOM(Z2_HAKASHITA, 01)
- DECL_SEG_ROOM(Z2_HAKASHITA, 02)
- DECL_SEG_ROOM(Z2_HAKASHITA, 03)
- DECL_SEG_ROOM(Z2_HAKASHITA, 04)
-
- DECL_SEG_SCENE(Z2_AYASHIISHOP)
- DECL_SEG_ROOM(Z2_AYASHIISHOP, 00)
- DECL_SEG_ROOM(Z2_AYASHIISHOP, 01)
-
- DECL_SEG_SCENE(Z2_OMOYA)
- DECL_SEG_ROOM(Z2_OMOYA, 00)
- DECL_SEG_ROOM(Z2_OMOYA, 01)
- DECL_SEG_ROOM(Z2_OMOYA, 02)
-
- DECL_SEG_SCENE(Z2_BOWLING)
- DECL_SEG_ROOM(Z2_BOWLING, 00)
-
- DECL_SEG_SCENE(Z2_SONCHONOIE)
- DECL_SEG_ROOM(Z2_SONCHONOIE, 00)
- DECL_SEG_ROOM(Z2_SONCHONOIE, 01)
- DECL_SEG_ROOM(Z2_SONCHONOIE, 02)
- DECL_SEG_ROOM(Z2_SONCHONOIE, 03)
-
- DECL_SEG_SCENE(Z2_IKANA)
- DECL_SEG_ROOM(Z2_IKANA, 00)
- DECL_SEG_ROOM(Z2_IKANA, 01)
- DECL_SEG_ROOM(Z2_IKANA, 02)
- DECL_SEG_ROOM(Z2_IKANA, 03)
- DECL_SEG_ROOM(Z2_IKANA, 04)
-
- DECL_SEG_SCENE(Z2_KAIZOKU)
- DECL_SEG_ROOM(Z2_KAIZOKU, 00)
-
- DECL_SEG_SCENE(Z2_MILK_BAR)
- DECL_SEG_ROOM(Z2_MILK_BAR, 00)
-
- DECL_SEG_SCENE(Z2_INISIE_N)
- DECL_SEG_ROOM(Z2_INISIE_N, 00)
- DECL_SEG_ROOM(Z2_INISIE_N, 01)
- DECL_SEG_ROOM(Z2_INISIE_N, 02)
- DECL_SEG_ROOM(Z2_INISIE_N, 03)
- DECL_SEG_ROOM(Z2_INISIE_N, 04)
- DECL_SEG_ROOM(Z2_INISIE_N, 05)
- DECL_SEG_ROOM(Z2_INISIE_N, 06)
- DECL_SEG_ROOM(Z2_INISIE_N, 07)
- DECL_SEG_ROOM(Z2_INISIE_N, 08)
- DECL_SEG_ROOM(Z2_INISIE_N, 09)
- DECL_SEG_ROOM(Z2_INISIE_N, 10)
- DECL_SEG_ROOM(Z2_INISIE_N, 11)
-
- DECL_SEG_SCENE(Z2_TAKARAYA)
- DECL_SEG_ROOM(Z2_TAKARAYA, 00)
-
- DECL_SEG_SCENE(Z2_INISIE_R)
- DECL_SEG_ROOM(Z2_INISIE_R, 00)
- DECL_SEG_ROOM(Z2_INISIE_R, 01)
- DECL_SEG_ROOM(Z2_INISIE_R, 02)
- DECL_SEG_ROOM(Z2_INISIE_R, 03)
- DECL_SEG_ROOM(Z2_INISIE_R, 04)
- DECL_SEG_ROOM(Z2_INISIE_R, 05)
- DECL_SEG_ROOM(Z2_INISIE_R, 06)
- DECL_SEG_ROOM(Z2_INISIE_R, 07)
- DECL_SEG_ROOM(Z2_INISIE_R, 08)
- DECL_SEG_ROOM(Z2_INISIE_R, 09)
- DECL_SEG_ROOM(Z2_INISIE_R, 10)
- DECL_SEG_ROOM(Z2_INISIE_R, 11)
-
- DECL_SEG_SCENE(Z2_OKUJOU)
- DECL_SEG_ROOM(Z2_OKUJOU, 00)
-
- DECL_SEG_SCENE(Z2_OPENINGDAN)
- DECL_SEG_ROOM(Z2_OPENINGDAN, 00)
- DECL_SEG_ROOM(Z2_OPENINGDAN, 01)
-
- DECL_SEG_SCENE(Z2_MITURIN)
- DECL_SEG_ROOM(Z2_MITURIN, 00)
- DECL_SEG_ROOM(Z2_MITURIN, 01)
- DECL_SEG_ROOM(Z2_MITURIN, 02)
- DECL_SEG_ROOM(Z2_MITURIN, 03)
- DECL_SEG_ROOM(Z2_MITURIN, 04)
- DECL_SEG_ROOM(Z2_MITURIN, 05)
- DECL_SEG_ROOM(Z2_MITURIN, 06)
- DECL_SEG_ROOM(Z2_MITURIN, 07)
- DECL_SEG_ROOM(Z2_MITURIN, 08)
- DECL_SEG_ROOM(Z2_MITURIN, 09)
- DECL_SEG_ROOM(Z2_MITURIN, 10)
- DECL_SEG_ROOM(Z2_MITURIN, 11)
- DECL_SEG_ROOM(Z2_MITURIN, 12)
-
- DECL_SEG_SCENE(Z2_13HUBUKINOMITI)
- DECL_SEG_ROOM(Z2_13HUBUKINOMITI, 00)
-
- DECL_SEG_SCENE(Z2_CASTLE)
- DECL_SEG_ROOM(Z2_CASTLE, 00)
- DECL_SEG_ROOM(Z2_CASTLE, 01)
- DECL_SEG_ROOM(Z2_CASTLE, 02)
- DECL_SEG_ROOM(Z2_CASTLE, 03)
- DECL_SEG_ROOM(Z2_CASTLE, 04)
- DECL_SEG_ROOM(Z2_CASTLE, 05)
- DECL_SEG_ROOM(Z2_CASTLE, 06)
- DECL_SEG_ROOM(Z2_CASTLE, 07)
- DECL_SEG_ROOM(Z2_CASTLE, 08)
- DECL_SEG_ROOM(Z2_CASTLE, 09)
-
- DECL_SEG_SCENE(Z2_DEKUTES)
- DECL_SEG_ROOM(Z2_DEKUTES, 00)
-
- DECL_SEG_SCENE(Z2_MITURIN_BS)
- DECL_SEG_ROOM(Z2_MITURIN_BS, 00)
-
- DECL_SEG_SCENE(Z2_SYATEKI_MIZU)
- DECL_SEG_ROOM(Z2_SYATEKI_MIZU, 00)
-
- DECL_SEG_SCENE(Z2_HAKUGIN)
- DECL_SEG_ROOM(Z2_HAKUGIN, 00)
- DECL_SEG_ROOM(Z2_HAKUGIN, 01)
- DECL_SEG_ROOM(Z2_HAKUGIN, 02)
- DECL_SEG_ROOM(Z2_HAKUGIN, 03)
- DECL_SEG_ROOM(Z2_HAKUGIN, 04)
- DECL_SEG_ROOM(Z2_HAKUGIN, 05)
- DECL_SEG_ROOM(Z2_HAKUGIN, 06)
- DECL_SEG_ROOM(Z2_HAKUGIN, 07)
- DECL_SEG_ROOM(Z2_HAKUGIN, 08)
- DECL_SEG_ROOM(Z2_HAKUGIN, 09)
- DECL_SEG_ROOM(Z2_HAKUGIN, 10)
- DECL_SEG_ROOM(Z2_HAKUGIN, 11)
- DECL_SEG_ROOM(Z2_HAKUGIN, 12)
- DECL_SEG_ROOM(Z2_HAKUGIN, 13)
-
- DECL_SEG_SCENE(Z2_ROMANYMAE)
- DECL_SEG_ROOM(Z2_ROMANYMAE, 00)
-
- DECL_SEG_SCENE(Z2_PIRATE)
- DECL_SEG_ROOM(Z2_PIRATE, 00)
- DECL_SEG_ROOM(Z2_PIRATE, 01)
- DECL_SEG_ROOM(Z2_PIRATE, 02)
- DECL_SEG_ROOM(Z2_PIRATE, 03)
- DECL_SEG_ROOM(Z2_PIRATE, 04)
- DECL_SEG_ROOM(Z2_PIRATE, 05)
- DECL_SEG_ROOM(Z2_PIRATE, 06)
- DECL_SEG_ROOM(Z2_PIRATE, 07)
- DECL_SEG_ROOM(Z2_PIRATE, 08)
- DECL_SEG_ROOM(Z2_PIRATE, 09)
- DECL_SEG_ROOM(Z2_PIRATE, 10)
- DECL_SEG_ROOM(Z2_PIRATE, 11)
- DECL_SEG_ROOM(Z2_PIRATE, 12)
- DECL_SEG_ROOM(Z2_PIRATE, 13)
- DECL_SEG_ROOM(Z2_PIRATE, 14)
-
- DECL_SEG_SCENE(Z2_SYATEKI_MORI)
- DECL_SEG_ROOM(Z2_SYATEKI_MORI, 00)
-
- DECL_SEG_SCENE(Z2_SINKAI)
- DECL_SEG_ROOM(Z2_SINKAI, 00)
-
- DECL_SEG_SCENE(Z2_YOUSEI_IZUMI)
- DECL_SEG_ROOM(Z2_YOUSEI_IZUMI, 00)
- DECL_SEG_ROOM(Z2_YOUSEI_IZUMI, 01)
- DECL_SEG_ROOM(Z2_YOUSEI_IZUMI, 02)
- DECL_SEG_ROOM(Z2_YOUSEI_IZUMI, 03)
- DECL_SEG_ROOM(Z2_YOUSEI_IZUMI, 04)
-
- DECL_SEG_SCENE(Z2_KINSTA1)
- DECL_SEG_ROOM(Z2_KINSTA1, 00)
- DECL_SEG_ROOM(Z2_KINSTA1, 01)
- DECL_SEG_ROOM(Z2_KINSTA1, 02)
- DECL_SEG_ROOM(Z2_KINSTA1, 03)
- DECL_SEG_ROOM(Z2_KINSTA1, 04)
- DECL_SEG_ROOM(Z2_KINSTA1, 05)
-
- DECL_SEG_SCENE(Z2_KINDAN2)
- DECL_SEG_ROOM(Z2_KINDAN2, 00)
- DECL_SEG_ROOM(Z2_KINDAN2, 01)
- DECL_SEG_ROOM(Z2_KINDAN2, 02)
- DECL_SEG_ROOM(Z2_KINDAN2, 03)
- DECL_SEG_ROOM(Z2_KINDAN2, 04)
- DECL_SEG_ROOM(Z2_KINDAN2, 05)
-
- DECL_SEG_SCENE(Z2_TENMON_DAI)
- DECL_SEG_ROOM(Z2_TENMON_DAI, 00)
- DECL_SEG_ROOM(Z2_TENMON_DAI, 01)
-
- DECL_SEG_SCENE(Z2_LAST_DEKU)
- DECL_SEG_ROOM(Z2_LAST_DEKU, 00)
- DECL_SEG_ROOM(Z2_LAST_DEKU, 01)
-
- DECL_SEG_SCENE(Z2_22DEKUCITY)
- DECL_SEG_ROOM(Z2_22DEKUCITY, 00)
- DECL_SEG_ROOM(Z2_22DEKUCITY, 01)
- DECL_SEG_ROOM(Z2_22DEKUCITY, 02)
-
- DECL_SEG_SCENE(Z2_KAJIYA)
- DECL_SEG_ROOM(Z2_KAJIYA, 00)
-
- DECL_SEG_SCENE(Z2_00KEIKOKU)
- DECL_SEG_ROOM(Z2_00KEIKOKU, 00)
-
- DECL_SEG_SCENE(Z2_POSTHOUSE)
- DECL_SEG_ROOM(Z2_POSTHOUSE, 00)
-
- DECL_SEG_SCENE(Z2_LABO)
- DECL_SEG_ROOM(Z2_LABO, 00)
-
- DECL_SEG_SCENE(Z2_DANPEI2TEST)
- DECL_SEG_ROOM(Z2_DANPEI2TEST, 00)
- DECL_SEG_ROOM(Z2_DANPEI2TEST, 01)
-
- DECL_SEG_SCENE(Z2_16GORON_HOUSE)
- DECL_SEG_ROOM(Z2_16GORON_HOUSE, 00)
- DECL_SEG_ROOM(Z2_16GORON_HOUSE, 01)
-
- DECL_SEG_SCENE(Z2_33ZORACITY)
- DECL_SEG_ROOM(Z2_33ZORACITY, 00)
-
- DECL_SEG_SCENE(Z2_8ITEMSHOP)
- DECL_SEG_ROOM(Z2_8ITEMSHOP, 00)
-
- DECL_SEG_SCENE(Z2_F01)
- DECL_SEG_ROOM(Z2_F01, 00)
-
- DECL_SEG_SCENE(Z2_INISIE_BS)
- DECL_SEG_ROOM(Z2_INISIE_BS, 00)
-
- DECL_SEG_SCENE(Z2_30GYOSON)
- DECL_SEG_ROOM(Z2_30GYOSON, 00)
-
- DECL_SEG_SCENE(Z2_31MISAKI)
- DECL_SEG_ROOM(Z2_31MISAKI, 00)
-
- DECL_SEG_SCENE(Z2_TAKARAKUJI)
- DECL_SEG_ROOM(Z2_TAKARAKUJI, 00)
-
- DECL_SEG_SCENE(Z2_TORIDE)
- DECL_SEG_ROOM(Z2_TORIDE, 00)
-
- DECL_SEG_SCENE(Z2_FISHERMAN)
- DECL_SEG_ROOM(Z2_FISHERMAN, 00)
-
- DECL_SEG_SCENE(Z2_GORONSHOP)
- DECL_SEG_ROOM(Z2_GORONSHOP, 00)
-
- DECL_SEG_SCENE(Z2_DEKU_KING)
- DECL_SEG_ROOM(Z2_DEKU_KING, 00)
-
- DECL_SEG_SCENE(Z2_LAST_GORON)
- DECL_SEG_ROOM(Z2_LAST_GORON, 00)
- DECL_SEG_ROOM(Z2_LAST_GORON, 01)
-
- DECL_SEG_SCENE(Z2_24KEMONOMITI)
- DECL_SEG_ROOM(Z2_24KEMONOMITI, 00)
-
- DECL_SEG_SCENE(Z2_F01_B)
- DECL_SEG_ROOM(Z2_F01_B, 00)
-
- DECL_SEG_SCENE(Z2_F01C)
- DECL_SEG_ROOM(Z2_F01C, 00)
-
- DECL_SEG_SCENE(Z2_BOTI)
- DECL_SEG_ROOM(Z2_BOTI, 00)
- DECL_SEG_ROOM(Z2_BOTI, 01)
-
- DECL_SEG_SCENE(Z2_HAKUGIN_BS)
- DECL_SEG_ROOM(Z2_HAKUGIN_BS, 00)
-
- DECL_SEG_SCENE(Z2_20SICHITAI)
- DECL_SEG_ROOM(Z2_20SICHITAI, 00)
- DECL_SEG_ROOM(Z2_20SICHITAI, 01)
- DECL_SEG_ROOM(Z2_20SICHITAI, 02)
-
- DECL_SEG_SCENE(Z2_21MITURINMAE)
- DECL_SEG_ROOM(Z2_21MITURINMAE, 00)
-
- DECL_SEG_SCENE(Z2_LAST_ZORA)
- DECL_SEG_ROOM(Z2_LAST_ZORA, 00)
-
- DECL_SEG_SCENE(Z2_11GORONNOSATO2)
- DECL_SEG_ROOM(Z2_11GORONNOSATO2, 00)
- DECL_SEG_ROOM(Z2_11GORONNOSATO2, 01)
-
- DECL_SEG_SCENE(Z2_SEA)
- DECL_SEG_ROOM(Z2_SEA, 00)
- DECL_SEG_ROOM(Z2_SEA, 01)
- DECL_SEG_ROOM(Z2_SEA, 02)
- DECL_SEG_ROOM(Z2_SEA, 03)
- DECL_SEG_ROOM(Z2_SEA, 04)
- DECL_SEG_ROOM(Z2_SEA, 05)
- DECL_SEG_ROOM(Z2_SEA, 06)
- DECL_SEG_ROOM(Z2_SEA, 07)
- DECL_SEG_ROOM(Z2_SEA, 08)
- DECL_SEG_ROOM(Z2_SEA, 09)
- DECL_SEG_ROOM(Z2_SEA, 10)
- DECL_SEG_ROOM(Z2_SEA, 11)
- DECL_SEG_ROOM(Z2_SEA, 12)
- DECL_SEG_ROOM(Z2_SEA, 13)
- DECL_SEG_ROOM(Z2_SEA, 14)
- DECL_SEG_ROOM(Z2_SEA, 15)
-
- DECL_SEG_SCENE(Z2_35TAKI)
- DECL_SEG_ROOM(Z2_35TAKI, 00)
-
- DECL_SEG_SCENE(Z2_REDEAD)
- DECL_SEG_ROOM(Z2_REDEAD, 00)
- DECL_SEG_ROOM(Z2_REDEAD, 01)
- DECL_SEG_ROOM(Z2_REDEAD, 02)
- DECL_SEG_ROOM(Z2_REDEAD, 03)
- DECL_SEG_ROOM(Z2_REDEAD, 04)
- DECL_SEG_ROOM(Z2_REDEAD, 05)
- DECL_SEG_ROOM(Z2_REDEAD, 06)
- DECL_SEG_ROOM(Z2_REDEAD, 07)
- DECL_SEG_ROOM(Z2_REDEAD, 08)
- DECL_SEG_ROOM(Z2_REDEAD, 09)
- DECL_SEG_ROOM(Z2_REDEAD, 10)
- DECL_SEG_ROOM(Z2_REDEAD, 11)
- DECL_SEG_ROOM(Z2_REDEAD, 12)
- DECL_SEG_ROOM(Z2_REDEAD, 13)
-
- DECL_SEG_SCENE(Z2_BANDROOM)
- DECL_SEG_ROOM(Z2_BANDROOM, 00)
- DECL_SEG_ROOM(Z2_BANDROOM, 01)
- DECL_SEG_ROOM(Z2_BANDROOM, 02)
- DECL_SEG_ROOM(Z2_BANDROOM, 03)
- DECL_SEG_ROOM(Z2_BANDROOM, 04)
-
- DECL_SEG_SCENE(Z2_11GORONNOSATO)
- DECL_SEG_ROOM(Z2_11GORONNOSATO, 00)
- DECL_SEG_ROOM(Z2_11GORONNOSATO, 01)
-
- DECL_SEG_SCENE(Z2_GORON_HAKA)
- DECL_SEG_ROOM(Z2_GORON_HAKA, 00)
-
- DECL_SEG_SCENE(Z2_SECOM)
- DECL_SEG_ROOM(Z2_SECOM, 00)
- DECL_SEG_ROOM(Z2_SECOM, 01)
-
- DECL_SEG_SCENE(Z2_10YUKIYAMANOMURA)
- DECL_SEG_ROOM(Z2_10YUKIYAMANOMURA, 00)
-
- DECL_SEG_SCENE(Z2_TOUGITES)
- DECL_SEG_ROOM(Z2_TOUGITES, 00)
-
- DECL_SEG_SCENE(Z2_DANPEI)
- DECL_SEG_ROOM(Z2_DANPEI, 00)
- DECL_SEG_ROOM(Z2_DANPEI, 01)
- DECL_SEG_ROOM(Z2_DANPEI, 02)
- DECL_SEG_ROOM(Z2_DANPEI, 03)
- DECL_SEG_ROOM(Z2_DANPEI, 04)
- DECL_SEG_ROOM(Z2_DANPEI, 05)
- DECL_SEG_ROOM(Z2_DANPEI, 06)
- DECL_SEG_ROOM(Z2_DANPEI, 07)
- DECL_SEG_ROOM(Z2_DANPEI, 08)
-
- DECL_SEG_SCENE(Z2_IKANAMAE)
- DECL_SEG_ROOM(Z2_IKANAMAE, 00)
-
- DECL_SEG_SCENE(Z2_DOUJOU)
- DECL_SEG_ROOM(Z2_DOUJOU, 00)
-
- DECL_SEG_SCENE(Z2_MUSICHOUSE)
- DECL_SEG_ROOM(Z2_MUSICHOUSE, 00)
-
- DECL_SEG_SCENE(Z2_IKNINSIDE)
- DECL_SEG_ROOM(Z2_IKNINSIDE, 00)
- DECL_SEG_ROOM(Z2_IKNINSIDE, 01)
-
- DECL_SEG_SCENE(Z2_MAP_SHOP)
- DECL_SEG_ROOM(Z2_MAP_SHOP, 00)
-
- DECL_SEG_SCENE(Z2_F40)
- DECL_SEG_ROOM(Z2_F40, 00)
-
- DECL_SEG_SCENE(Z2_F41)
- DECL_SEG_ROOM(Z2_F41, 00)
-
- DECL_SEG_SCENE(Z2_10YUKIYAMANOMURA2)
- DECL_SEG_ROOM(Z2_10YUKIYAMANOMURA2, 00)
- DECL_SEG_ROOM(Z2_10YUKIYAMANOMURA2, 01)
-
- DECL_SEG_SCENE(Z2_14YUKIDAMANOMITI)
- DECL_SEG_ROOM(Z2_14YUKIDAMANOMITI, 00)
-
- DECL_SEG_SCENE(Z2_12HAKUGINMAE)
- DECL_SEG_ROOM(Z2_12HAKUGINMAE, 00)
-
- DECL_SEG_SCENE(Z2_17SETUGEN)
- DECL_SEG_ROOM(Z2_17SETUGEN, 00)
-
- DECL_SEG_SCENE(Z2_17SETUGEN2)
- DECL_SEG_ROOM(Z2_17SETUGEN2, 00)
-
- DECL_SEG_SCENE(Z2_SEA_BS)
- DECL_SEG_ROOM(Z2_SEA_BS, 00)
-
- DECL_SEG_SCENE(Z2_RANDOM)
- DECL_SEG_ROOM(Z2_RANDOM, 00)
- DECL_SEG_ROOM(Z2_RANDOM, 01)
- DECL_SEG_ROOM(Z2_RANDOM, 02)
- DECL_SEG_ROOM(Z2_RANDOM, 03)
- DECL_SEG_ROOM(Z2_RANDOM, 04)
- DECL_SEG_ROOM(Z2_RANDOM, 05)
-
- DECL_SEG_SCENE(Z2_YADOYA)
- DECL_SEG_ROOM(Z2_YADOYA, 00)
- DECL_SEG_ROOM(Z2_YADOYA, 01)
- DECL_SEG_ROOM(Z2_YADOYA, 02)
- DECL_SEG_ROOM(Z2_YADOYA, 03)
- DECL_SEG_ROOM(Z2_YADOYA, 04)
-
- DECL_SEG_SCENE(Z2_KONPEKI_ENT)
- DECL_SEG_ROOM(Z2_KONPEKI_ENT, 00)
-
- DECL_SEG_SCENE(Z2_INSIDETOWER)
- DECL_SEG_ROOM(Z2_INSIDETOWER, 00)
- DECL_SEG_ROOM(Z2_INSIDETOWER, 01)
-
- DECL_SEG_SCENE(Z2_26SARUNOMORI)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 00)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 01)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 02)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 03)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 04)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 05)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 06)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 07)
- DECL_SEG_ROOM(Z2_26SARUNOMORI, 08)
-
- DECL_SEG_SCENE(Z2_LOST_WOODS)
- DECL_SEG_ROOM(Z2_LOST_WOODS, 00)
- DECL_SEG_ROOM(Z2_LOST_WOODS, 01)
- DECL_SEG_ROOM(Z2_LOST_WOODS, 02)
-
- DECL_SEG_SCENE(Z2_LAST_LINK)
- DECL_SEG_ROOM(Z2_LAST_LINK, 00)
- DECL_SEG_ROOM(Z2_LAST_LINK, 01)
- DECL_SEG_ROOM(Z2_LAST_LINK, 02)
- DECL_SEG_ROOM(Z2_LAST_LINK, 03)
- DECL_SEG_ROOM(Z2_LAST_LINK, 04)
- DECL_SEG_ROOM(Z2_LAST_LINK, 05)
- DECL_SEG_ROOM(Z2_LAST_LINK, 06)
- DECL_SEG_ROOM(Z2_LAST_LINK, 07)
-
- DECL_SEG_SCENE(Z2_SOUGEN)
- DECL_SEG_ROOM(Z2_SOUGEN, 00)
-
- DECL_SEG_SCENE(Z2_BOMYA)
- DECL_SEG_ROOM(Z2_BOMYA, 00)
-
- DECL_SEG_SCENE(Z2_KYOJINNOMA)
- DECL_SEG_ROOM(Z2_KYOJINNOMA, 00)
-
- DECL_SEG_SCENE(Z2_KOEPONARACE)
- DECL_SEG_ROOM(Z2_KOEPONARACE, 00)
-
- DECL_SEG_SCENE(Z2_GORONRACE)
- DECL_SEG_ROOM(Z2_GORONRACE, 00)
-
- DECL_SEG_SCENE(Z2_TOWN)
- DECL_SEG_ROOM(Z2_TOWN, 00)
-
- DECL_SEG_SCENE(Z2_ICHIBA)
- DECL_SEG_ROOM(Z2_ICHIBA, 00)
-
- DECL_SEG_SCENE(Z2_BACKTOWN)
- DECL_SEG_ROOM(Z2_BACKTOWN, 00)
-
- DECL_SEG_SCENE(Z2_CLOCKTOWER)
- DECL_SEG_ROOM(Z2_CLOCKTOWER, 00)
-
- DECL_SEG_SCENE(Z2_ALLEY)
- DECL_SEG_ROOM(Z2_ALLEY, 00)
-
- DECL_SEG_SCENE(SPOT00)
- DECL_SEG_ROOM(SPOT00, 00)
-
- DECL_SEG_SCENE(KAKUSIANA)
- DECL_SEG_ROOM(KAKUSIANA, 00)
- DECL_SEG_ROOM(KAKUSIANA, 01)
- DECL_SEG_ROOM(KAKUSIANA, 02)
- DECL_SEG_ROOM(KAKUSIANA, 03)
- DECL_SEG_ROOM(KAKUSIANA, 04)
- DECL_SEG_ROOM(KAKUSIANA, 05)
- DECL_SEG_ROOM(KAKUSIANA, 06)
- DECL_SEG_ROOM(KAKUSIANA, 07)
- DECL_SEG_ROOM(KAKUSIANA, 08)
- DECL_SEG_ROOM(KAKUSIANA, 09)
- DECL_SEG_ROOM(KAKUSIANA, 10)
- DECL_SEG_ROOM(KAKUSIANA, 11)
- DECL_SEG_ROOM(KAKUSIANA, 12)
- DECL_SEG_ROOM(KAKUSIANA, 13)
- DECL_SEG_ROOM(KAKUSIANA, 14)
-}
diff --git a/linker_scripts/object_script.txt b/linker_scripts/object_script.txt
deleted file mode 100644
index cc8e1d3fc..000000000
--- a/linker_scripts/object_script.txt
+++ /dev/null
@@ -1,825 +0,0 @@
-/* KEEPS */
-
-/* gameplay_keep (segment 04) */
-
-D_040008D0 = 0x040008D0;
-D_0400DEA8 = 0x0400DEA8;
-D_0400E2A8 = 0x0400E2A8;
-D_04023210 = 0x04023210;
-D_0402E510 = 0x0402E510;
-D_04029CB0 = 0x04029CB0;
-D_04029CF0 = 0x04029CF0;
-D_04029CB0 = 0x04029CB0;
-D_04029CF0 = 0x04029CF0;
-D_04030100 = 0x04030100;
-D_040378F0 = 0x040378F0;
-D_04037DF0 = 0x04037DF0;
-D_040382F0 = 0x040382F0;
-D_040387F0 = 0x040387F0;
-D_04038CF0 = 0x04038CF0;
-D_040391F0 = 0x040391F0;
-D_040396F0 = 0x040396F0;
-D_04039BF0 = 0x04039BF0;
-D_0403A0F0 = 0x0403A0F0;
-D_04058BA0 = 0x04058BA0;
-D_0405AAB0 = 0x0405AAB0;
-D_0405BEF0 = 0x0405BEF0;
-D_0405B6F0 = 0x0405B6F0;
-D_0405C6F0 = 0x0405C6F0;
-D_0405CEF0 = 0x0405CEF0;
-D_0405E6F0 = 0x0405E6F0;
-D_0405F6F0 = 0x0405F6F0;
-D_0405F7C0 = 0x0405F7C0;
-D_0405FFC0 = 0x0405FFC0;
-D_040607C0 = 0x040607C0;
-D_04060FC0 = 0x04060FC0;
-D_040617C0 = 0x040617C0;
-D_04061FC0 = 0x04061FC0;
-D_04061FE0 = 0x04061FE0;
-D_04062000 = 0x04062000;
-D_04062020 = 0x04062020;
-D_04062040 = 0x04062040;
-D_04062060 = 0x04062060;
-D_040622C0 = 0x040622C0;
-D_04076BC0 = 0x04076BC0;
-D_04075A40 = 0x04075A40;
-D_04077480 = 0x04077480;
-D_04075B30 = 0x04075B30;
-D_0408DBE0 = 0x0408DBE0;
-D_0408DFE0 = 0x0408DFE0;
-D_0408E3E0 = 0x0408E3E0;
-D_0408E7E0 = 0x0408E7E0;
-D_0408EBE0 = 0x0408EBE0;
-D_0408EFE0 = 0x0408EFE0;
-D_0408F3E0 = 0x0408F3E0;
-D_0408F7E0 = 0x0408F7E0;
-D_0401F740 = 0x0401F740;
-D_0401F7C0 = 0x0401F7C0;
-D_0401F8C0 = 0x0401F8C0;
-
-/* gameplay_dangeon_keep (segment 05) */
-D_05018090 = 0x05018090;
-D_05017EA0 = 0x05017EA0;
-D_0501D980 = 0x0501D980;
-D_050219E0 = 0x050219E0;
-
-/* gameplay_field_keep (segment 05) */
-D_05000C40 = 0x05000C40;
-
-
-/* CODE */
-
-/* z_en_item00 */
-D_06001290 = 0x06001290;
-D_06001470 = 0x06001470;
-
-/* z_rcp */
-D_0E000048 = 0x0E000048;
-D_0E000088 = 0x0E000088;
-D_0E000140 = 0x0E000140;
-D_0E0001C8 = 0x0E0001C8;
-D_0E0002C8 = 0x0E0002C8;
-
-
-/* OVERLAYS */
-
-/* z_arms_hook */
-D_0601D960 = 0x0601D960;
-
-/* z_bg_ctower_gear */
-D_06010828 = 0x06010828;
-D_06015F30 = 0x06015F30;
-D_060160A0 = 0x060160A0;
-D_06016E70 = 0x06016E70;
-D_06017018 = 0x06017018;
-D_06018118 = 0x06018118;
-D_06018588 = 0x06018588;
-
-/* z_bg_ctower_rot */
-D_060129D0 = 0x060129D0;
-D_06012DA0 = 0x06012DA0;
-D_060142E8 = 0x060142E8;
-D_06017220 = 0x06017220;
-D_06017410 = 0x06017410;
-D_060174E0 = 0x060174E0;
-D_06017650 = 0x06017650;
-
-/* z_bg_fu_kaiten */
-object_fu_kaiten_0005D0 = 0x060005D0;
-object_fu_kaiten_002D30 = 0x06002D30;
-
-/* z_bg_haka_curtain */
-D_06001410 = 0x06001410;
-D_06001588 = 0x06001588;
-
-/* z_bg_haka_tomb */
-D_060007B0 = 0x060007B0;
-D_06000EE8 = 0x06000EE8;
-
-/* z_bg_icicle */
-D_060000D0 = 0x060000D0;
-D_06000294 = 0x06000294;
-
-/* z_bg_ikana_ray */
-object_ikana_obj_001100 = 0x06001100;
-object_ikana_obj_001228 = 0x06001228;
-
-/* z_bg_ikana_shutter */
-D_06000F28 = 0x06000F28;
-D_06000CE8 = 0x06000CE8;
-
-/* z_bg_iknin_susceil */
-D_0600CBAC = 0x0600CBAC;
-D_0600C670 = 0x0600C670;
-D_0600C308 = 0x0600C308;
-
-/* z_bg_iknv_obj */
-D_060119D4 = 0x060119D4;
-D_06012CA4 = 0x06012CA4;
-D_06011880 = 0x06011880;
-D_060129C8 = 0x060129C8;
-D_06013058 = 0x06013058;
-
-/* z_bg_keikoku_spr */
-D_06000100 = 0x06000100;
-D_060001F8 = 0x060001F8;
-D_06000300 = 0x06000300;
-D_060003F8 = 0x060003F8;
-D_06000500 = 0x06000500;
-D_060005F8 = 0x060005F8;
-
-/* z_bg_kin2_fence */
-D_06000828 = 0x06000828;
-D_06000908 = 0x06000908;
-
-/* z_bg_ladder */
-D_060000A0 = 0x060000A0;
-D_060001D8 = 0x060001D8;
-D_060002D0 = 0x060002D0;
-D_06000408 = 0x06000408;
-D_06000500 = 0x06000500;
-D_06000638 = 0x06000638;
-D_06000730 = 0x06000730;
-D_06000868 = 0x06000868;
-
-/* z_bg_lbfshot */
-D_060014D8 = 0x060014D8;
-D_06000228 = 0x06000228;
-
-/* z_bg_lotus */
-D_06000A20 = 0x06000A20;
-D_06000040 = 0x06000040;
-
-/* z_bg_market_step */
-D_0601F050 = 0x0601F050;
-D_06018DA0 = 0x06018DA0;
-D_0601EF10 = 0x0601EF10;
-D_06018C60 = 0x06018C60;
-
-/* z_bg_mbar */
-D_06000288 = 0x06000288;
-D_060019B4 = 0x060019B4;
-
-/* z_bg_tobira01 */
-D_060011C0 = 0x060011C0;
-D_06000088 = 0x06000088;
-
-/* dm_char07 */
-D_06000100 = 0x06000100;
-D_06000240 = 0x06000240;
-D_06000650 = 0x06000650;
-D_06000790 = 0x06000790;
-D_06000B80 = 0x06000B80;
-D_06000CC0 = 0x06000CC0;
-D_060010D0 = 0x060010D0;
-D_06001210 = 0x06001210;
-D_060015E0 = 0x060015E0;
-D_060016B8 = 0x060016B8;
-D_06002BA0 = 0x06002BA0;
-D_06002CD0 = 0x06002CD0;
-D_06006688 = 0x06006688;
-D_060076A0 = 0x060076A0;
-D_06007918 = 0x06007918;
-D_060105F8 = 0x060105F8;
-D_06010D68 = 0x06010D68;
-
-/* z_dm_nb */
-D_06000990 = 0x06000990;
-D_06008C40 = 0x06008C40;
-
-/* z_dm_sa */
-D_06013328 = 0x06013328;
-D_0600CC94 = 0x0600CC94;
-
-/* z_dm_statue */
-D_06001788 = 0x06001788;
-D_06000520 = 0x06000520;
-
-
-/* z_door_spiral */
-/* these are symbols from other objects based on the type of door */
-D_06000590 = 0x06000590;
-D_060007A8 = 0x060007A8;
-D_06000EA0 = 0x06000EA0;
-D_060012C0 = 0x060012C0;
-D_060014C8 = 0x060014C8;
-D_06002110 = 0x06002110;
-D_06004448 = 0x06004448;
-D_060051B8 = 0x060051B8;
-D_06006128 = 0x06006128;
-D_06009278 = 0x06009278;
-D_06012B70 = 0x06012B70;
-D_06013EA8 = 0x06013EA8;
-
-/* z_eff_dust */
-D_04054A90 = 0x04054A90;
-
-/* z_en_baisen */
-D_060011C0 = 0x060011C0;
-D_060008B4 = 0x060008B4;
-D_06008198 = 0x06008198;
-
-/* z_en_bji_01 */
-D_06000FDC = 0x06000FDC;
-D_06005B58 = 0x06005B58;
-D_06000AB0 = 0x06000AB0;
-D_0600066C = 0x0600066C;
-D_060049F0 = 0x060049F0;
-D_06004E70 = 0x06004E70;
-D_06005270 = 0x06005270;
-D_0600578C = 0x0600578C;
-
-/* z_en_cha */
-D_06000710 = 0x06000710;
-D_06000958 = 0x06000958;
-
-/* z_en_dy_extra */
-D_0600DD40 = 0x0600DD40;
-D_0600DEF0 = 0x0600DEF0;
-
-/* z_en_encount2 */
-D_06000A00 = 0x6000A00;
-D_06000D78 = 0x6000D78;
-D_06002420 = 0x6002420;
-
-/* z_en_ending_hero */
-D_0600B0CC = 0x0600B0CC;
-D_06000BE0 = 0x06000BE0;
-D_06007350 = 0x06007350;
-D_06009590 = 0x06009590;
-D_06009F90 = 0x06009F90;
-D_0600A790 = 0x0600A790;
-D_0600AB90 = 0x0600AB90;
-D_06007750 = 0x06007750;
-D_0600A390 = 0x0600A390;
-D_0600A490 = 0x0600A490;
-
-/* z_en_ending_hero2 */
-D_06007908 = 0x06007908;
-D_060011C0 = 0x060011C0;
-
-/* z_en_ending_hero3 */
-D_06007150 = 0x06007150;
-D_06000E50 = 0x06000E50;
-
-/* z_en_ending_hero4 */
-D_0600D640 = 0x0600D640;
-D_06002A84 = 0x06002A84;
-
-/* z_en_ending_hero5 */
-D_0600A850 = 0x0600A850;
-D_06002FA0 = 0x06002FA0;
-D_060070C0 = 0x060070C0;
-D_06006FB0 = 0x06006FB0;
-D_06006E80 = 0x06006E80;
-D_06006D70 = 0x06006D70;
-D_0600A390 = 0x0600A390;
-
-/* z_en_fg */
-D_06001534 = 0x06001534;
-D_060011C0 = 0x060011C0;
-D_060007BC = 0x060007BC;
-D_060059A0 = 0x060059A0;
-D_0600B328 = 0x0600B328;
-D_0600B338 = 0x0600B338;
-D_0600B538 = 0x0600B538;
-
-/* z_en_firefly */
-D_060018B8 = 0x060018B8;
-D_0600017C = 0x0600017C;
-D_06001678 = 0x06001678;
-
-/* z_en_fsn */
-D_06012C34 = 0x06012C34;
-D_06013320 = 0x06013320;
-D_060131FC = 0x060131FC;
-D_0600C58C = 0x0600C58C;
-D_0600E3EC = 0x0600E3EC;
-D_0600F00C = 0x0600F00C;
-D_0600CB3C = 0x0600CB3C;
-D_0600D354 = 0x0600D354;
-D_060138B0 = 0x060138B0;
-D_0601430C = 0x0601430C;
-D_0600B9D8 = 0x0600B9D8;
-D_0600C26C = 0x0600C26C;
-D_0600DE34 = 0x0600DE34;
-D_06005BC0 = 0x06005BC0;
-D_06006D40 = 0x06006D40;
-D_06007140 = 0x06007140;
-D_0600F180 = 0x0600F180;
-D_0600F218 = 0x0600F218;
-
-/* z_en_ginko_man */
-object_ginko_skeleton = 0x0600C240;
-object_ginko_limb15_dlist = 0x0600B1D8;
-object_ginko_sitting_anim = 0x060043F0;
-object_ginko_stamp_reach_anim = 0x06004F40;
-object_ginko_floorsmacking_anim = 0x060008C0;
-object_ginko_amazed_anim = 0x06004A7C;
-object_ginko_advertising_anim = 0x06000AC4;
-
-/* z_en_guruguru */
-D_06006C90 = 0x06006C90;
-D_06000B04 = 0x06000B04;
-D_0600057C = 0x0600057C;
-D_06005F20 = 0x06005F20;
-D_06006320 = 0x06006320;
-D_06006720 = 0x06006720;
-D_06006920 = 0x06006920;
-
-/* z_en_hg */
-D_06008580 = 0x06008580;
-D_0600260C = 0x0600260C;
-D_06005E28 = 0x06005E28;
-D_06009D44 = 0x06009D44;
-D_0600A164 = 0x0600A164;
-D_06000370 = 0x06000370;
-D_06001138 = 0x06001138;
-D_060015D4 = 0x060015D4;
-D_06001960 = 0x06001960;
-D_0600AE1C = 0x0600AE1C;
-
-/* z_en_in */
-D_06014EA8 = 0x06014EA8;
-D_06015E38 = 0x06015E38;
-D_06016484 = 0x06016484;
-D_06016A60 = 0x06016A60;
-D_060170DC = 0x060170DC;
-D_060177AC = 0x060177AC;
-D_06018240 = 0x06018240;
-D_060187C8 = 0x060187C8;
-D_060198A8 = 0x060198A8;
-D_06007A70 = 0x06007A70;
-D_06007C48 = 0x06007C48;
-D_0601C528 = 0x0601C528;
-D_06001C30 = 0x06001C30;
-D_06003520 = 0x06003520;
-D_060035E0 = 0x060035E0;
-D_06004820 = 0x06004820;
-D_06004C20 = 0x06004C20;
-D_060043E0 = 0x060043E0;
-D_06001D10 = 0x06001D10;
-D_06014F8C = 0x06014F8C;
-D_06000CB0 = 0x06000CB0;
-D_060003B4 = 0x060003B4;
-D_06001BE0 = 0x06001BE0;
-D_06015918 = 0x06015918;
-D_0601C0B0 = 0x0601C0B0;
-D_0601A140 = 0x0601A140;
-D_0601B904 = 0x0601B904;
-D_0601B3C4 = 0x0601B3C4;
-D_06019EB4 = 0x06019EB4;
-D_06014C30 = 0x06014C30;
-D_060138D0 = 0x060138D0;
-D_060149A8 = 0x060149A8;
-D_06014710 = 0x06014710;
-D_06013DE0 = 0x06013DE0;
-D_06014420 = 0x06014420;
-D_06014040 = 0x06014040;
-D_06013A00 = 0x06013A00;
-D_06013440 = 0x06013440;
-D_06013670 = 0x06013670;
-D_060145D8 = 0x060145D8;
-D_06013F10 = 0x06013F10;
-D_06013540 = 0x06013540;
-D_06012DF8 = 0x06012DF8;
-D_06014AE0 = 0x06014AE0;
-D_06012A78 = 0x06012A78;
-D_060137A0 = 0x060137A0;
-D_06014860 = 0x06014860;
-
-/* z_en_invadepoh */
-D_06000080 = 0x06000080;
-D_06000550 = 0x06000550;
-D_06000560 = 0x06000560;
-D_06000608 = 0x06000608;
-D_060006C8 = 0x060006C8;
-D_06000720 = 0x06000720;
-D_06000998 = 0x06000998;
-D_06001560 = 0x06001560;
-D_06001674 = 0x06001674;
-D_06001BD8 = 0x06001BD8;
-D_06001D80 = 0x06001D80;
-D_060021C8 = 0x060021C8;
-D_06002A8C = 0x06002A8C;
-D_06004010 = 0x06004010;
-D_06004264 = 0x06004264;
-D_06004C30 = 0x06004C30;
-D_06004E50 = 0x06004E50;
-D_06004E98 = 0x06004E98;
-D_06007328 = 0x06007328;
-D_060080F0 = 0x060080F0;
-D_06009E58 = 0x06009E58;
-D_0600A174 = 0x0600A174;
-D_0600FFC8 = 0x0600FFC8;
-D_060107C8 = 0x060107C8;
-D_06010FC8 = 0x06010FC8;
-D_060117C8 = 0x060117C8;
-D_06011AD8 = 0x06011AD8;
-D_06011FC8 = 0x06011FC8;
-D_060122D8 = 0x060122D8;
-D_060127C8 = 0x060127C8;
-D_06012AD8 = 0x06012AD8;
-D_06012BC8 = 0x06012BC8;
-D_06012FC8 = 0x06012FC8;
-D_060132D8 = 0x060132D8;
-D_060133C8 = 0x060133C8;
-D_06013928 = 0x06013928;
-D_06013AD8 = 0x06013AD8;
-D_06014088 = 0x06014088;
-D_060142D8 = 0x060142D8;
-D_06014AD8 = 0x06014AD8;
-D_06014ED8 = 0x06014ED8;
-D_060152D8 = 0x060152D8;
-D_06015C28 = 0x06015C28;
-D_060156D8 = 0x060156D8;
-D_06016720 = 0x06016720;
-
-/* z_en_jc_mato */
-D_06000390 = 0x06000390;
-
-/* z_en_ma_yto */
-D_06007E28 = 0x06007E28;
-D_06003D54 = 0x06003D54;
-D_0600A174 = 0x0600A174;
-D_060070EC = 0x060070EC;
-D_06003D54 = 0x06003D54;
-D_06015C28 = 0x06015C28;
-D_06005430 = 0x06005430;
-D_0600AF7C = 0x0600AF7C;
-D_06014AD8 = 0x06014AD8;
-D_06014ED8 = 0x06014ED8;
-D_060152D8 = 0x060152D8;
-D_060156D8 = 0x060156D8;
-D_06001FD0 = 0x06001FD0;
-D_06014AD8 = 0x06014AD8;
-D_06014ED8 = 0x06014ED8;
-D_060152D8 = 0x060152D8;
-D_060156D8 = 0x060156D8;
-D_06011AD8 = 0x06011AD8;
-D_060122D8 = 0x060122D8;
-D_06012AD8 = 0x06012AD8;
-D_060132D8 = 0x060132D8;
-D_06013AD8 = 0x06013AD8;
-D_060142D8 = 0x060142D8;
-D_0600A174 = 0x0600A174;
-D_0600AF7C = 0x0600AF7C;
-D_06000CC0 = 0x06000CC0;
-D_06016720 = 0x06016720;
-D_06005314 = 0x06005314;
-D_060093E8 = 0x060093E8;
-D_06007E28 = 0x06007E28;
-D_060070EC = 0x060070EC;
-D_06003D54 = 0x06003D54;
-D_06001FD0 = 0x06001FD0;
-D_060030B4 = 0x060030B4;
-D_06004370 = 0x06004370;
-
-/* z_en_ma_yts */
-D_06009E58 = 0x06009E58;
-D_06007D98 = 0x06007D98;
-D_060003B0 = 0x060003B0;
-D_060043A0 = 0x060043A0;
-D_06013928 = 0x06013928;
-D_06009E58 = 0x06009E58;
-D_06009E58 = 0x06009E58;
-D_06018948 = 0x06018948;
-D_06018948 = 0x06018948;
-D_0601B76C = 0x0601B76C;
-D_0601B76C = 0x0601B76C;
-D_06007328 = 0x06007328;
-D_06007328 = 0x06007328;
-D_06014088 = 0x06014088;
-D_06014088 = 0x06014088;
-D_06002A8C = 0x06002A8C;
-D_06002A8C = 0x06002A8C;
-D_06015B7C = 0x06015B7C;
-D_06015B7C = 0x06015B7C;
-D_06007D98 = 0x06007D98;
-D_06007D98 = 0x06007D98;
-D_0600852C = 0x0600852C;
-D_0600852C = 0x0600852C;
-D_06008F6C = 0x06008F6C;
-D_06008F6C = 0x06008F6C;
-D_060180DC = 0x060180DC;
-D_060180DC = 0x060180DC;
-D_060127C8 = 0x060127C8;
-D_06012BC8 = 0x06012BC8;
-D_06012FC8 = 0x06012FC8;
-D_060133C8 = 0x060133C8;
-D_0600FFC8 = 0x0600FFC8;
-D_060107C8 = 0x060107C8;
-D_06010FC8 = 0x06010FC8;
-D_060117C8 = 0x060117C8;
-D_06011FC8 = 0x06011FC8;
-
-/* z_en_ma4 */
-D_060003B0 = 0x060003B0;
-D_06007328 = 0x06007328;
-D_06002A8C = 0x06002A8C;
-D_06015B7C = 0x06015B7C;
-D_06013928 = 0x06013928;
-D_0600FFC8 = 0x0600FFC8;
-D_060107C8 = 0x060107C8;
-D_06010FC8 = 0x06010FC8;
-D_060117C8 = 0x060117C8;
-D_06011FC8 = 0x06011FC8;
-D_060127C8 = 0x060127C8;
-D_06012BC8 = 0x06012BC8;
-D_06012FC8 = 0x06012FC8;
-D_060133C8 = 0x060133C8;
-D_06009E58 = 0x06009E58;
-D_06002A8C = 0x06002A8C;
-D_06018948 = 0x06018948;
-D_0601B76C = 0x0601B76C;
-D_06007328 = 0x06007328;
-D_06014088 = 0x06014088;
-D_06015B7C = 0x06015B7C;
-D_06007D98 = 0x06007D98;
-D_0600852C = 0x0600852C;
-D_06008F6C = 0x06008F6C;
-
-/* z_en_minifrog */
-D_060007BC = 0x060007BC;
-D_06001534 = 0x06001534;
-D_060059A0 = 0x060059A0;
-D_06005BA0 = 0x06005BA0;
-D_0600B538 = 0x0600B538;
-
-/* en_niw */
-D_060000E8 = 0x060000E8;
-D_060023B0 = 0x060023B0;
-D_06002428 = 0x06002428;
-D_06002530 = 0x06002530;
-
-/* z_en_nnh */
-D_06001510 = 0x06001510;
-
-/* z_en_ossan */
-D_06013320 = 0x06013320;
-D_06012C34 = 0x06012C34;
-D_060028A0 = 0x060028A0;
-D_06009D34 = 0x06009D34;
-D_0600CB3C = 0x0600CB3C;
-D_0600DE34 = 0x0600DE34;
-D_0600E3EC = 0x0600E3EC;
-D_0600C58C = 0x0600C58C;
-D_0600F00C = 0x0600F00C;
-D_0600B9D8 = 0x0600B9D8;
-D_0600C26C = 0x0600C26C;
-D_0600D354 = 0x0600D354;
-D_060131FC = 0x060131FC;
-D_0601430C = 0x0601430C;
-D_060138B0 = 0x060138B0;
-D_0600A460 = 0x0600A460;
-D_06006498 = 0x06006498;
-D_06007140 = 0x06007140;
-D_06006D40 = 0x06006D40;
-D_06005BC0 = 0x06005BC0;
-D_06006F18 = 0x06006F18;
-D_06006B18 = 0x06006B18;
-
-/* z_en_pamera */
-D_06008448 = 0x06008448;
-D_060005BC = 0x060005BC;
-D_06008AE0 = 0x06008AE0;
-D_06008E38 = 0x06008E38;
-D_0600A844 = 0x0600A844;
-D_0600B0C4 = 0x0600B0C4;
-D_06009870 = 0x06009870;
-D_06009F54 = 0x06009F54;
-D_0600B5B0 = 0x0600B5B0;
-D_0600BCC4 = 0x0600BCC4;
-D_0600D9DC = 0x0600D9DC;
-D_0600E16C = 0x0600E16C;
-D_0600C9F4 = 0x0600C9F4;
-D_0600D0F0 = 0x0600D0F0;
-D_060074E8 = 0x060074E8;
-D_060078E8 = 0x060078E8;
-D_060066E8 = 0x060066E8;
-D_06006AE8 = 0x06006AE8;
-D_06006EE8 = 0x06006EE8;
-D_060072E8 = 0x060072E8;
-D_060073E8 = 0x060073E8;
-
-/* z_en_pametfrog */
-D_06000994 = 0x06000994;
-D_06001B08 = 0x06001B08;
-D_06001E14 = 0x06001E14;
-D_06001F20 = 0x06001F20;
-D_060030E4 = 0x060030E4;
-D_0600347C = 0x0600347C;
-D_060039C4 = 0x060039C4;
-D_06003F28 = 0x06003F28;
-D_06004298 = 0x06004298;
-D_06004680 = 0x06004680;
-D_06004894 = 0x06004894;
-D_06004D50 = 0x06004D50;
-D_060050B8 = 0x060050B8;
-D_060052EC = 0x060052EC;
-D_06005694 = 0x06005694;
-D_06005D54 = 0x06005D54;
-D_060066B4 = 0x060066B4;
-D_060070C4 = 0x060070C4;
-D_0600DF98 = 0x0600DF98;
-D_0600F990 = 0x0600F990;
-D_0600F048 = 0x0600F048;
-
-/* z_en_po_fusen */
-D_06000040 = 0x06000040;
-D_060024F0 = 0x060024F0;
-
-/* z_en_rsn */
-D_06009220 = 0x06009220;
-D_06009120 = 0x06009120;
-D_06005458 = 0x06005458;
-D_0600788C = 0x0600788C;
-
-/* z_en_sb */
-D_06000194 = 0x06000194;
-D_0600004C = 0x0600004C;
-D_06000124 = 0x06000124;
-D_06002C8C = 0x06002C8C;
-D_060000B4 = 0x060000B4;
-D_06002BF0 = 0x06002BF0;
-
-/* z_en_sob1 */
-D_06008268 = 0x06008268;
-D_0600D208 = 0x0600D208;
-D_0600078C = 0x0600078C;
-D_06011AC8 = 0x06011AC8;
-D_060000FC = 0x060000FC;
-D_06000970 = 0x06000970;
-D_060087BC = 0x060087BC;
-D_060050A0 = 0x060050A0;
-D_060058A0 = 0x060058A0;
-D_060060A0 = 0x060060A0;
-D_06010438 = 0x06010438;
-D_06010C38 = 0x06010C38;
-D_06011038 = 0x06011038;
-
-/* z_en_suttari */
-D_0600C240 = 0x0600C240;
-D_0600071C = 0x0600071C;
-D_060128F4 = 0x060128F4;
-D_06011F84 = 0x06011F84;
-D_06012E84 = 0x06012E84;
-D_0601139C = 0x0601139C;
-D_06011C38 = 0x06011C38;
-D_06010BDC = 0x06010BDC;
-D_0600AF90 = 0x0600AF90;
-D_06013380 = 0x06013380;
-
-/* z_en_torch2 */
-D_0401C430 = 0x0401C430;
-D_04048DF0 = 0x04048DF0;
-D_04057B10 = 0x04057B10;
-D_04089070 = 0x04089070;
-
-/* z_en_toto */
-D_06000C80 = 0x06000C80;
-D_06001324 = 0x06001324;
-D_060016A4 = 0x060016A4;
-D_06001DF0 = 0x06001DF0;
-D_060022C8 = 0x060022C8;
-D_060028B8 = 0x060028B8;
-D_06002F20 = 0x06002F20;
-D_06003AA8 = 0x06003AA8;
-D_06008AE8 = 0x06008AE8;
-D_0600A068 = 0x0600A068;
-D_0600A468 = 0x0600A468;
-D_0600A978 = 0x0600A978;
-D_0600B3E0 = 0x0600B3E0;
-D_0600B894 = 0x0600B894;
-D_0600BC08 = 0x0600BC08;
-D_0600C880 = 0x0600C880;
-
-/* z_en_trt */
-D_0600FEF0 = 0x0600FEF0;
-D_0600FD34 = 0x0600FD34;
-D_0600DE68 = 0x0600DE68;
-D_06002224 = 0x06002224;
-D_06001EF4 = 0x06001EF4;
-D_060030EC = 0x060030EC;
-D_0600D52C = 0x0600D52C;
-D_06002CB0 = 0x06002CB0;
-D_0600EE98 = 0x0600EE98;
-D_06003D78 = 0x06003D78;
-D_06000A44 = 0x06000A44;
-D_0600B0B8 = 0x0600B0B8;
-D_0600B8B8 = 0x0600B8B8;
-D_0600C0B8 = 0x0600C0B8;
-
-/* z_en_warp_uzu */
-D_06000EC0 = 0x06000EC0;
-
-/* z_item_b_heart */
-D_06001290 = 0x06001290;
-D_06001470 = 0x06001470;
-
-/* z_obj_bell */
-D_06001BA8 = 0x06001BA8;
-D_06000840 = 0x06000840;
-D_06000570 = 0x06000570;
-D_06000698 = 0x06000698;
-D_060008D0 = 0x060008D0;
-D_06000960 = 0x06000960;
-D_060007A8 = 0x060007A8;
-
-/* z_obj_boyo */
-D_06000300 = 0x06000300;
-D_06000E88 = 0x06000E88;
-
-/* z_obj_dinner */
-D_060011E0 = 0x060011E0;
-
-/* z_obj_ending */
-D_060003D0 = 0x060003D0;
-D_060031A0 = 0x060031A0;
-D_06003440 = 0x06003440;
-D_06001FF8 = 0x06001FF8;
-
-/* z_obj_funen */
-D_060000D0 = 0x060000D0;
-
-/* z_obj_ghaka */
-D_06001A20 = 0x06001A20;
-D_06001980 = 0x06001980;
-D_06003CD0 = 0x06003CD0;
-
-/* z_obj_hana */
-D_06000500 = 0x06000500;
-
-/* z_obj_hgdoor */
-D_06001D10 = 0x06001D10;
-D_060018C0 = 0x060018C0;
-D_06001AB0 = 0x06001AB0;
-D_06001BA8 = 0x06001BA8;
-D_06001670 = 0x06001670;
-D_06001768 = 0x06001768;
-
-/* z_obj_hsstump */
-D_060003B8 = 0x060003B8;
-D_060011B0 = 0x060011B0;
-
-/* z_obj_kepn_koya */
-D_0600805C = 0x0600805C;
-D_06003478 = 0x06003478;
-
-/* z_obj_kibako */
-D_05007890 = 0x05007890;
-D_05007980 = 0x05007980;
-D_06001180 = 0x06001180;
-D_06001A70 = 0x06001A70;
-
-/* z_obj_lightswitch */
-D_06000260 = 0x06000260;
-D_06000398 = 0x06000398;
-D_06000408 = 0x06000408;
-D_06000420 = 0x06000420;
-D_06000C20 = 0x06000C20;
-D_06001420 = 0x06001420;
-
-/* z_obj_milk_bin */
-D_060004B0 = 0x060004B0;
-
-/* z_obj_moon_stone */
-D_06001C60 = 0x06001C60;
-D_06000D78 = 0x06000D78;
-D_06000C80 = 0x06000C80;
-
-/* z_obj_raillift */
-D_06004FF8 = 0x06004FF8;
-D_060048D0 = 0x060048D0;
-D_06004BF0 = 0x06004BF0;
-D_060071B8 = 0x060071B8;
-D_06000208 = 0x06000208;
-
-/* z_obj_tokei_step */
-D_06000088 = 0x06000088;
-D_06000968 = 0x06000968;
-
-/* z_obj_visiblock */
-D_06000AD0 = 0x06000AD0;
-D_06000140 = 0x06000140;
-