papermario/ver/us/splat.yaml
2024-09-13 03:22:01 +09:00

14827 lines
416 KiB
YAML

name: Paper Mario (North America)
sha1: 3837f44cda784b466c9a2d99df70d77c322b97a0
options:
basename: papermario
find_file_boundaries: True
compiler: GCC
mnemonic_ljust: 10
platform: n64
subalign: 8
asm_data_macro: "dlabel"
base_path: ../..
target_path: ver/us/baserom.z64
extensions_path: tools/splat_ext
symbol_addrs_path: ver/us/symbol_addrs.txt
ld_script_path: ver/us/papermario.ld
ld_symbol_header_path: ver/us/build/include/ld_addrs.h
src_path: src
asm_path: ver/us/asm
asset_path: assets/us
build_path: ver/us/build
cache_path: ver/us/.splat_cache
create_undefined_funcs_auto: False
create_undefined_syms_auto: False
undefined_funcs_auto_path: ver/us/undefined_funcs_auto.txt
undefined_syms_auto_path: ver/us/undefined_syms_auto.txt
ld_wildcard_sections: True
ld_use_symbolic_vram_addresses: False
hasm_in_src_path: True
vram_classes:
# Main
- { name: main, vram: 0x80025C00 }
- { name: engine1, vram: 0x800DC500, vram_symbol: overlays_start } # follows_classes: [main] (hard-coded in undefined_syms since BG data / map data doesn't shift currently)
- { name: engine2, vram: 0x8010F6D0, vram_symbol: engine1_VRAM_END }
- { name: heaps, vram: 0x80197000, vram_symbol: engine2_VRAM_END }
# Battle
- { name: battle_area, vram: 0x80218000, vram_symbol: heaps_VRAM_END }
- { name: battle_area2, vram: 0x80231000, vram_symbol: Vine1Base } # ???
- { name: battle_partner, vram: 0x80238000, follows_classes: [battle_area] }
- { name: battle_code, vram: 0x8023E000, follows_classes: [battle_partner] }
- { name: battle_move, vram: 0x802A1000, follows_classes: [battle_code] }
- { name: action_cmd, vram: 0x802A9000, follows_classes: [battle_move] }
# File menu / Pause menu
# seems wrong, but this follows the battle partner overlay as the battle_code class does
- { name: ui_images_filemenu_pause, vram: 0x8023E000, vram_symbol: battle_code_CLASS_VRAM } # follows_classes: [battle_partner] }
- { name: filemenu_pause, vram: 0x80242BA0, vram_symbol: ui_images_filemenu_pause_VRAM_END }
# World
- { name: world_model_anim, vram: 0x80234000, vram_symbol: Vine0Base } # ???
- { name: map, vram: 0x80240000, follows_classes: [world_model_anim] }
- { name: heaps2, vram: 0x80267FF0, follows_classes: [map] }
- { name: world_script_api, vram: 0x80280000, follows_classes: [heaps2] }
# Totally linear past this point
- { name: texture_memory, vram: 0x8028E000, follows_classes: [battle_code, world_script_api] }
- { name: world_action, vram: 0x802B6000, follows_classes: [texture_memory] }
- { name: indicator_icon, vram: 0x802B7000, follows_classes: [world_action] }
- { name: model_clear_render_tasks, vram: 0x802B7E00, follows_classes: [indicator_icon] }
- { name: area_entities, vram: 0x802BAE00, vram_symbol: model_clear_render_tasks_VRAM_END }
- { name: world_partner, vram: 0x802BD100, follows_classes: [area_entities] }
- { name: world_use_item, vram: 0x802C0000, follows_classes: [world_partner] }
- { name: evt, vram: 0x802C3000, vram_symbol: world_use_item_VRAM_END }
- { name: engine4, vram: 0x802DBD40, vram_symbol: evt_VRAM_END }
- { name: entity, vram: 0x802E0D90, vram_symbol: engine4_VRAM_END }
- { name: font_width, vram: 0x802EB3D0, vram_symbol: entity_VRAM_END }
- { name: heaps3, vram: 0x802FB800, vram_symbol: font_width_VRAM_END }
# Segments / misc
- [effect_gfx, 0x09000000]
- [entity_model, 0x0A000000]
- [entity_model_anim, 0x00000000]
- { name: dgb_01_smash_bridges, vram: 0x80200000, vram_symbol: D_80200000 }
asset_stack:
- us
segments:
- { name: header, type: header, start: 0x0000 }
- name: boot
type: code
start: 0x0040
vram: 0xA4000040
subsegments:
- [0x0040, hasm, boot/ipl3_boot]
- [0x0B70, bin, rspboot_font]
- name: main
type: code
start: 0x1000
vram_class: main
subsegments:
- [auto, hasm, boot/entry_point]
- [auto, c, bss/main_pre_bss]
- [auto, c, is_debug, -g -fforce-addr]
- [auto, c, main_pre]
- [auto, c, main]
- [auto, c, main_loop]
- [auto, c, background_gfx]
- [auto, c, input]
- [auto, c, rumble]
- [auto, c, 43F0]
- [auto, c, heap]
- [auto, c, fio]
- [auto, c, curtains]
- [auto, c, crash_screen]
- [auto, c, os/nusys/nugfxtaskmgr, -fforce-addr]
- [auto, c, os/nusys/nusimgr]
- [auto, c, load_obfuscation_shims]
- [auto, c, cam_main]
- [auto, c, cam_mode_2]
- [auto, c, cam_mode_1]
- [auto, c, cam_mode_0]
- [auto, c, cam_mode_6]
- [auto, c, cam_mode_unused]
- [auto, c, cam_mode_5]
- [auto, c, cam_mode_zone_interp]
- [auto, c, cam_math]
- [auto, c, game_modes]
- [auto, c, state_startup]
- [auto, c, startup_screen_fading]
- [auto, c, state_battle]
- [auto, c, state_logos]
- [auto, c, state_pause]
- [auto, c, state_file_select]
- [auto, c, state_world]
- [auto, c, 111f0_len_860] # possibly still state_world
- [auto, c, state_intro]
- [auto, c, state_title_screen]
- [auto, c, state_demo]
- [auto, c, npc]
- [auto, c, encounter]
- [auto, c, encounter_api]
- [auto, c, status_icons]
- [auto, c, 23680]
- [auto, c, 25AF0]
- [auto, c, audio/25f00_len_940]
- [auto, c, audio/sfx_player]
- [auto, c, audio/28910_len_5090]
- [auto, c, audio/2BF90]
- [auto, c, audio/2d9a0_len_890]
- [auto, c, audio/2e230_len_2190]
- [auto, c, audio/303c0_len_3e10]
- [auto, c, audio/30450]
- [auto, c, audio/31650]
- [auto, c, audio/33450]
- [auto, c, audio/tables]
- [auto, c, audio/reverb]
- [auto, c, effects]
- [auto, c, 5B320]
- [auto, c, world/world]
- [auto, c, collision]
- [auto, c, 38F00]
- [auto, c, 39210_len_aa0]
- [auto, c, os/nusys/nuboot]
- [auto, c, os/nusys/nusched]
- [auto, c, os/nusys/nugfxfuncset]
- [auto, c, os/nusys/nugfxprenmifuncset]
- [auto, c, os/nusys/nugfxtaskallendwait]
- [auto, c, os/nusys/nugfxsetcfb]
- [auto, c, os/nusys/nugfxdisplayoff]
- [auto, c, os/nusys/nugfxdisplayon]
- [auto, c, os/nusys/nupiinit]
- [auto, c, os/nusys/nupireadrom]
- [auto, c, os/nusys/nugfxinit]
- [auto, c, os/nusys/nucontinit]
- [auto, c, os/nusys/nucontdataget]
- [auto, c, os/nusys/nucontpakmgr]
- [auto, c, os/nusys/nucontrmbmgr]
- [auto, c, os/nusys/nucontrmbstart]
- [auto, c, os/nusys/nucontrmbcheck]
- [auto, c, os/nusys/nucontrmbmodeset]
- [auto, c, os/nusys/nucontrmbforcestop]
- [auto, c, os/nusys/nucontrmbforcestopend]
- [auto, c, os/nusys/nupireadromoverlay]
- [auto, c, os/nusys/nugfxthread]
- [auto, c, os/nusys/nugfxswapcfbfuncset]
- [auto, c, os/nusys/nugfxswapcfb]
- [auto, c, os/nusys/nugfxretracewait]
- [auto, c, os/nusys/nusicallbackadd]
- [auto, c, os/nusys/nusicallbackremove]
- [auto, c, os/nusys/nucontmgr]
- [auto, c, os/nusys/nucontdatalock]
- [auto, c, os/nusys/nucontqueryread]
- [auto, hasm, os/osSetIntMask]
- [auto, c, os/pimgr, gcc_272 -O3]
- [auto, c, os/epirawdma, gcc_272 -O3]
- [auto, c, os/epiwrite, gcc_272 -O3]
- [auto, c, os/epiread, gcc_272 -O3]
- [auto, c, os/epidma, gcc_272 -O3]
- [auto, c, os/epilinkhandle, gcc_272 -O3]
- [auto, c, os/cartrominit, gcc_272 -O3]
- [auto, c, os/devmgr, gcc_272 -O3]
- [auto, c, os/piacs, gcc_272 -O3]
- [auto, c, os/aigetlength, gcc_272 -O3]
- [auto, c, os/aigetstatus, gcc_272 -O3]
- [auto, c, os/aisetfrequency, gcc_272 -O3]
- [auto, c, os/aisetnextbuf, gcc_272 -O3]
- [auto, hasm, os/osInvalDCache]
- [auto, hasm, os/osInvalICache]
- [auto, hasm, os/osWritebackDCache]
- [auto, hasm, os/osWritebackDCacheAll]
- [auto, c, os/contquery, gcc_272 -O3]
- [auto, c, os/contreaddata, gcc_272 -O3]
- [auto, c, os/controller, gcc_272 -O3]
- [auto, c, os/virtualtophysical, gcc_272 -O3]
- [auto, c, os/sqrtf, -ffast-math]
- [auto, c, os/coss, gcc_272 -O3]
- [auto, c, os/frustum, gcc_272 -O3]
- [auto, c, os/guLookAt, gcc_272 -O3]
- [auto, c, os/lookathil, gcc_272 -O3]
- [auto, c, os/lookatref, gcc_272 -O3]
- [auto, c, os/guOrtho, gcc_272 -O3]
- [auto, c, os/perspective, gcc_272 -O3]
- [auto, c, os/position, gcc_272 -O3]
- [auto, c, os/rotateRPY, gcc_272 -O3]
- [auto, c, os/sins, gcc_272 -O3]
- [auto, hasm, os/bcopy]
- [auto, hasm, os/bzero]
- [auto, c, os/string, gcc_272 -O3]
- [auto, c, os/xprintf, gcc_272 -O3]
- [auto, c, os/sprintf, gcc_272 -O3]
- [auto, c, os/createmesgqueue]
- [auto, c, os/jammesg, gcc_272 -O3]
- [auto, c, os/recvmesg, gcc_272 -O3]
- [auto, c, os/sendmesg, gcc_272 -O3]
- [auto, c, os/seteventmesg, gcc_272 -O3]
- [auto, hasm, os/osGetCount]
- [auto, c, os/sptask, gcc_272 -O3]
- [auto, c, os/sptaskyield, gcc_272 -O3]
- [auto, c, os/sptaskyielded, gcc_272 -O3]
- [auto, c, os/sirawdma, gcc_272 -O3]
- [auto, c, os/siacs, gcc_272 -O3]
- [auto, c, os/createthread, gcc_272 -O3]
- [auto, c, os/getthreadpri, gcc_272 -O3]
- [auto, c, os/setthreadpri, gcc_272 -O3]
- [auto, c, os/startthread, gcc_272 -O3]
- [auto, c, os/stopthread, gcc_272 -O3]
- [auto, c, os/thread, gcc_272 -O3]
- [auto, c, os/yieldthread, gcc_272 -O3]
- [auto, c, os/getactivequeue, gcc_272 -O3]
- [auto, c, os/gettime, gcc_272 -O3]
- [auto, c, os/settime, gcc_272 -O3]
- [auto, c, os/settimer, gcc_272 -O3]
- [auto, c, os/timerintr, gcc_272 -O3]
- [auto, hasm, os/osMapTLB]
- [auto, hasm, os/__osProbeTLB]
- [auto, hasm, os/osUnmapTLB]
- [auto, hasm, os/osUnmapTLBAll]
- [auto, c, os/vigetcurrframebuf, gcc_272 -O3]
- [auto, c, os/vigetnextframebuf, gcc_272 -O3]
- [auto, c, os/vigetmode, gcc_272 -O3]
- [auto, c, os/vimgr, gcc_272 -O3]
- [auto, c, os/vitbl, gcc_272 -O3]
- [auto, c, os/visetevent, gcc_272 -O3]
- [auto, c, os/visetmode, gcc_272 -O3]
- [auto, c, os/visetspecial, gcc_272 -O3]
- [auto, c, os/visetyscale, gcc_272 -O3]
- [auto, c, os/viswapbuf, gcc_272 -O3]
- [auto, c, os/viswapcontext, gcc_272 -O3]
- [auto, c, os/viblack, gcc_272 -O3]
- [auto, c, os/virepeatline, gcc_272 -O3]
- [auto, c, os/vimodentsclan1]
- [auto, c, os/vimodempallan1]
- [auto, hasm, os/guMtxIdent] # has padding
- [auto, hasm, os/guMtxIdentF]
- [auto, hasm, os/guMtxF2L]
- [auto, hasm, os/guMtxL2F]
- [auto, hasm, os/guMtxCatF]
- [auto, hasm, os/guScale]
- [auto, hasm, os/guScaleF]
- [auto, hasm, os/guTranslate]
- [auto, hasm, os/guTranslateF]
- [auto, c, os/guMtxCat, gcc_272 -O3]
- [auto, c, os/guMtxXFML, gcc_272 -O3]
- [auto, c, os/guMtxXFMF, gcc_272 -O3]
- [auto, c, os/guRotate, gcc_272 -O3]
- [auto, c, os/motor, gcc_272 -O3]
- [auto, c, os/pfsallocatefile, gcc_272 -O3]
- [auto, c, os/pfsdeletefile, gcc_272 -O3]
- [auto, c, os/pfsreadwritefile, gcc_272 -O3]
- [auto, c, os/pfsfilestate, gcc_272 -O3]
- [auto, c, os/pfsfindfile, gcc_272 -O3]
- [auto, c, os/pfsfreeblocks, gcc_272 -O3]
- [auto, c, os/pfsnumfiles, gcc_272 -O3]
- [auto, c, os/pfsinitpak, gcc_272 -O3]
- [auto, c, os/pfsrepairid, gcc_272 -O3]
- [auto, c, os/pfsgetstatus, gcc_272 -O3]
- [auto, c, os/pfsselectbank, gcc_272 -O3]
- [auto, c, os/contpfs, gcc_272 -O3]
- [auto, c, os/contramread, gcc_272 -O3]
- [auto, c, os/contramwrite, gcc_272 -O3]
- [auto, hasm, os/parameters]
- [auto, c, os/afterprenmi, gcc_272 -O3]
- [auto, c, os/initialize, gcc_272 -O3]
- [auto, hasm, os/exceptasm]
- [auto, hasm, os/__osDisableInt]
- [auto, hasm, os/__osRestoreInt]
- [auto, c, os/setglobalintmask, gcc_272 -O3]
- [auto, c, os/resetglobalintmask, gcc_272 -O3]
- [auto, c, os/pirawdma, gcc_272 -O3]
- [auto, c, os/pigetcmdq, gcc_272 -O3]
- [auto, c, os/epirawread, gcc_272 -O3]
- [auto, c, os/epirawwrite, gcc_272 -O3]
- [auto, c, os/ai, gcc_272 -O3]
- [auto, hasm, os/bcmp]
- [auto, c, os/xlitob, gcc_272 -O3]
- [auto, c, os/xldtob, gcc_272 -O3]
- [auto, hasm, os/__osGetCause]
- [auto, hasm, os/__osGetSR]
- [auto, hasm, os/__osSetCompare]
- [auto, hasm, os/setfpccsr]
- [auto, hasm, os/setsr]
- [auto, hasm, os/__osSetWatchLo]
- [auto, c, os/sp, gcc_272 -O3]
- [auto, c, os/spgetstat, gcc_272 -O3]
- [auto, c, os/spsetstat, gcc_272 -O3]
- [auto, c, os/spsetpc, gcc_272 -O3]
- [auto, c, os/sprawdma, gcc_272 -O3]
- [auto, c, os/sirawread, gcc_272 -O3]
- [auto, c, os/sirawwrite, gcc_272 -O3]
- [auto, c, os/crc, gcc_272 -O3]
- [auto, c, os/destroythread, gcc_272 -O3]
- [auto, hasm, os/osMapTLBRdb]
- [auto, c, os/vi, gcc_272 -O3]
- [auto, c, os/vigetcurrcontext, gcc_272 -O3]
- [auto, hasm, os/padding]
- [auto, hasm, os/guNormalize]
- [auto, c, os/pfschecker, gcc_272 -O3]
- [auto, c, os/pfsisplug, gcc_272 -O3]
- [auto, c, os/vimodepallan1]
- [auto, c, os/ldiv, gcc_272 -O3]
- [auto, c, os/osSiDeviceBusy]
- [auto, c, gcc/divdi3, -g2]
- [auto, c, gcc/moddi3, -g2]
- [auto, c, gcc/udivdi3, -g2]
- [auto, c, gcc/umoddi3, -g2]
- [auto, c, os/strcpy, gcc_272 -O1]
- [auto, c, os/strcmp, gcc_272 -O1]
- [auto, c, os/memset, gcc_272 -O1]
- [auto, hasm, os/decode_yay0]
- [auto, c, os/osFlash]
- [0x4AC90, pm_effect_loads, effect_loads]
- [auto, c, bss/main_post_bss]
- [auto, c, battle/battle]
- [auto, c, battle/battle_bss]
- [0x4E5A0, bin, n_aspMain_text]
- start: 0x4F200
type: .data
name: main_pre
subsegments:
- [0x4F200]
- [0x4F210, i4, reset_tiles, 128, 8]
- start: 0x4F9E0
type: .data
name: curtains
subsegments:
- [0x4F9E0, i4, theater/walls, 16, 32]
- [0x4FAE0]
- [0x4FB30, rgba32, theater/curtains, 32, 32] #TODO: flip
- [0x50B30]
- [0x50B80, ci4, theater/floor, 32, 16] #TODO: flip
- [0x50C80, palette, theater/floor]
- [0x50CA0]
- [0x50D20, vtx, theater/left_wall_vtx]
- [0x50D80, vtx, theater/right_wall_vtx]
- [0x50DE0, vtx, theater/floor_vtx]
- [0x50F70, vtx, theater/left_inset_shadow_vtx]
- [0x50FB0, vtx, theater/right_inset_shadow_vtx]
- [0x50FF0, vtx, theater/curtain_vtx]
- [0x511E0, vtx, theater/wall_shadows_vtx]
- [0x51260]
- [0x51540, ia8, ui/no_controller, 128, 32]
- start: auto
type: .data
name: crash_screen
subsegments:
- [0x52690, i1, crash_screen/font, 32, 64]
- [0x52790]
- [0x71430, bin, gspF3DEX2kawase_fifo_text]
- [0x72A60, bin, gspF3DEX2kawase_fifo_data]
- [0x72E80, bin, n_aspMain_data]
- [0x73130]
- name: engine1
type: code
start: 0x759B0
vram_class: engine1
subsegments:
- [auto, c, bss/engine1_pre_bss]
- [auto, c, npc_collision]
- [auto, c, 77480]
- [auto, c, 7B440]
- [auto, c, 7BB60]
- [auto, c, 7E9D0]
- [auto, c, world/menus]
- [auto, c, inventory]
- [auto, c, world/actions] # DUMMY ROM
- [auto, c, world/partners]
- [auto, c, global_hud_scripts]
- [auto, c, 891b0_len_fb0]
- [auto, c, 8a160_len_700]
- [auto, c, 8a860_len_3f30]
- [auto, c, draw_box]
- [auto, c, bss/engine1_post_bss]
- start: 0x919B0
type: .data
name: global_hud_scripts
subsegments:
- [auto, ci4, ui/input/a_button_unpressed, 48, 40]
- [auto, palette, ui/input/a_button_unpressed]
- [auto, ci4, ui/input/a_button_pressed, 48, 40]
- [auto, palette, ui/input/a_button_pressed]
- [auto, ci4, ui/input/analog_stick, 32, 32]
- [auto, palette, ui/input/analog_stick]
- [auto, ci4, ui/input/analog_stick_left, 40, 32]
- [auto, palette, ui/input/analog_stick_left]
- [auto, ci4, ui/input/analog_stick2, 32, 32]
- [auto, palette, ui/input/analog_stick2]
- [auto, ci4, ui/input/analog_stick_right, 40, 32]
- [auto, palette, ui/input/analog_stick_right]
- [auto, ci4, ui/input/analog_stick3, 32, 32]
- [auto, palette, ui/input/analog_stick3]
- [auto, ci4, ui/input/analog_stick_down, 32, 32]
- [auto, palette, ui/input/analog_stick_down]
- [auto, ci4, ui/input/analog_stick_up, 32, 32]
- [auto, palette, ui/input/analog_stick_up]
- [auto, ci4, ui/unk_bar, 72, 16]
- [auto, palette, ui/unk_bar]
- [auto, ci4, ui/ok, 24, 16]
- [auto, palette, ui/ok]
- [auto, ci4, ui/input/start_button, 48, 40]
- [auto, palette, ui/input/start_button]
- [auto, ci4, ui/input/start_button2, 48, 40]
- [auto, palette, ui/input/start_button2]
- [auto, ci4, ui/input/start_text, 24, 8]
- [auto, palette, ui/input/start_text]
- [auto, ci4, ui/hammer, 32, 32]
- [auto, palette, ui/hammer]
- [auto, palette, ui/hammer.disabled]
- [auto, ci4, ui/super_hammer, 32, 32]
- [auto, palette, ui/super_hammer]
- [auto, palette, ui/super_hammer.disabled]
- [auto, ci4, ui/ultra_hammer, 32, 32]
- [auto, palette, ui/ultra_hammer]
- [auto, palette, ui/ultra_hammer.disabled]
- [auto, ci4, ui/boots, 32, 32]
- [auto, palette, ui/boots]
- [auto, palette, ui/boots.disabled]
- [auto, ci4, ui/super_boots, 32, 32]
- [auto, palette, ui/super_boots]
- [auto, palette, ui/super_boots.disabled]
- [auto, ci4, ui/ultra_boots, 32, 32]
- [auto, palette, ui/ultra_boots]
- [auto, palette, ui/ultra_boots.disabled]
- [auto, ci4, ui/item, 32, 32]
- [auto, palette, ui/item]
- [auto, palette, ui/item.disabled]
- [auto, ci4, ui/star_spirit, 32, 32]
- [auto, palette, ui/star_spirit]
- [auto, palette, ui/star_spirit.disabled]
- [auto, ci4, ui/arrow_left, 16, 16]
- [auto, palette, ui/arrow_left]
- [auto, ci4, ui/arrow_right, 16, 16]
- [auto, palette, ui/arrow_right]
- [auto, ci4, ui/point_right, 16, 16]
- [auto, palette, ui/point_right]
- [auto, ci4, ui/pip, 8, 8]
- [auto, palette, ui/pip]
- [auto, ci4, ui/pip2, 8, 8]
- [auto, palette, ui/pip2]
- [auto, ci4, ui/coin_sparkle_0, 8, 8]
- [auto, palette, ui/coin_sparkle_0]
- [auto, ci4, ui/coin_sparkle_1, 8, 8]
- [auto, palette, ui/coin_sparkle_1]
- [auto, ci4, ui/coin_sparkle_2, 8, 8]
- [auto, palette, ui/coin_sparkle_2]
- [auto, ci4, ui/coin_sparkle_3, 8, 8]
- [auto, palette, ui/coin_sparkle_3]
- [auto, ci4, ui/coin_sparkle_4, 8, 8]
- [auto, palette, ui/coin_sparkle_4]
- [auto, ci4, ui/coin_sparkle_5, 8, 8]
- [auto, palette, ui/coin_sparkle_5]
- [auto, ci4, ui/coin_sparkle_none, 8, 8]
- [auto, palette, ui/coin_sparkle_none]
- [auto, ia8, ui/status/star_point_shine, 24, 24]
- [auto, ci4, ui/status/star_piece_0, 16, 16]
- [auto, palette, ui/status/star_piece_0]
- [auto, ci4, ui/status/star_piece_1, 16, 16]
- [auto, palette, ui/status/star_piece_1]
- [auto, ci4, ui/status/star_piece_2, 16, 16]
- [auto, palette, ui/status/star_piece_2]
- [auto, ci4, ui/menu_times, 8, 8]
- [auto, palette, ui/menu_times]
- [auto, ci4, ui/fp_cost, 16, 8]
- [auto, palette, ui/fp_cost]
- [auto, palette, ui/fp_cost.reduced]
- [auto, palette, ui/fp_cost.reduced_twice]
- [auto, palette, ui/fp_cost.notenough]
- [auto, ci4, ui/pow_cost, 16, 8]
- [auto, palette, ui/pow_cost]
- [auto, palette, ui/pow_cost.reduced]
- [auto, palette, ui/pow_cost.reduced_twice]
- [auto, palette, ui/pow_cost.notenough]
- [auto, ci4, ui/green_arrow_down, 16, 8]
- [auto, palette, ui/green_arrow_down]
- [auto, ci4, ui/green_arrow_up, 16, 8]
- [auto, palette, ui/green_arrow_up]
- [auto, ci4, ui/kaime, 56, 24]
- [auto, palette, ui/kaime]
- [auto, ci4, ui/unused_1, 16, 16]
- [auto, palette, ui/unused_1]
- [auto, ci4, ui/unused_2, 16, 16]
- [auto, palette, ui/unused_2]
- [auto, ci4, ui/unused_3, 16, 16]
- [auto, palette, ui/unused_3]
- [auto, ci4, ui/red_bar1, 112, 8]
- [auto, palette, ui/red_bar1]
- [auto, ci4, ui/empty_bar, 112, 8]
- [auto, palette, ui/empty_bar]
- [auto, ci4, ui/red_bar2, 104, 8]
- [auto, palette, ui/red_bar2]
- [auto, ci4, ui/eldstar, 32, 32]
- [auto, palette, ui/eldstar]
- [auto, palette, ui/eldstar.disabled]
- [auto, ci4, ui/mamar, 32, 32]
- [auto, palette, ui/mamar]
- [auto, palette, ui/mamar.disabled]
- [auto, ci4, ui/skolar, 32, 32]
- [auto, palette, ui/skolar]
- [auto, palette, ui/skolar.disabled]
- [auto, ci4, ui/muskular, 32, 32]
- [auto, palette, ui/muskular]
- [auto, palette, ui/muskular.disabled]
- [auto, ci4, ui/misstar, 32, 32]
- [auto, palette, ui/misstar]
- [auto, palette, ui/misstar.disabled]
- [auto, ci4, ui/klevar, 32, 32]
- [auto, palette, ui/klevar]
- [auto, palette, ui/klevar.disabled]
- [auto, ci4, ui/kalmar, 32, 32]
- [auto, palette, ui/kalmar]
- [auto, palette, ui/kalmar.disabled]
- [auto, ci4, ui/star_beam, 32, 32]
- [auto, palette, ui/star_beam]
- [auto, palette, ui/star_beam.disabled]
- [auto, ci4, ui/peach_beam, 32, 32]
- [auto, palette, ui/peach_beam]
- [auto, palette, ui/peach_beam.disabled]
- [auto, ci4, ui/mario_head, 16, 16]
- [auto, palette, ui/mario_head]
- [auto, ci4, ui/partner0, 32, 32]
- [auto, palette, ui/partner0]
- [auto, palette, ui/partner0.disabled]
- [auto, ci4, ui/goombario, 32, 32]
- [auto, palette, ui/goombario]
- [auto, palette, ui/goombario.disabled]
- [auto, ci4, ui/kooper, 32, 32]
- [auto, palette, ui/kooper]
- [auto, palette, ui/kooper.disabled]
- [auto, ci4, ui/bombette, 32, 32]
- [auto, palette, ui/bombette]
- [auto, palette, ui/bombette.disabled]
- [auto, ci4, ui/parakarry, 32, 32]
- [auto, palette, ui/parakarry]
- [auto, palette, ui/parakarry.disabled]
- [auto, ci4, ui/bow, 32, 32]
- [auto, palette, ui/bow]
- [auto, palette, ui/bow.disabled]
- [auto, ci4, ui/watt, 32, 32]
- [auto, palette, ui/watt]
- [auto, palette, ui/watt.disabled]
- [auto, ci4, ui/sushie, 32, 32]
- [auto, palette, ui/sushie]
- [auto, palette, ui/sushie.disabled]
- [auto, ci4, ui/lakilester, 32, 32]
- [auto, palette, ui/lakilester]
- [auto, palette, ui/lakilester.disabled]
- [auto, ci4, ui/partner9, 32, 32]
- [auto, palette, ui/partner9]
- [auto, palette, ui/partner9.disabled]
- [auto, ci4, ui/partner10, 32, 32]
- [auto, palette, ui/partner10]
- [auto, palette, ui/partner10.disabled]
- [auto, ci4, ui/partner11, 32, 32]
- [auto, palette, ui/partner11]
- [auto, palette, ui/partner11.disabled]
- [auto, ci4, ui/status/text_times, 8, 8]
- [auto, palette, ui/status/text_times]
- [auto, ci4, ui/status/text_slash, 8, 16]
- [auto, palette, ui/status/text_slash]
- [auto, ci4, ui/status/text_0, 16, 16]
- [auto, palette, ui/status/text_0]
- [auto, ci4, ui/status/text_1, 16, 16]
- [auto, palette, ui/status/text_1]
- [auto, ci4, ui/status/text_2, 16, 16]
- [auto, palette, ui/status/text_2]
- [auto, ci4, ui/status/text_3, 16, 16]
- [auto, palette, ui/status/text_3]
- [auto, ci4, ui/status/text_4, 16, 16]
- [auto, palette, ui/status/text_4]
- [auto, ci4, ui/status/text_5, 16, 16]
- [auto, palette, ui/status/text_5]
- [auto, ci4, ui/status/text_6, 16, 16]
- [auto, palette, ui/status/text_6]
- [auto, ci4, ui/status/text_7, 16, 16]
- [auto, palette, ui/status/text_7]
- [auto, ci4, ui/status/text_8, 16, 16]
- [auto, palette, ui/status/text_8]
- [auto, ci4, ui/status/text_9, 16, 16]
- [auto, palette, ui/status/text_9]
- [auto, ci4, ui/status/text_hp, 16, 16]
- [auto, palette, ui/status/text_hp]
- [auto, ci4, ui/status/text_fp, 16, 16]
- [auto, palette, ui/status/text_fp]
- [auto, ci4, ui/status/pow_unit_1, 8, 8]
- [auto, palette, ui/status/pow_unit_1]
- [auto, ci4, ui/status/pow_unit_2, 8, 8]
- [auto, palette, ui/status/pow_unit_2]
- [auto, ci4, ui/status/pow_unit_3, 8, 8]
- [auto, palette, ui/status/pow_unit_3]
- [auto, ci4, ui/status/pow_unit_4, 8, 8]
- [auto, palette, ui/status/pow_unit_4]
- [auto, ci4, ui/status/pow_unit_5, 8, 8]
- [auto, palette, ui/status/pow_unit_5]
- [auto, ci4, ui/status/pow_unit_6, 8, 8]
- [auto, palette, ui/status/pow_unit_6]
- [auto, ci4, ui/status/pow_unit_7, 8, 8]
- [auto, palette, ui/status/pow_unit_7]
- [auto, ci4, ui/status/pow_unit_empty, 8, 8]
- [auto, palette, ui/status/pow_unit_empty]
- [auto, ci4, ui/status/pow_star_1, 8, 8]
- [auto, palette, ui/status/pow_star_1]
- [auto, ci4, ui/status/pow_star_2, 8, 8]
- [auto, palette, ui/status/pow_star_2]
- [auto, ci4, ui/status/pow_star_3, 8, 8]
- [auto, palette, ui/status/pow_star_3]
- [auto, ci4, ui/status/pow_star_4, 8, 8]
- [auto, palette, ui/status/pow_star_4]
- [auto, ci4, ui/status/pow_star_5, 8, 8]
- [auto, palette, ui/status/pow_star_5]
- [auto, ci4, ui/status/pow_star_6, 8, 8]
- [auto, palette, ui/status/pow_star_6]
- [auto, ci4, ui/status/pow_star_7, 8, 8]
- [auto, palette, ui/status/pow_star_7]
- [auto, ci4, ui/status/pow_star_empty, 8, 8]
- [auto, palette, ui/status/pow_star_empty]
- [auto, ci4, ui/status/coin_0, 16, 16]
- [auto, palette, ui/status/coin_0]
- [auto, ci4, ui/status/coin_1, 16, 16]
- [auto, palette, ui/status/coin_1]
- [auto, ci4, ui/status/coin_2, 16, 16]
- [auto, palette, ui/status/coin_2]
- [auto, ci4, ui/status/coin_3, 16, 16]
- [auto, palette, ui/status/coin_3]
- [auto, ci4, ui/status/coin_4, 16, 16]
- [auto, palette, ui/status/coin_4]
- [auto, ci4, ui/status/coin_5, 16, 16]
- [auto, palette, ui/status/coin_5]
- [auto, ci4, ui/status/coin_6, 16, 16]
- [auto, palette, ui/status/coin_6]
- [auto, ci4, ui/status/coin_7, 16, 16]
- [auto, palette, ui/status/coin_7]
- [auto, ci4, ui/status/coin_8, 16, 16]
- [auto, palette, ui/status/coin_8]
- [auto, ci4, ui/status/coin_9, 16, 16]
- [auto, palette, ui/status/coin_9]
- [auto, ci4, ui/status/star_point_0, 16, 16]
- [auto, palette, ui/status/star_point_0]
- [auto, ci4, ui/status/star_point_1, 16, 16]
- [auto, palette, ui/status/star_point_1]
- [auto, ci4, ui/status/star_point_2, 16, 16]
- [auto, palette, ui/status/star_point_2]
- [auto, ci4, ui/status/star_point_3, 16, 16]
- [auto, palette, ui/status/star_point_3]
- [auto, ci4, ui/status/star_point_4, 16, 16]
- [auto, palette, ui/status/star_point_4]
- [auto, ci4, ui/status/star_point_5, 16, 16]
- [auto, palette, ui/status/star_point_5]
- [auto, ci4, ui/status/star_point_6, 16, 16]
- [auto, palette, ui/status/star_point_6]
- [auto, ci4, ui/status/star_point_7, 16, 16]
- [auto, palette, ui/status/star_point_7]
- [auto, ci4, ui/bluepip, 16, 16]
- [auto, palette, ui/bluepip]
- [auto, ci4, ui/bluepip2, 16, 16]
- [auto, palette, ui/bluepip2]
- [auto, ci4, ui/battle/status/charge_jump, 24, 24]
- [auto, palette, ui/battle/status/charge_jump]
- [auto, ci4, ui/battle/status/charge_hammer, 24, 24]
- [auto, palette, ui/battle/status/charge_hammer]
- [auto, ci4, ui/battle/status/charge_goombario, 24, 24]
- [auto, palette, ui/battle/status/charge_goombario]
- [auto, ci4, ui/battle/status/exclamation, 24, 24]
- [auto, palette, ui/battle/status/exclamation]
- [auto, ci4, ui/battle/status/sleep_0, 16, 16]
- [auto, palette, ui/battle/status/sleep_0]
- [auto, ci4, ui/battle/status/sleep_1, 16, 16]
- [auto, palette, ui/battle/status/sleep_1]
- [auto, ci4, ui/battle/status/sleep_2, 16, 16]
- [auto, palette, ui/battle/status/sleep_2]
- [auto, ci4, ui/battle/status/static_0, 16, 16]
- [auto, palette, ui/battle/status/static_0]
- [auto, ci4, ui/battle/status/static_1, 16, 16]
- [auto, palette, ui/battle/status/static_1]
- [auto, ci4, ui/battle/status/paralyze_0, 16, 16]
- [auto, palette, ui/battle/status/paralyze_0]
- [auto, ci4, ui/battle/status/paralyze_1, 16, 16]
- [auto, palette, ui/battle/status/paralyze_1]
- [auto, ci4, ui/battle/status/dizzy_0, 16, 16]
- [auto, palette, ui/battle/status/dizzy_0]
- [auto, ci4, ui/battle/status/dizzy_1, 16, 16]
- [auto, palette, ui/battle/status/dizzy_1]
- [auto, ci4, ui/battle/status/dizzy_2, 16, 16]
- [auto, palette, ui/battle/status/dizzy_2]
- [auto, ci4, ui/battle/status/dizzy_3, 16, 16]
- [auto, palette, ui/battle/status/dizzy_3]
- [auto, ci4, ui/battle/status/poison_0, 16, 16]
- [auto, palette, ui/battle/status/poison_0]
- [auto, ci4, ui/battle/status/poison_1, 16, 16]
- [auto, palette, ui/battle/status/poison_1]
- [auto, ci4, ui/battle/status/frozen_0, 16, 16]
- [auto, palette, ui/battle/status/frozen_0]
- [auto, ci4, ui/battle/status/frozen_1, 16, 16]
- [auto, palette, ui/battle/status/frozen_1]
- [auto, ci4, ui/battle/status/frozen_2, 16, 16]
- [auto, palette, ui/battle/status/frozen_2]
- [auto, ci4, ui/battle/status/frozen_3, 16, 16]
- [auto, palette, ui/battle/status/frozen_3]
- [auto, ci4, ui/battle/status/stop_0, 16, 16]
- [auto, palette, ui/battle/status/stop_0]
- [auto, ci4, ui/battle/status/stop_1, 16, 16]
- [auto, palette, ui/battle/status/stop_1]
- [auto, ci4, ui/battle/status/stop_2, 16, 16]
- [auto, palette, ui/battle/status/stop_2]
- [auto, ci4, ui/battle/status/stop_3, 16, 16]
- [auto, palette, ui/battle/status/stop_3]
- [auto, ci4, ui/battle/status/pdown_0, 16, 16]
- [auto, palette, ui/battle/status/pdown_0]
- [auto, ci4, ui/battle/status/pdown_1, 16, 16]
- [auto, palette, ui/battle/status/pdown_1]
- [auto, ci4, ui/battle/status/shrink_0, 16, 16]
- [auto, palette, ui/battle/status/shrink_0]
- [auto, ci4, ui/battle/status/shrink_1, 16, 16]
- [auto, palette, ui/battle/status/shrink_1]
- [auto, ci4, ui/battle/status/shrink_2, 16, 16]
- [auto, palette, ui/battle/status/shrink_2]
- [auto, ci4, ui/battle/status/shrink_3, 16, 16]
- [auto, palette, ui/battle/status/shrink_3]
- [auto, ci4, ui/battle/status/transparent_0, 16, 16]
- [auto, palette, ui/battle/status/transparent_0]
- [auto, ci4, ui/battle/status/transparent_1, 16, 16]
- [auto, palette, ui/battle/status/transparent_1]
- [auto, ci4, ui/battle/status/transparent_2, 16, 16]
- [auto, palette, ui/battle/status/transparent_2]
- [auto, ci4, ui/battle/status/transparent_3, 16, 16]
- [auto, palette, ui/battle/status/transparent_3]
- [auto, ci4, ui/battle/status/transparent_4, 16, 16]
- [auto, palette, ui/battle/status/transparent_4]
- [auto, ci4, ui/battle/status/transparent_5, 16, 16]
- [auto, palette, ui/battle/status/transparent_5]
- [auto, ci4, ui/battle/status/peril, 40, 16]
- [auto, palette, ui/battle/status/peril]
- [auto, ci4, ui/battle/status/danger, 40, 16]
- [auto, palette, ui/battle/status/danger]
- [auto, ci4, ui/battle/status/refund, 40, 24]
- [auto, palette, ui/battle/status/refund]
- [auto, ci4, ui/battle/status/happy, 40, 16]
- [auto, palette, ui/battle/status/happy]
- [auto, ci4, ui/battle/status/hp_drain, 40, 16]
- [auto, palette, ui/battle/status/hp_drain]
- [auto, ci4, ui/move_basic, 32, 32]
- [auto, palette, ui/move_basic]
- [auto, palette, ui/move_basic.disabled]
- [auto, ci4, ui/move_partner_1, 32, 32]
- [auto, palette, ui/move_partner_1]
- [auto, palette, ui/move_partner_1.disabled]
- [auto, ci4, ui/move_partner_2, 32, 32]
- [auto, palette, ui/move_partner_2]
- [auto, palette, ui/move_partner_2.disabled]
- [auto, ci4, ui/move_partner_3, 32, 32]
- [auto, palette, ui/move_partner_3]
- [auto, palette, ui/move_partner_3.disabled]
- [0x9D650]
- [0x9D658, rgba32, ui/stat_heart, 16, 16]
- [0x9DA58]
- [0x9DA60, rgba32, ui/stat_flower, 16, 16]
- [0x9DE60]
- start: 0xA2960
type: .data
name: 8a160_len_700
subsegments:
- [0xA2960, ia8, A2960, 32, 16]
- [0xA2B60] # Vp
- [0xA2B70, vtx, A2B70]
- [0xA2BC0, gfx, A2BC0]
- [0xA2C88, gfx, A2C88]
- [0xA2CB0]
- start: 0xA2D90
type: .data
name: draw_box
subsegments:
- [0xA2D90]
- [0xA2E90, ia8, ui/box/corners9, 16, 64]
- [auto, ia8, ui/box/corners8, 24, 96]
- [auto, ia8, ui/box/corners6, 16, 40]
- [auto, ia8, ui/box/corners7, 16, 32]
- [auto, ia8, ui/box/corners3, 16, 96]
- [auto, ia8, ui/box/corners5, 16, 32]
- [auto, ia8, ui/box/corners4, 8, 32]
- [auto, i4, ui/box/bg_tile, 16, 16]
- [auto, ia8, ui/box/corners1, 16, 64]
- [auto, i4, ui/box/corners2, 16, 64]
- [auto, i4, ui/box/bg_flat, 16, 1]
- [0xA4F98]
- [0xA5078, vtx, vtx/drawbox1]
- [0xA50B8]
- [0xA5100]
- name: engine2
type: code
start: 0xA5DD0
vram_class: engine2
subsegments:
- [auto, c, bss/engine2_pre_bss]
- [auto, c, entity]
- [auto, c, game_states]
- [auto, c, model]
- [auto, c, animator]
- [auto, c, entity_model]
- [auto, c, worker]
- [auto, c, msg]
- [auto, c, msg_draw]
- [auto, c, draw_img_util]
- [auto, c, item_entity]
- [auto, c, screen_overlays]
- [auto, c, screen_render_util]
- [auto, c, imgfx]
- [auto, c, hud_element]
- [auto, c, vars_access]
- [auto, c, trigger]
- [auto, c, background]
- [auto, c, audio/ambience]
- [auto, c, windows]
- [auto, c, sprite_shading]
- [auto, c, audio/sfx]
- [auto, c, audio/e0b30_len_b80]
- [auto, c, bss/engine2_post_bss]
- start: 0xE2DF0
type: .data
name: screen_overlays
subsegments:
- [0xE2DF0]
- [0xE2E00, i4, ui/stencil/star, 32, 64]
- [0xE3200, i4, ui/stencil/mario, 64, 64]
- [0xE3A00, i4, ui/stencil/sharp_circle, 32, 32]
- [0xE3C00, i8, ui/stencil/blurry_circle, 64, 64]
- [0xE4C00, vtx, vtx/stencil1]
- [0xE4CA0]
- [0xE4E70, vtx, vtx/stencil2]
- [0xE4FF0]
- [0xE5E40]
- name: heaps
type: code
start: 0xE79B0
vram_class: heaps
subalign: 0x1000
subsegments:
- [auto, c, heaps]
- name: evt
type: code
dir: evt
start: 0xE79B0
vram_class: evt
subsegments:
- [auto, c, script_list]
- [auto, c, evt]
- [auto, c, map_api]
- [auto, c, cam_api]
- [auto, c, model_api]
- [auto, c, npc_api]
- [auto, c, msg_api]
- [auto, c, player_api]
- [auto, c, virtual_entity]
- [auto, c, f8f60_len_1560]
- [auto, c, audio_api]
- [auto, c, item_api]
- [auto, c, fx_api]
- [auto, c, demo_api]
- name: engine4
type: code
start: 0xFEE30
vram_class: engine4
subsegments:
- [auto, c, sprite]
- [auto, c, 101b90_len_8f0]
- name: entity
type: code
start: 0x102610
vram_class: entity
subsegments:
- [auto, c, entity/Shadow]
- [auto, c, entity/SaveBlock]
- [auto, c, entity/Switch]
- [auto, c, entity/ShatteringBlock_common]
- [auto, c, entity/ShatteringBlock]
- [auto, c, entity/Block]
- [auto, c, entity/ItemBlock]
- [auto, c, entity/HeartBlock]
- [auto, c, entity/SuperBlock]
- [auto, c, entity/SimpleSpring]
- [auto, c, entity/HiddenPanel]
- [auto, c, entity/Chest]
- [auto, c, entity/WoodenCrate]
- [auto, c, entity/BlueWarpPipe]
- [auto, c, entity/Signpost]
- start: 0x10A9F0
type: .data
name: entity/Shadow
subsegments:
- [0x10A9F0, i4, entity/shadow/square, 16, 16]
- [0x10AA70, i4, entity/shadow/circle, 16, 16]
- [0x10AAF0, vtx, entity/vtx/shadow1]
- [0x10AB30, vtx, entity/vtx/shadow2]
- [0x10AB70, i4, entity/shadow/square_big, 32, 32]
- [0x10AD70, i4, entity/shadow/circle_big, 32, 32]
- [0x10AF70]
- [0x10C880]
- type: code
name: font_width
start: 0x10CC10
vram_class: font_width
subsegments:
- [auto, c, msg_data]
- [auto, c, msg_img]
- start: 0x10CEB0
type: .data
name: msg_img
subsegments:
- [auto, ci4, ui/msg/bubble_left, 32, 64, ui/msg/bubble_left]
- [auto, ci4, ui/msg/bubble_mid, 8, 64, ui/msg/bubble_left]
- [auto, ci4, ui/msg/bubble_right, 32, 64, ui/msg/bubble_left]
- [auto, ci4, ui/msg/arrow, 16, 16, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_1_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_1_2, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_1_3, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_1_4, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_1_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_2_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_2_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_3_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_3_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_4_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_4_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_5_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_5_2, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_5_3, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_5_4, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_a_5_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_1_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_1_2, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_1_3, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_1_4, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_1_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_2_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_2_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_3_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_3_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_4_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_4_5, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_5_1, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_5_2, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_5_3, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_5_4, 8, 8, ui/msg/bubble_left]
- [auto, ci4, ui/msg/frame_b_5_5, 8, 8, ui/msg/bubble_left]
# all 16 following palettes can be applied to all images above
- {start: auto, type: palette, name: ui/msg/bubble_left, size: 0x200}
#- [auto, palette, ui/msg/palette_0]
#- [auto, palette, ui/msg/palette_1]
#- [auto, palette, ui/msg/palette_2]
#- [auto, palette, ui/msg/palette_3]
#- [auto, palette, ui/msg/palette_4]
#- [auto, palette, ui/msg/palette_5]
#- [auto, palette, ui/msg/palette_6]
#- [auto, palette, ui/msg/palette_7]
#- [auto, palette, ui/msg/palette_8]
#- [auto, palette, ui/msg/palette_9]
#- [auto, palette, ui/msg/palette_A]
#- [auto, palette, ui/msg/palette_B]
#- [auto, palette, ui/msg/palette_C]
#- [auto, palette, ui/msg/palette_D]
#- [auto, palette, ui/msg/palette_E]
#- [auto, palette, ui/msg/palette_F]
- [auto, ci4, ui/msg/sign_corner_topleft, 16, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_corner_topright, 16, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_corner_bottomleft, 16, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_corner_bottomright, 16, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/lamppost_corner_bottomright, 16, 16, ui/msg/lamppost_corner_bottomright]
- [auto, ci4, ui/msg/sign_side_top, 32, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_side_left, 16, 40, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_side_right, 16, 40, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_side_bottom, 32, 16, ui/msg/sign_corner_topleft]
- [auto, ci4, ui/msg/sign_fill, 8, 8, ui/msg/sign_corner_topleft]
# these two palettes can be applied to all sign and lamppost frame images
- [auto, palette, ui/msg/sign_corner_topleft]
- [auto, palette, ui/msg/lamppost_corner_bottomright]
- [auto, i4, ui/msg/background, 64, 64]
- [auto, ci4, ui/msg/rewind_arrow, 24, 24]
- [auto, palette, ui/msg/rewind_arrow]
- [auto, rgba16, ui/msg/star, 16, 18]
- [auto, i4, ui/msg/star_silhouette, 16, 20]
- type: code
name: heaps3
start: 0x10F1B0
vram_class: heaps3
subsegments:
- [auto, c, heaps3]
- type: code
dir: charset
vram: 0
start: 0x10F1B0
subsegments:
- [auto, c, charset]
- type: .data
name: charset
subsegments:
- [0x10F1B0, pm_charset, standard, 16, 16, 0xA6]
- [0x1144B0, pm_charset_palettes, standard, 0x50]
- [0x1149B0, pm_charset, title, 12, 15, 0x29]
- [0x115910, pm_charset, subtitle, 12, 12, 0x29]
- [0x116498, pm_charset_palettes, subtitle, 1]
- [0x1164A8, pm_charset_palettes, title, 1]
- [0x1164B8, ci8, peach_letter, 150, 105]
- [0x11A240, palette, peach_letter]
- [0x11A440, ci4, postcard, 150, 105]
- [0x11C308, palette, postcard]
- [0x11C328, ci8, letter_content_1, 70, 95]
- [0x11DD28, palette, letter_content_1]
- [0x11DF28, ci8, letter_content_2, 70, 95]
- [0x11F928, palette, letter_content_2]
- [0x11FB28, ci8, letter_content_3, 70, 95]
- [0x121528, palette, letter_content_3]
- [0x121728, ci8, letter_content_4, 70, 95]
- [0x123128, palette, letter_content_4]
- [0x123328, ci8, letter_content_5, 70, 95]
- [0x124D28, palette, letter_content_5]
- [0x124F28, ci8, letter_content_6, 70, 95]
- [0x126928, palette, letter_content_6]
- [0x126B28, ci8, letter_content_7, 70, 95]
- [0x128528, palette, letter_content_7]
- [0x128728, ci8, letter_content_8, 70, 95]
- [0x12A128, palette, letter_content_8]
- [0x12A328, ci8, letter_content_9, 70, 95]
- [0x12BD28, palette, letter_content_9]
- [0x12BF28, ci8, letter_content_10, 70, 95]
- [0x12D928, palette, letter_content_10]
- [0x12DB28, ci8, letter_content_11, 70, 95]
- [0x12F528, palette, letter_content_11]
- [0x12F728, ci8, letter_content_12, 70, 95]
- [0x131128, palette, letter_content_12]
- [0x131328]
- name: ui_images_filemenu_pause
type: code
start: 0x131340
vram_class: ui_images_filemenu_pause
subsegments:
- [auto, ci4, ui/pause/unused_badge_points, 24, 24]
- [auto, palette, ui/pause/unused_badge_points]
- [auto, palette, ui/pause/unused_badge_points.disabled]
- [auto, ci4, ui/pause/unused_compass, 24, 24]
- [auto, palette, ui/pause/unused_compass]
- [auto, palette, ui/pause/unused_compass.disabled]
- [auto, ci4, ui/pause/cursor_hand, 16, 16]
- [auto, palette, ui/pause/cursor_hand]
- [auto, ci4, ui/files/filename_caret, 16, 16]
- [auto, palette, ui/files/filename_caret]
- [auto, ci4, ui/files/filename_space, 8, 8]
- [auto, palette, ui/files/filename_space]
- [auto, ci4, ui/pause/label_stats, 48, 16]
- [auto, palette, ui/pause/label_stats]
- [auto, ci4, ui/pause/label_badges, 48, 16]
- [auto, palette, ui/pause/label_badges]
- [auto, ci4, ui/pause/label_items, 48, 16]
- [auto, palette, ui/pause/label_items]
- [auto, ci4, ui/pause/label_party, 48, 16]
- [auto, palette, ui/pause/label_party]
- [auto, ci4, ui/pause/label_spirits, 48, 16]
- [auto, palette, ui/pause/label_spirits]
- [auto, ci4, ui/pause/label_map, 48, 16]
- [auto, palette, ui/pause/label_map]
- [auto, ci4, ui/pause/small_digit_0, 8, 8]
- [auto, palette, ui/pause/small_digit_0]
- [auto, ci4, ui/pause/small_digit_1, 8, 8]
- [auto, palette, ui/pause/small_digit_1]
- [auto, ci4, ui/pause/small_digit_2, 8, 8]
- [auto, palette, ui/pause/small_digit_2]
- [auto, ci4, ui/pause/small_digit_3, 8, 8]
- [auto, palette, ui/pause/small_digit_3]
- [auto, ci4, ui/pause/small_digit_4, 8, 8]
- [auto, palette, ui/pause/small_digit_4]
- [auto, ci4, ui/pause/small_digit_5, 8, 8]
- [auto, palette, ui/pause/small_digit_5]
- [auto, ci4, ui/pause/small_digit_6, 8, 8]
- [auto, palette, ui/pause/small_digit_6]
- [auto, ci4, ui/pause/small_digit_7, 8, 8]
- [auto, palette, ui/pause/small_digit_7]
- [auto, ci4, ui/pause/small_digit_8, 8, 8]
- [auto, palette, ui/pause/small_digit_8]
- [auto, ci4, ui/pause/small_digit_9, 8, 8]
- [auto, palette, ui/pause/small_digit_9]
- [auto, ci4, ui/pause/small_text_bp, 8, 8]
- [auto, palette, ui/pause/small_text_bp]
- [auto, ci4, ui/pause/label_jp_file, 32, 16]
- [auto, palette, ui/pause/label_jp_file]
- [auto, ci4, ui/pause/label_jp_file_disabled, 32, 16]
- [auto, palette, ui/pause/label_jp_file_disabled]
- [auto, ci4, ui/files/option_mono_on, 64, 16]
- [auto, palette, ui/files/option_mono_on]
- [auto, ci4, ui/files/option_mono_off, 64, 16]
- [auto, palette, ui/files/option_mono_off]
- [auto, ci4, ui/files/option_stereo_on, 64, 16]
- [auto, palette, ui/files/option_stereo_on]
- [auto, ci4, ui/files/option_stereo_off, 64, 16]
- [auto, palette, ui/files/option_stereo_off]
- [auto, ci4, ui/files/eldstar, 16, 16]
- [auto, palette, ui/files/eldstar]
- [auto, ci4, ui/files/eldstar_silhouette, 16, 16]
- [auto, palette, ui/files/eldstar_silhouette]
- [auto, ci4, ui/files/mamar, 16, 16]
- [auto, palette, ui/files/mamar]
- [auto, ci4, ui/files/mamar_silhouette, 16, 16]
- [auto, palette, ui/files/mamar_silhouette]
- [auto, ci4, ui/files/skolar, 16, 16]
- [auto, palette, ui/files/skolar]
- [auto, ci4, ui/files/skolar_silhouette, 16, 16]
- [auto, palette, ui/files/skolar_silhouette]
- [auto, ci4, ui/files/muskular, 16, 16]
- [auto, palette, ui/files/muskular]
- [auto, ci4, ui/files/muskular_silhouette, 16, 16]
- [auto, palette, ui/files/muskular_silhouette]
- [auto, ci4, ui/files/misstar, 16, 16]
- [auto, palette, ui/files/misstar]
- [auto, ci4, ui/files/misstar_silhouette, 16, 16]
- [auto, palette, ui/files/misstar_silhouette]
- [auto, ci4, ui/files/klevar, 16, 16]
- [auto, palette, ui/files/klevar]
- [auto, ci4, ui/files/klevar_silhouette, 16, 16]
- [auto, palette, ui/files/klevar_silhouette]
- [auto, ci4, ui/files/kalmar, 16, 16]
- [auto, palette, ui/files/kalmar]
- [auto, ci4, ui/files/kalmar_silhouette, 16, 16]
- [auto, palette, ui/files/kalmar_silhouette]
- [auto, ci4, ui/pause/map_walk0, 24, 24]
- [auto, palette, ui/pause/map_walk0]
- [auto, ci4, ui/pause/map_walk1, 24, 24]
- [auto, palette, ui/pause/map_walk1]
- [auto, ci4, ui/pause/map_walk2, 24, 24]
- [auto, palette, ui/pause/map_walk2]
- [auto, ci4, ui/pause/jp_super, 40, 16]
- [auto, palette, ui/pause/jp_super]
- [auto, ci4, ui/pause/jp_ultra, 40, 16]
- [auto, palette, ui/pause/jp_ultra]
- [auto, ci4, ui/pause/list_prev_page, 16, 16]
- [auto, palette, ui/pause/list_prev_page]
- [auto, ci4, ui/pause/list_next_page, 16, 16]
- [auto, palette, ui/pause/list_next_page]
- [auto, ci4, ui/pause/unused_z_up_arrow, 16, 16]
- [auto, palette, ui/pause/unused_z_up_arrow]
- [auto, ci4, ui/pause/unused_r_down_arrow, 16, 16]
- [auto, palette, ui/pause/unused_r_down_arrow]
- [auto, ci4, ui/pause/desc_msg_prev, 16, 16]
- [auto, palette, ui/pause/desc_msg_prev]
- [auto, ci4, ui/pause/desc_msg_next, 16, 16]
- [auto, palette, ui/pause/desc_msg_next]
- [auto, ci4, ui/pause/bp_needed, 48, 8]
- [auto, palette, ui/pause/bp_needed]
- [auto, ci4, ui/pause/mario_large, 32, 32]
- [auto, palette, ui/pause/mario_large]
- [auto, ci4, ui/pause/dash, 16, 8]
- [auto, palette, ui/pause/dash]
- [auto, ci4, ui/pause/stat_bp, 16, 16]
- [auto, palette, ui/pause/stat_bp]
- [auto, ci4, ui/pause/stat_mario, 16, 16]
- [auto, palette, ui/pause/stat_mario]
- [auto, ci4, ui/pause/stat_time, 16, 16]
- [auto, palette, ui/pause/stat_time]
- [auto, ci4, ui/pause/stat_star_piece0, 16, 16]
- [auto, palette, ui/pause/stat_star_piece0]
- [auto, ci4, ui/pause/stat_star_piece1, 16, 16]
- [auto, palette, ui/pause/stat_star_piece1]
- [auto, ci4, ui/pause/stat_star_piece2, 16, 16]
- [auto, palette, ui/pause/stat_star_piece2]
- [auto, ci4, ui/pause/stat_fp, 16, 16]
- [auto, palette, ui/pause/stat_fp]
- [auto, ci4, ui/pause/stat_times, 8, 8]
- [auto, palette, ui/pause/stat_times]
- [auto, ci4, ui/pause/stat_boots0, 16, 16]
- [auto, palette, ui/pause/stat_boots0]
- [auto, ci4, ui/pause/stat_boots1, 16, 16]
- [auto, palette, ui/pause/stat_boots1]
- [auto, ci4, ui/pause/stat_boots2, 16, 16]
- [auto, palette, ui/pause/stat_boots2]
- [auto, ci4, ui/pause/stat_boots3, 16, 16]
- [auto, palette, ui/pause/stat_boots3]
- [auto, ci4, ui/pause/stat_hammer0, 16, 16]
- [auto, palette, ui/pause/stat_hammer0]
- [auto, ci4, ui/pause/stat_hammer1, 16, 16]
- [auto, palette, ui/pause/stat_hammer1]
- [auto, ci4, ui/pause/stat_hammer2, 16, 16]
- [auto, palette, ui/pause/stat_hammer2]
- [auto, ci4, ui/pause/stat_hammer3, 16, 16]
- [auto, palette, ui/pause/stat_hammer3]
- [auto, ci4, ui/pause/partner_rank, 16, 16]
- [auto, palette, ui/pause/partner_rank]
- [auto, ci4, ui/pause/unused_bubble, 56, 16]
- [auto, palette, ui/pause/unused_bubble]
- [auto, .data, menu_hud_scripts]
- type: code
dir: pause
start: 0x135EE0
vram_class: filemenu_pause
subsegments:
- [auto, c, pause_main]
- [auto, c, pause_tabs]
- [auto, c, pause_stats]
- [auto, c, pause_badges]
- [auto, c, pause_items]
- [auto, c, pause_partners]
- [auto, c, pause_spirits]
- [auto, c, pause_map]
- [auto, c, pause_gfx]
- [auto, c, pause_styles]
- start: 0x1439F0
type: .data
name: pause_gfx
subsegments:
- [0x1439F0, ia8, image_1439F0, 16, 32]
- [0x143BF0, ia8, image_143BF0, 16, 64]
- [0x143FF0, ia8, image_143FF0, 16, 64]
- [0x1443F0, ci8, world_map, 320, 320]
- [0x15D3F0, palette, world_map]
- [0x15D5F0, ci4, spirits_bg, 128, 110]
- [0x15F170, palette, spirits_bg]
- [0x15F370, rgba16, orbs, 8, 32]
- [0x15F570, ia8, map_location, 16, 16]
- [0x15F670, ia8, map_path_marker, 16, 16]
- [0x15F770, ia4, map_arrows, 16, 64]
- [0x15F970, ci4, banner_hp, 64, 16]
- [0x15FB70, palette, banner_hp]
- [0x15FD70, ci4, banner_fp, 64, 16]
- [0x15FF70, palette, banner_fp]
- [0x160170, ci4, banner_bp, 64, 16]
- [0x160370, palette, banner_bp]
- [0x160570, ci4, banner_boots, 48, 16]
- [0x1606F0, palette, banner_boots]
- [0x1608F0, ci4, banner_hammer, 48, 16]
- [0x160A70, palette, banner_hammer]
- [0x160C70, ci4, banner_star_energy, 48, 16]
- [0x160DF0, palette, banner_star_energy]
- [0x160FF0, ci4, available, 64, 16]
- [0x1611F0, palette, available]
- [0x1613F0, ci4, prompt_check_abilities, 128, 16]
- [0x1617F0, palette, prompt_check_abilities]
- [0x1619F0, ci4, stats_bar, 160, 8]
- [0x161C70, palette, stats_bar]
- [0x161E70, .data, pause_gfx]
- [0x1632A0]
- type: code
dir: filemenu
start: 0x163400
vram_class: filemenu_pause
subsegments:
- [auto, c, filemenu_common]
- [auto, c, filemenu_main]
- [auto, c, filemenu_yesno]
- [auto, c, filemenu_info]
- [auto, c, filemenu_createfile]
- [auto, c, filemenu_gfx]
- [auto, c, filemenu_msg]
- [auto, c, filemenu_styles]
- start: 0x16AA60
type: .data
name: filemenu_gfx
subsegments:
- [auto, ia4, copyarrow, 64, 16]
- [auto, rgba32, corners_yellow, 16, 64]
- [auto, ia8, corners_gray, 16, 32]
- [auto, .data, filemenu_gfx] ## ?????? this looks kinda borken
- [0x16C7D0]
- type: code
start: 0x16C8E0
name: battle_code
vram_class: battle_code
subsegments:
- [auto, c, battle/16C8E0]
- [auto, c, battle/btl_states_actions]
- [auto, c, battle/camera]
- [auto, c, battle/actors]
- [auto, c, battle/popup_messages]
- [auto, c, battle/entity_model_icons]
- [auto, c, battle/partner_dma]
- [auto, c, battle/dmg_item]
- [auto, c, battle/181810]
- [auto, c, battle/actor_rendering]
- [auto, c, battle/level_up]
- [auto, c, battle/player_events]
- [auto, c, battle_ui_gfx]
- [auto, c, battle/190A10]
- [auto, c, battle/190B20]
- [auto, c, battle/use_items]
- [auto, c, battle/use_moves]
- [auto, c, battle/action_cmd]
- [auto, c, battle/actor_api]
- [auto, c, battle/dmg_player]
- [auto, c, battle/1A5830]
- [auto, c, battle/dmg_partner]
- [auto, c, battle/standard_events]
- [auto, c, battle/use_star_powers]
- start: 0x1B2050
type: .data
name: battle/popup_messages
subsegments:
- [0x1B2050]
- [0x1B21E0, ci4, ui/battle/cursor_hand, 32, 32]
- [0x1B23E0, palette, ui/battle/cursor_hand]
- [0x1B2400]
- start: 0x1B7CE0
type: .data
name: battle_ui_gfx
subsegments:
- [0x1B7CE0, ci4, ui/battle/menu/unused, 32, 32]
- [0x1B7EE0, palette, ui/battle/menu/unused]
- [0x1B7F00, palette, ui/battle/menu/unused.disabled]
- [0x1B7F20, ci4, ui/battle/menu/flee, 32, 32]
- [0x1B8120, palette, ui/battle/menu/flee]
- [0x1B8140, palette, ui/battle/menu/flee.disabled]
- [0x1B8160, ci4, ui/battle/menu/defend, 32, 32]
- [0x1B8360, palette, ui/battle/menu/defend]
- [0x1B8380, palette, ui/battle/menu/defend.disabled]
- [0x1B83A0, ci4, ui/battle/menu/strategies, 32, 32]
- [0x1B85A0, palette, ui/battle/menu/strategies]
- [0x1B85C0, palette, ui/battle/menu/strategies.disabled]
- [0x1B85E0, ci4, ui/battle/menu/nothing, 32, 32]
- [0x1B87E0, palette, ui/battle/menu/nothing]
- [0x1B8800, palette, ui/battle/menu/nothing.disabled]
- [0x1B8820, ci4, ui/battle/menu/pouch, 32, 32]
- [0x1B8A20, palette, ui/battle/menu/pouch]
- [0x1B8A40, palette, ui/battle/menu/pouch.disabled]
- [0x1B8A60, ci4, ui/battle/swap_Z, 16, 16]
- [0x1B8AE0, palette, ui/battle/swap_Z]
- [0x1B8B00, ci4, ui/battle/swap_arrow_left, 8, 16]
- [0x1B8B40, palette, ui/battle/swap_arrow_left]
- [0x1B8B60, ci4, ui/battle/swap_arrow_right, 8, 16]
- {start: 0x1B8BA0, type: palette, name: ui/battle/swap_arrow_right, size: 0x190}
- [0x1B8D40, ci4, ui/battle/menu/spirits, 32, 32]
- [0x1B8F40, palette, ui/battle/menu/spirits]
- [0x1B8F60, ci4, ui/battle/yellow_arrow, 16, 16]
- {start: 0x1B8FE0, type: palette, name: ui/battle/yellow_arrow, size: 0x140}
- [0x1B9120, ci4, ui/battle/hp_bar, 32, 16]
- [0x1B9220, palette, ui/battle/hp_bar]
- [0x1B9240, ci4, ui/battle/hp_0, 8, 8]
- [0x1B9260, palette, ui/battle/hp_0]
- [0x1B9280, ci4, ui/battle/hp_1, 8, 8]
- [0x1B92A0, palette, ui/battle/hp_1]
- [0x1B92C0, ci4, ui/battle/hp_2, 8, 8]
- [0x1B92E0, palette, ui/battle/hp_2]
- [0x1B9300, ci4, ui/battle/hp_3, 8, 8]
- [0x1B9320, palette, ui/battle/hp_3]
- [0x1B9340, ci4, ui/battle/hp_4, 8, 8]
- [0x1B9360, palette, ui/battle/hp_4]
- [0x1B9380, ci4, ui/battle/hp_5, 8, 8]
- [0x1B93A0, palette, ui/battle/hp_5]
- [0x1B93C0, ci4, ui/battle/hp_6, 8, 8]
- [0x1B93E0, palette, ui/battle/hp_6]
- [0x1B9400, ci4, ui/battle/hp_7, 8, 8]
- [0x1B9420, palette, ui/battle/hp_7]
- [0x1B9440, ci4, ui/battle/hp_8, 8, 8]
- [0x1B9460, palette, ui/battle/hp_8]
- [0x1B9480, ci4, ui/battle/hp_9, 8, 8]
- [0x1B94A0, palette, ui/battle/hp_9]
- [0x1B94C0, ci4, ui/battle/cont/b_up, 48, 40]
- [0x1B9880, palette, ui/battle/cont/b_up]
- [0x1B98A0, ci4, ui/battle/cont/b_down, 48, 40]
- [0x1B9C60, palette, ui/battle/cont/b_down]
- [0x1B9C80, ci4, ui/battle/cont/c_left_up, 40, 34]
- [0x1B9F28, palette, ui/battle/cont/c_left_up]
- [0x1B9F48, ci4, ui/battle/cont/c_left_down, 40, 34]
- [0x1BA1F0, palette, ui/battle/cont/c_left_down]
- [0x1BA210, ci4, ui/battle/cont/c_right_up, 40, 34]
- [0x1BA4B8, palette, ui/battle/cont/c_right_up]
- [0x1BA4D8, ci4, ui/battle/cont/c_right_down, 40, 34]
- [0x1BA780, palette, ui/battle/cont/c_right_down]
- [0x1BA7A0, ci4, ui/battle/cont/c_up_up, 40, 34]
- [0x1BAA48, palette, ui/battle/cont/c_up_up]
- [0x1BAA68, ci4, ui/battle/cont/c_up_down, 40, 34]
- [0x1BAD10, palette, ui/battle/cont/c_up_down]
- [0x1BAD30, ci4, ui/battle/cont/c_down_up, 40, 34]
- [0x1BAFD8, palette, ui/battle/cont/c_down_up]
- [0x1BAFF8, ci4, ui/battle/cont/c_down_down, 40, 34]
- [0x1BB2A0, palette, ui/battle/cont/c_down_down]
- [0x1BB2C0, ci4, ui/battle/cmd/timing_1_chance, 72, 24]
- [0x1BB620, palette, ui/battle/cmd/timing_1_chance]
- [0x1BB640, ci4, ui/battle/cmd/timing_ready, 16, 16]
- [0x1BB6C0, palette, ui/battle/cmd/timing_ready]
- [0x1BB6E0, ci4, ui/battle/cmd/timing_wait, 16, 16]
- [0x1BB760, palette, ui/battle/cmd/timing_wait]
- [0x1BB780, ci4, ui/battle/cmd/charge_1, 8, 8]
- [0x1BB7A0, palette, ui/battle/cmd/charge_1]
- [0x1BB7C0, ci4, ui/battle/cmd/charge_2, 8, 8]
- [0x1BB7E0, palette, ui/battle/cmd/charge_2]
- [0x1BB800, ci4, ui/battle/cmd/charge_3, 8, 8]
- [0x1BB820, palette, ui/battle/cmd/charge_3]
- [0x1BB840, ci4, ui/battle/cmd/charge_4, 8, 8]
- [0x1BB860, palette, ui/battle/cmd/charge_4]
- [0x1BB880, ci4, ui/battle/cmd/timing_3_chances, 96, 24]
- [0x1BBD00, palette, ui/battle/cmd/timing_3_chances]
- [0x1BBD20, ci4, ui/battle/cmd/gauge_result, 32, 24]
- [0x1BBEA0, palette, ui/battle/cmd/gauge_result]
- [0x1BBEC0, ci4, ui/battle/cmd/timing_ok, 24, 24]
- [0x1BBFE0, palette, ui/battle/cmd/timing_ok]
- [0x1BC000, ci4, ui/battle/cmd/timing_miss, 24, 24]
- [0x1BC120, palette, ui/battle/cmd/timing_miss]
- [0x1BC140, ci4, ui/battle/cmd/flee_0, 16, 24]
- [0x1BC200, palette, ui/battle/cmd/flee_0]
- [0x1BC220, ci4, ui/battle/cmd/flee_1, 16, 24]
- [0x1BC2E0, palette, ui/battle/cmd/flee_1]
- [0x1BC300, ci4, ui/battle/cmd/flee_2, 16, 24]
- [0x1BC3C0, palette, ui/battle/cmd/flee_2]
- [0x1BC3E0, ci4, ui/battle/cmd/100pct, 64, 48]
- [0x1BC9E0, palette, ui/battle/cmd/100pct]
- [0x1BCA00, ci4, ui/battle/cmd/right_on, 56, 24]
- [0x1BCCA0, palette, ui/battle/cmd/right_on]
- [0x1BCCC0, ci4, ui/battle/cmd/fill_result, 32, 24]
- [0x1BCE40, palette, ui/battle/cmd/fill_result]
- [0x1BCE60, ci4, ui/battle/cmd/aim/marker_0, 16, 16]
- [0x1BCEE0, palette, ui/battle/cmd/aim/marker_0]
- [0x1BCF00, ci4, ui/battle/cmd/aim/marker_1, 16, 16]
- [0x1BCF80, palette, ui/battle/cmd/aim/marker_1]
- [0x1BCFA0, ci4, ui/battle/cmd/aim/marker_2, 16, 16]
- [0x1BD020, palette, ui/battle/cmd/aim/marker_2]
- [0x1BD040, ci4, ui/battle/cmd/aim/marker_3, 16, 16]
- [0x1BD0C0, palette, ui/battle/cmd/aim/marker_3]
- [0x1BD0E0, ci4, ui/battle/cmd/aim/marker_4, 16, 16]
- [0x1BD160, palette, ui/battle/cmd/aim/marker_4]
- [0x1BD180, ci4, ui/battle/cmd/aim/marker_5, 16, 16]
- [0x1BD200, palette, ui/battle/cmd/aim/marker_5]
- [0x1BD220, ci4, ui/battle/cmd/aim/marker_6, 16, 16]
- [0x1BD2A0, palette, ui/battle/cmd/aim/marker_6]
- [0x1BD2C0, ci4, ui/battle/cmd/aim/marker_7, 16, 16]
- [0x1BD340, palette, ui/battle/cmd/aim/marker_7]
- [0x1BD360, ci4, ui/battle/cmd/aim/shimmer_0, 16, 16]
- [0x1BD3E0, palette, ui/battle/cmd/aim/shimmer_0]
- [0x1BD400, ci4, ui/battle/cmd/aim/shimmer_1, 16, 16]
- [0x1BD480, palette, ui/battle/cmd/aim/shimmer_1]
- [0x1BD4A0, ci4, ui/battle/cmd/aim/shimmer_2, 16, 16]
- [0x1BD520, palette, ui/battle/cmd/aim/shimmer_2]
- [0x1BD540, ci4, ui/battle/cmd/aim/shimmer_3, 16, 16]
- [0x1BD5C0, palette, ui/battle/cmd/aim/shimmer_3]
- [0x1BD5E0, ci4, ui/battle/cmd/aim/shimmer_4, 16, 16]
- [0x1BD660, palette, ui/battle/cmd/aim/shimmer_4]
- [0x1BD680, ci4, ui/battle/cmd/aim/shimmer_5, 16, 16]
- [0x1BD700, palette, ui/battle/cmd/aim/shimmer_5]
- [0x1BD720, ci4, ui/battle/cmd/aim/shimmer_6, 16, 16]
- [0x1BD7A0, palette, ui/battle/cmd/aim/shimmer_6]
- [0x1BD7C0, ci4, ui/battle/cmd/aim/shimmer_7, 16, 16]
- [0x1BD840, palette, ui/battle/cmd/aim/shimmer_7]
- [0x1BD860, ci4, ui/battle/cmd/aim/reticle_0, 32, 32]
- [0x1BDA60, palette, ui/battle/cmd/aim/reticle_0]
- [0x1BDA80, ci4, ui/battle/cmd/aim/reticle_1, 32, 32]
- [0x1BDC80, palette, ui/battle/cmd/aim/reticle_1]
- [0x1BDCA0, ci4, ui/battle/cmd/aim/target_0, 24, 24]
- [0x1BDDC0, palette, ui/battle/cmd/aim/target_0]
- [0x1BDDE0, ci4, ui/battle/cmd/aim/target_1, 24, 24]
- [0x1BDF00, palette, ui/battle/cmd/aim/target_1]
- [0x1BDF20, ci4, ui/battle/solid_star, 32, 32]
- [0x1BE120, palette, ui/battle/solid_star]
- [0x1BE140]
- [0x1BE148, ia8, ui/battle/projector_spot, 32, 32]
- [0x1BE548]
- [0x1BE550, ia8, ui/battle/projector_beam, 64, 64]
- [0x1BF550]
- [0x1BF558, ia8, ui/battle/projector_reel, 64, 64]
- [0x1C0558]
- [0x1C0560, ia8, ui/battle/swap_background, 48, 16]
- [0x1C0860]
- [0x1CB240]
- [0x1CC310, pm_icons, icon]
- dir: logos
type: code
start: 0x1FE1B0
subsegments:
- [auto, rgba16, logo_n64, 128, 112]
- [auto, rgba16, logo_is, 256, 112]
- [auto, rgba16, logo_nintendo, 256, 48]
- [0x2191B0, ci8, title/bg_1, 264, 162]
- [0x2238C0, palette, title/bg_1]
- [0x223AC0, ci8, title/bg_2, 264, 162]
- [0x22E1D0, palette, title/bg_2]
- [0x22E3D0, ci8, title/bg_3, 264, 162]
- [0x238AE0, palette, title/bg_3]
- [0x238CE0, ci8, title/bg_4, 264, 162]
- [0x2433F0, palette, title/bg_4]
- [0x2435F0, ia8, title/tape, 128, 128]
- [0x2475F0, ci8, title/bowser_silhouette, 128, 128]
- [0x24B5F0, palette, title/bowser_silhouette]
- start: 0x24B7F0
type: pm_imgfx_data
name: imgfx_data
vram: 0
animations:
- ["shock", 0x14358]
- ["shiver", 0x18200]
- ["vertical_pipe_curl", 0x1A858]
- ["horizontal_pipe_curl", 0x1E830]
- ["startle", 0x29458]
- ["flutter_down", 0x314E0]
- ["unfurl", 0x33498]
- ["get_in_bed", 0x38988]
- ["spirit_capture", 0x39228]
- ["unused_1", 0x5B7A8]
- ["unused_2", 0x7CF10]
- ["unused_3", 0x86490]
- ["tutankoopa_gather", 0x96258]
- ["tutankoopa_swirl_2", 0xA1820]
- ["tutankoopa_swirl_1", 0xACDE8]
- ["shuffle_cards", 0xBBF68]
- ["flip_card_1", 0xC0490]
- ["flip_card_2", 0xC49B8]
- ["flip_card_3", 0xC6150]
- ["cymbal_crush", 0xCA380]
- [0x315B80, pm_sprite_shading_profiles, sprite_shading_profiles]
- type: code
start: 0x3169F0
name: create_audio_system_obfuscated
vram: 0x80200000
subsegments:
- [auto, c, create_audio_system_obfuscated]
- type: code
start: 0x316A70
vram: 0x80200080
name: load_engine_data_obfuscated
follows_vram: create_audio_system_obfuscated
subsegments:
- [auto, c, load_engine_data_obfuscated]
- type: code
start: 0x316C00
name: general_heap_create_obfuscated
vram: 0x802AE000
subsegments:
- [auto, c, general_heap_create_obfuscated]
- type: code
start: 0x316D90
name: battle_heap_create_obfuscated
vram: 0x802AE000
subsegments:
- [auto, c, battle_heap_create_obfuscated]
- type: code
start: 0x316F30
name: obfuscation_shims
vram: 0x802B2000
subsegments:
- [auto, c, obfuscation_shims]
- type: code
dir: world/partner
name: world_partner_goombario
start: 0x317020
vram_class: world_partner
subsegments:
- [auto, c, goombario]
- type: code
dir: world/partner
name: world_partner_bombette
start: 0x317E50
vram_class: world_partner
subsegments:
- [auto, c, bombette]
- type: code
dir: world/partner
name: world_partner_parakarry
start: 0x319670
vram_class: world_partner
subsegments:
- [auto, c, parakarry]
- type: code
dir: world/partner
name: world_partner_kooper
start: 0x31B120
vram_class: world_partner
subsegments:
- [auto, c, kooper]
- type: code
dir: world/partner
name: world_partner_watt
start: 0x31CC70
vram_class: world_partner
subsegments:
- [auto, c, watt]
- type: code
dir: world/partner
name: world_partner_sushie
start: 0x31DE70
vram_class: world_partner
subsegments:
- [auto, c, sushie]
- type: code
dir: world/partner
name: world_partner_lakilester
start: 0x320C50
vram_class: world_partner
subsegments:
- [auto, c, lakilester]
- type: code
dir: world/partner
name: world_partner_bow
start: 0x323A50
vram_class: world_partner
subsegments:
- [auto, c, bow]
- type: code
dir: world/partner
name: world_partner_goompa
start: 0x324A10
vram_class: world_partner
subsegments:
- [auto, c, goompa]
- type: code
dir: world/partner
name: world_partner_goombaria
start: 0x324F10
vram_class: world_partner
subsegments:
- [auto, c, goombaria]
- type: code
dir: world/partner
name: world_partner_twink
start: 0x325070
vram_class: world_partner
subsegments:
- [auto, c, twink]
- type: code
start: 0x3251D0
name: world_use_item
vram_class: world_use_item
subsegments:
- [auto, c, world_use_item]
###############
### Effects ###
###############
- type: code
start: 0x325AD0
vram: 0xE0200000
subsegments:
- [auto, c, 325AD0]
- [0x325EE0, pm_effect_shims, effect_shims]
- [0x326160]
- name: effect_gfx_big_smoke_puff
dir: effects/gfx
type: code
start: 0x326410
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, big_smoke_puff]
- start: 0x326410
type: .data
name: big_smoke_puff
subsegments:
- [0x326410, ci4, D_09000000_326410, 32, 32]
- [0x326610, palette, D_09000000_326410]
- [0x326630, ci4, D_09000220_326630, 32, 32]
- [0x326830, palette, D_09000220_326630]
- [0x326850, ci4, D_09000440_326850, 32, 32]
- [0x326A50, palette, D_09000440_326850]
- [0x326A70, ci4, D_09000660_326A70, 32, 32]
- [0x326C70, palette, D_09000660_326A70]
- [0x326C90, ci4, D_09000880_326C90, 32, 32]
- [0x326E90, palette, D_09000880_326C90]
- [0x326EB0, ci4, D_09000AA0_326EB0, 32, 32]
- [0x3270B0, palette, D_09000AA0_326EB0]
- [0x3270D0, ci4, D_09000CC0_3270D0, 32, 32]
- [0x3272D0, palette, D_09000CC0_3270D0]
- [0x3272F0, vtx, D_09000EE0_3272F0]
- [0x327330, gfx, D_09000F20_327330]
- [0x327398, gfx, D_09000F88_327398]
- [0x3273B0, gfx, D_09000FA0_3273B0]
- [0x327470, gfx, D_09001060_327470]
- [0x327530, gfx, D_09001120_327530]
- [0x3275F0, gfx, D_090011E0_3275F0]
- [0x3276B0, gfx, D_090012A0_3276B0]
- [0x327770, gfx, D_09001360_327770]
- [0x327830, gfx, D_09001420_327830]
- name: effect_big_smoke_puff
dir: effects
type: code
start: 0x3278F0
vram: 0xE0002000
subsegments:
- [auto, c, big_smoke_puff]
- name: effect_landing_dust
dir: effects
type: code
start: 0x328110
vram: 0xE000C000
subsegments:
- [auto, c, landing_dust]
- name: effect_gfx_landing_dust
dir: effects/gfx
type: code
start: 0x328EA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, landing_dust]
- start: 0x328EA0
type: .data
name: landing_dust
subsegments:
- [0x328EA0, i4, D_09000000_328EA0, 256, 32]
- [0x329EA0, i4, D_09001000_329EA0, 176, 24]
- [0x32A6E0, i4, D_09001840_32A6E0, 224, 32]
- [0x32B4E0, vtx, D_09002640_32B4E0]
- [0x32B520, vtx, D_09002680_32B520]
- [0x32B560, vtx, D_090026C0_32B560]
- [0x32B5A0, vtx, D_09002700_32B5A0]
- [0x32B5E0, vtx, D_09002740_32B5E0]
- [0x32B620, gfx, D_09002780_32B620]
- [0x32B708, gfx, D_09002868_32B708]
- [0x32B7F0, gfx, D_09002950_32B7F0]
- [0x32B8D8, gfx, D_09002A38_32B8D8]
- [0x32B9C0, gfx, D_09002B20_32B9C0]
- [0x32B9E0, gfx, D_09002B40_32B9E0]
- [0x32BA00, gfx, D_09002B60_32BA00]
- [0x32BA20, gfx, D_09002B80_32BA20]
- [0x32BA40, vtx, D_09002BA0_32BA40]
- [0x32BB00, gfx, D_09002C60_32BB00]
- [0x32BB30, ci4, D_09002C90_32BB30, 16, 16]
- [0x32BBB0, ci4, D_09002D10_32BBB0, 16, 16, D_09002C90_32BB30]
- [0x32BC30, ci4, D_09002D90_32BC30, 16, 16, D_09002C90_32BB30]
- [0x32BCB0, ci4, D_09002E10_32BCB0, 16, 16, D_09002C90_32BB30]
- [0x32BD30, palette, D_09002C90_32BB30]
- [0x32BD50, vtx, D_09002EB0_32BD50]
- [0x32BD90, gfx, D_09002EF0_32BD90]
- [0x32BE08, gfx, D_09002F68_32BE08]
- [0x32BE50, gfx, D_09002FB0_32BE50]
- [0x32BEA8, gfx, D_09003008_32BEA8]
- [0x32BF00, gfx, D_09003060_32BF00]
- [0x32BF58, gfx, D_090030B8_32BF58]
- [0x32BFB0, gfx, D_09003110_32BFB0]
- [0x32C008, gfx, D_09003168_32C008]
- [0x32C060, gfx, D_090031C0_32C060]
- [0x32C0B8, gfx, D_09003218_32C0B8]
- name: effect_walking_dust
dir: effects
type: code
start: 0x32C110
vram: 0xE000E000
subsegments:
- [auto, c, walking_dust]
- name: effect_flower_splash
dir: effects
type: code
start: 0x32C7A0
vram: 0xE0010000
subsegments:
- [auto, c, flower_splash]
- name: effect_gfx_flower_splash_trail
dir: effects/gfx
type: code
start: 0x32CEC0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, flower_splash_trail]
- start: 0x32CEC0
type: .data
name: flower_splash_trail
subsegments:
- [0x32CEC0, ci4, D_09000000_32CEC0, 16, 16]
- [0x32CF40, palette, D_09000000_32CEC0]
- [0x32CF60, palette, D_09000000_32CEC0.yellow]
- [0x32CF80, rgba16, D_090000C0_32CF80, 32, 32]
- [0x32D780, vtx, D_090008C0_32D780]
- [0x32D8F0, vtx, D_09000A30_32D8F0]
- [0x32D900, vtx, D_09000A40_32D900]
- [0x32D910, vtx, D_09000A50_32D910]
- [0x32D950, vtx, D_09000A90_32D950]
- [0x32D970, vtx, D_09000AB0_32D970]
- [0x32D9B0, vtx, D_09000AF0_32D9B0]
- [0x32DA10, gfx, D_09000B50_32DA10]
- [0x32DAD0, gfx, D_09000C10_32DAD0]
- [0x32DB90, gfx, D_09000CD0_32DB90]
- [0x32DC18, gfx, D_09000D58_32DC18]
- [0x32DC50, gfx, D_09000D90_32DC50]
- [0x32DCC8, gfx, D_09000E08_32DCC8]
- [0x32DCE0, gfx, D_09000E20_32DCE0]
- [0x32DCF8, gfx, D_09000E38_32DCF8]
- name: effect_flower_trail
dir: effects
type: code
start: 0x32DD10
vram: 0xE0012000
subsegments:
- [auto, c, flower_trail]
- name: effect_cloud_puff
dir: effects
type: code
start: 0x32E490
vram: 0xE0014000
subsegments:
- [auto, c, cloud_puff]
- name: effect_gfx_cloud_puff_trail
dir: effects/gfx
type: code
start: 0x32EC50
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, cloud_puff_trail]
- start: 0x32EC50
type: .data
name: cloud_puff_trail
subsegments:
- [0x32EC50, ci4, D_09000000_32EC50, 16, 16]
- [0x32ECD0, palette, D_09000000_32EC50]
- [0x32ECF0, vtx, D_090000A0_32ECF0]
- [0x32ED30, gfx, D_090000E0_32ED30]
- [0x32EE08, gfx, D_090001B8_32EE08]
- [0x32EE28]
- name: effect_cloud_trail
dir: effects
type: code
start: 0x32EE30
vram: 0xE0016000
subsegments:
- [auto, c, cloud_trail]
- name: effect_footprint
dir: effects
type: code
start: 0x32F580
vram: 0xE0018000
subsegments:
- [auto, c, footprint]
- name: effect_gfx_footprint
dir: effects/gfx
type: code
start: 0x32FB50
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, footprint]
- start: 0x32FB50
type: .data
name: footprint
subsegments:
- [0x32FB50, i4, D_09000000_32FB50, 32, 32]
- [0x32FD50, vtx, D_09000200_32FD50]
- [0x32FD90, gfx, D_09000240_32FD90]
- [0x32FE28]
- name: effect_floating_flower
dir: effects
type: code
start: 0x32FE30
vram: 0xE001A000
subsegments:
- [auto, c, floating_flower]
- name: effect_gfx_floating_flower
dir: effects/gfx
type: code
start: 0x330460
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, floating_flower]
- start: 0x330460
type: .data
name: floating_flower
subsegments:
- [0x330460, ci4, D_09000000_330460, 16, 16]
- [0x3304E0, palette, D_09000000_330460]
- [0x330500, vtx, D_090000A0_330500]
- [0x3305D0, vtx, D_09000170_3305D0]
- [0x330690, vtx, D_09000230_330690]
- [0x330750, gfx, D_090002F0_330750]
- [0x3308B0, gfx, D_09000450_3308B0]
- [0x330908]
- name: effect_snowflake
dir: effects
type: code
start: 0x330910
vram: 0xE001C000
subsegments:
- [auto, c, snowflake]
- name: effect_gfx_snowflake
dir: effects/gfx
type: code
start: 0x330F00
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, snowflake]
- start: 0x330F00
type: .data
name: snowflake
subsegments:
- [0x330F00, i4, D_09000000_330F00, 16, 16]
- [0x330F80, i4, D_09000080_330F80, 64, 64]
- [0x331780, vtx, D_09000880_331780]
- [0x3317C0, vtx, D_090008C0_3317C0]
- [0x331800, gfx, D_09000900_331800]
- [0x3318E8, gfx, D_090009E8_3318E8]
- [0x331910, gfx, D_09000A10_331910]
- [0x331938]
- name: effect_star
dir: effects
type: code
start: 0x331940
vram: 0xE001E000
subsegments:
- [auto, c, star]
- name: effect_gfx_star
dir: effects/gfx
type: code
start: 0x3326A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, star]
- start: 0x3326A0
type: .data
name: star
subsegments:
- [0x3326A0, ia8, D_09000000_3326A0, 64, 64]
- [0x3336A0, i4, D_09001000_3336A0, 32, 32]
- [0x3338A0, i4, D_09001200_3338A0, 32, 32]
- [0x333AA0, vtx, D_09001400_333AA0]
- [0x333B40, vtx, D_090014A0_333B40]
- [0x333B80, vtx, D_090014E0_333B80]
- [0x333BD0, gfx, D_09001530_333BD0]
- [0x333CF0, gfx, D_09001650_333CF0]
- [0x333E20, gfx, D_09001780_333E20]
- [0x333E70, gfx, D_090017D0_333E70]
- name: effect_emote
dir: effects
type: code
start: 0x333EC0
vram: 0xE0020000
subsegments:
- [auto, c, emote]
- name: effect_gfx_emote
dir: effects/gfx
type: code
start: 0x334C70
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, emote]
- start: 0x334C70
type: .data
name: emote
subsegments:
- [0x334C70, i4, D_09000000_334C70, 32, 64]
- [0x335070, i4, D_09000400_335070, 96, 32]
- [0x335670, i4, D_09000A00_335670, 128, 48]
- [0x336270, i4, D_09001600_336270, 128, 32]
- [0x336A70, i4, D_09001E00_336A70, 128, 8]
- [0x336C70, vtx, D_09002000_336C70]
- [0x336CB0, vtx, D_09002040_336CB0]
- [0x336CF0, vtx, D_09002080_336CF0]
- [0x336D30, vtx, D_090020C0_336D30]
- [0x336D70, vtx, D_09002100_336D70]
- [0x336DB0, vtx, D_09002140_336DB0]
- [0x336DE0, gfx, D_09002170_336DE0]
- [0x336EA8, gfx, D_09002238_336EA8]
- [0x336F50, gfx, D_090022E0_336F50]
- [0x336F78, gfx, D_09002308_336F78]
- [0x337020, gfx, D_090023B0_337020]
- [0x337048, gfx, D_090023D8_337048]
- [0x3370F0, gfx, D_09002480_3370F0]
- [0x337118, gfx, D_090024A8_337118]
- [0x3371C0, gfx, D_09002550_3371C0]
- [0x3371E8, gfx, D_09002578_3371E8]
- name: effect_sparkles
dir: effects
type: code
start: 0x337240
vram: 0xE0022000
subsegments:
- [auto, c, sparkles]
- name: effect_gfx_sparkles
dir: effects/gfx
type: code
start: 0x337FC0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, sparkles]
- start: 0x337FC0
type: .data
name: sparkles
subsegments:
- [0x337FC0, ia8, D_09000000_337FC0, 176, 22]
- [0x338EE0, gfx, D_09000F20_338EE0]
- [0x338F88, vtx, D_09000FC8_338F88]
- [0x338FC8, vtx, D_09001008_338FC8]
- [0x339008, vtx, D_09001048_339008]
- [0x339048, vtx, D_09001088_339048]
- [0x339088, vtx, D_090010C8_339088]
- [0x3390C8, vtx, D_09001108_3390C8]
- [0x339108, vtx, D_09001148_339108]
- [0x339148, vtx, D_09001188_339148]
- [0x339188, gfx, D_090011C8_339188]
- [0x3391A0, gfx, D_090011E0_3391A0]
- [0x3391B8, gfx, D_090011F8_3391B8]
- [0x3391D0, gfx, D_09001210_3391D0]
- [0x3391E8, gfx, D_09001228_3391E8]
- [0x339200, gfx, D_09001240_339200]
- [0x339218, gfx, D_09001258_339218]
- [0x339230, gfx, D_09001270_339230]
- [0x339248]
- name: effect_shape_spell
dir: effects
type: code
start: 0x339250
vram: 0xE0024000
subsegments:
- [auto, c, shape_spell]
- name: effect_gfx_shape_spell
dir: effects/gfx
type: code
start: 0x339F60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, shape_spell]
- start: 0x339F60
type: .data
name: shape_spell
subsegments:
- [0x339F60, i4, D_09000000_339F60, 32, 256]
- [0x33AF60, vtx, D_09001000_33AF60]
- [0x33AFA0, vtx, D_09001040_33AFA0]
- [0x33AFE0, gfx, D_09001080_33AFE0]
- [0x33B088, gfx, D_09001128_33B088]
- [0x33B0B0, gfx, D_09001150_33B0B0]
- [0x33B0D8, gfx, D_09001178_33B0D8]
- [0x33B100, gfx, D_090011A0_33B100]
- [0x33B128, gfx, D_090011C8_33B128]
- [0x33B150, gfx, D_090011F0_33B150]
- [0x33B178]
- name: effect_gather_energy_pink
dir: effects
type: code
start: 0x33B180
vram: 0xE0026000
subsegments:
- [auto, c, gather_energy_pink]
- name: effect_gfx_gather_energy_pink
dir: effects/gfx
type: code
start: 0x33BBD0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, gather_energy_pink]
- start: 0x33BBD0
type: .data
name: gather_energy_pink
subsegments:
- [0x33BBD0, i4, D_09000000_33BBD0, 64, 16]
- [0x33BDD0, i4, D_09000200_33BDD0, 64, 16]
- [0x33BFD0, i4, D_09000400_33BFD0, 64, 64]
- [0x33C7D0, vtx, D_09000C00_33C7D0]
- [0x33C970, gfx, D_09000DA0_33C970]
- [0x33C9F8, gfx, D_09000E28_33C9F8]
- [0x33CAE0, vtx, D_09000F10_33CAE0]
- [0x33CC80, gfx, D_090010B0_33CC80]
- [0x33CD08, gfx, D_09001138_33CD08]
- [0x33CDE8]
- name: effect_drop_leaves
dir: effects
type: code
start: 0x33CDF0
vram: 0xE0028000
subsegments:
- [auto, c, drop_leaves]
- name: effect_gfx_drop_leaves
dir: effects/gfx
type: code
start: 0x33D610
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, drop_leaves]
- start: 0x33D610
type: .data
name: drop_leaves
subsegments:
- [0x33D610, ia8, D_09000000_33D610, 32, 128]
- [0x33E610, vtx, D_09001000_33E610]
- [0x33E690, vtx, D_09001080_33E690]
- [0x33E710, vtx, D_09001100_33E710]
- [0x33E790, gfx, D_09001180_33E790]
- [0x33E840, gfx, D_09001230_33E840]
- [0x33E868, gfx, D_09001258_33E868]
- [0x33E890, gfx, D_09001280_33E890]
- [0x33E8B8]
- name: effect_dust
dir: effects
type: code
start: 0x33E8C0
vram: 0xE002A000
subsegments:
- [auto, c, dust]
- name: effect_gfx_dust
dir: effects/gfx
type: code
start: 0x33F000
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, dust]
- start: 0x33F000
type: .data
name: dust
subsegments:
- [0x33F000, i4, D_09000000_33F000, 32, 96]
- [0x33F600, i4, D_09000600_33F600, 32, 96]
- [0x33FC00, vtx, D_09000C00_33FC00]
- [0x33FC40, vtx, D_09000C40_33FC40]
- [0x33FC80, vtx, D_09000C80_33FC80]
- [0x33FCC0, gfx, D_09000CC0_33FCC0]
- [0x33FD68, gfx, D_09000D68_33FD68]
- [0x33FE18, gfx, D_09000E18_33FE18]
- [0x33FE38, gfx, D_09000E38_33FE38]
- [0x33FE58, gfx, D_09000E58_33FE58]
- [0x33FE78]
- name: effect_shattering_stones
dir: effects
type: code
start: 0x33FE80
vram: 0xE002C000
subsegments:
- [auto, c, shattering_stones]
- name: effect_gfx_shattering_stones
dir: effects/gfx
type: code
start: 0x340880
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, shattering_stones]
- start: 0x340880
type: .data
name: shattering_stones
subsegments:
- [0x340880, ia8, D_09000000_340880, 32, 96]
- [0x341480, gfx, D_09000C00_341480]
- [0x341528, vtx, D_09000CA8_341528]
- [0x3415A8, vtx, D_09000D28_3415A8]
- [0x341608, vtx, D_09000D88_341608]
- [0x341668, vtx, D_09000DE8_341668]
- [0x3416E8, vtx, D_09000E68_3416E8]
- [0x341748, vtx, D_09000EC8_341748]
- [0x3417A8, vtx, D_09000F28_3417A8]
- [0x341828, vtx, D_09000FA8_341828]
- [0x341888, vtx, D_09001008_341888]
- [0x3418E8, gfx, D_09001068_3418E8]
- [0x341900, gfx, D_09001080_341900]
- [0x341918, gfx, D_09001098_341918]
- [0x341938, gfx, D_090010B8_341938]
- [0x341950, gfx, D_090010D0_341950]
- [0x341968, gfx, D_090010E8_341968]
- [0x341988, gfx, D_09001108_341988]
- [0x3419A0, gfx, D_09001120_3419A0]
- [0x3419B8, gfx, D_09001138_3419B8]
- [0x3419D8]
- name: effect_smoke_ring
dir: effects
type: code
start: 0x3419E0
vram: 0xE002E000
subsegments:
- [auto, c, smoke_ring]
- name: effect_damage_stars
dir: effects
type: code
start: 0x342140
vram: 0xE0030000
subsegments:
- [auto, c, damage_stars]
- name: effect_gfx_damage_stars
dir: effects/gfx
type: code
start: 0x343040
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, damage_stars]
- start: 0x343040
type: .data
name: damage_stars
subsegments:
- [0x343040, i4, D_09000000_343040, 32, 64]
- [0x343440, vtx, D_09000400_343440]
- [0x343480, vtx, D_09000440_343480]
- [0x3434C0, vtx, D_09000480_3434C0]
- [0x343500, gfx, D_090004C0_343500]
- [0x3435B0, gfx, D_09000570_3435B0]
- [0x343620, gfx, D_090005E0_343620]
- [0x343640, gfx, D_09000600_343640]
- [0x343660, gfx, D_09000620_343660]
- name: effect_explosion
dir: effects
type: code
start: 0x343680
vram: 0xE0032000
subsegments:
- [auto, c, explosion]
- name: effect_gfx_explosion
dir: effects/gfx
type: code
start: 0x343F70
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, explosion]
- start: 0x343F70
type: .data
name: explosion
subsegments:
- [0x343F70, i4, D_09000000_343F70, 32, 32]
- [0x344170, i4, D_09000200_344170, 32, 32]
- [0x344370, i4, D_09000400_344370, 32, 32]
- [0x344570, i4, D_09000600_344570, 32, 32]
- [0x344770, vtx, D_09000800_344770]
- [0x3447B0, gfx, D_09000840_3447B0]
- [0x344860, gfx, D_090008F0_344860]
- [0x344880, gfx, D_09000910_344880]
- [0x3448E8, gfx, D_09000978_3448E8]
- [0x344948, gfx, D_090009D8_344948]
- [0x3449A8, gfx, D_09000A38_3449A8]
- [0x344A08]
- name: effect_lens_flare
dir: effects
type: code
start: 0x344A10
vram: 0xE0034000
subsegments:
- [auto, c, lens_flare]
- name: effect_gfx_lens_flare
dir: effects/gfx
type: code
start: 0x3451E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, lens_flare]
- start: 0x3451E0
type: .data
name: lens_flare
subsegments:
- [0x3451E0, i4, D_09000000_3451E0, 32, 32]
- [0x3453E0, vtx, D_09000200_3453E0]
- [0x345420, gfx, D_09000240_345420]
- [0x3454C0, gfx, D_090002E0_3454C0]
- name: effect_got_item_outline
dir: effects
type: code
start: 0x3454E0
vram: 0xE0036000
subsegments:
- [auto, c, got_item_outline]
- name: effect_gfx_got_item_outline
dir: effects/gfx
type: code
start: 0x345B40
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, got_item_outline]
- start: 0x345B40
type: .data
name: got_item_outline
subsegments:
- [0x345B40, ia8, D_09000000_345B40, 128, 32]
- [0x346B40, ia8, D_09001000_346B40, 128, 32]
- [0x347B40, ia8, D_09002000_347B40, 128, 32]
- [0x348B40, ia8, D_09003000_348B40, 128, 32]
- [0x349B40, ia8, D_09004000_349B40, 128, 32]
- [0x34AB40, ia8, D_09005000_34AB40, 128, 32]
- [0x34BB40, ia8, D_09006000_34BB40, 128, 32]
- [0x34CB40, ia8, D_09007000_34CB40, 128, 32]
- [0x34DB40, vtx, D_09008000_34DB40]
- [0x34DC40, gfx, D_09008100_34DC40]
- [0x34DCB0, gfx, D_09008170_34DCB0]
- [0x34DCD0, gfx, D_09008190_34DCD0]
- [0x34DCE8, gfx, D_090081A8_34DCE8]
- [0x34DD00, gfx, D_090081C0_34DD00]
- [0x34DD18]
- name: effect_spiky_white_aura
dir: effects
type: code
start: 0x34DD20
vram: 0xE0038000
subsegments:
- [auto, c, spiky_white_aura]
- name: effect_gfx_spiky_white_aura
dir: effects/gfx
type: code
start: 0x34E770
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, spiky_white_aura]
- start: 0x34E770
type: .data
name: spiky_white_aura
subsegments:
- [0x34E770, i4, D_09000000_34E770, 64, 32]
- [0x34EB70, vtx, D_09000400_34EB70]
- [0x34EBB0, gfx, D_09000440_34EBB0]
- [0x34EC58, gfx, D_090004E8_34EC58]
- [0x34EC78]
- name: effect_smoke_impact
dir: effects
type: code
start: 0x34EC80
vram: 0xE003A000
subsegments:
- [auto, c, smoke_impact]
- name: effect_damage_indicator
dir: effects
type: code
start: 0x34F4C0
vram: 0xE003C000
subsegments:
- [auto, c, damage_indicator]
- name: effect_gfx_damage_indicator
dir: effects/gfx
type: code
start: 0x350220
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, damage_indicator]
- start: 0x350220
type: .data
name: damage_indicator
subsegments:
- [0x350220, i4, D_09000000_350220, 32, 32]
- [0x350420, i4, D_09000200_350420, 32, 32]
- [0x350620, i4, D_09000400_350620, 32, 32]
- [0x350820, i4, D_09000600_350820, 32, 32]
- [0x350A20, i4, D_09000800_350A20, 32, 32]
- [0x350C20, i4, D_09000A00_350C20, 32, 32]
- [0x350E20, i4, D_09000C00_350E20, 32, 32]
- [0x351020, i4, D_09000E00_351020, 32, 32]
- [0x351220, i4, D_09001000_351220, 32, 32]
- [0x351420, i4, D_09001200_351420, 32, 32]
- [0x351620, i4, D_09001400_351620, 32, 32]
- [0x351820, i4, D_09001600_351820, 32, 32]
- [0x351A20, i4, D_09001800_351A20, 32, 32]
- [0x351C20, i4, D_09001A00_351C20, 32, 32]
- [0x351E20, vtx, D_09001C00_351E20]
- [0x351E30, vtx, D_09001C10_351E30]
- [0x351E50, vtx, D_09001C30_351E50]
- [0x351E60, vtx, D_09001C40_351E60]
- [0x351EA0, vtx, D_09001C80_351EA0]
- [0x351EE0, vtx, D_09001CC0_351EE0]
- [0x351F20, vtx, D_09001D00_351F20]
- [0x351F60, gfx, D_09001D40_351F60]
- [0x352000, gfx, D_09001DE0_352000]
- [0x352070, gfx, D_09001E50_352070]
- [0x3520B0, gfx, D_09001E90_3520B0]
- [0x3520F0, gfx, D_09001ED0_3520F0]
- [0x352130, gfx, D_09001F10_352130]
- [0x352170, gfx, D_09001F50_352170]
- [0x3521B0, gfx, D_09001F90_3521B0]
- [0x3521F0, gfx, D_09001FD0_3521F0]
- [0x352230, gfx, D_09002010_352230]
- [0x352270, gfx, D_09002050_352270]
- [0x3522B0, gfx, D_09002090_3522B0]
- [0x3522F0, gfx, D_090020D0_3522F0]
- [0x352330, gfx, D_09002110_352330]
- [0x352370, gfx, D_09002150_352370]
- [0x352380, gfx, D_09002160_352380]
- [0x352390, gfx, D_09002170_352390]
- [0x3523A0, gfx, D_09002180_3523A0]
- [0x3523B0, gfx, D_09002190_3523B0]
- [0x3523C8, gfx, D_090021A8_3523C8]
- [0x3523E0, gfx, D_090021C0_3523E0]
- [0x352400, gfx, D_090021E0_352400]
- [0x352420, gfx, D_09002200_352420]
- name: effect_purple_ring
dir: effects
type: code
start: 0x352440
vram: 0xE003E000
subsegments:
- [auto, c, purple_ring]
- name: effect_gfx_purple_ring
dir: effects/gfx
type: code
start: 0x352CE0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, purple_ring]
- start: 0x352CE0
type: .data
name: purple_ring
subsegments:
- [0x352CE0, i4, D_09000000_352CE0, 64, 16]
- [0x352EE0, gfx, D_09000200_352EE0]
- [0x352F88, vtx, D_090002A8_352F88]
- [0x353048, vtx, D_09000368_353048]
- [0x3530E8, vtx, D_09000408_3530E8]
- [0x353138, vtx, D_09000458_353138]
- [0x3531C8, gfx, D_090004E8_3531C8]
- [0x3532F8]
- name: effect_flame
dir: effects
type: code
start: 0x353300
vram: 0xE0040000
subsegments:
- [auto, c, flame]
- name: effect_gfx_flame
dir: effects/gfx
type: code
start: 0x353BB0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, flame]
- start: 0x353BB0
type: .data
name: flame
subsegments:
- [0x353BB0, i4, D_09000000_353BB0, 32, 32]
- [0x353DB0, i4, D_09000200_353DB0, 32, 32]
- [0x353FB0, i4, D_09000400_353FB0, 32, 32]
- [0x3541B0, i4, D_09000600_3541B0, 32, 32]
- [0x3543B0, gfx, D_09000800_3543B0]
- [0x354468, vtx, D_090008B8_354468]
- [0x3544A8, gfx, D_090008F8_3544A8]
- [0x3544C8, gfx, D_09000918_3544C8]
- [0x354590]
- name: effect_stars_burst
dir: effects
type: code
start: 0x3547A0
vram: 0xE0042000
subsegments:
- [auto, c, stars_burst]
- name: effect_stars_shimmer
dir: effects
type: code
start: 0x354F60
vram: 0xE0044000
subsegments:
- [auto, c, stars_shimmer]
- name: effect_rising_bubble
dir: effects
type: code
start: 0x355EE0
vram: 0xE0046000
subsegments:
- [auto, c, rising_bubble]
- name: effect_gfx_rising_bubble
dir: effects/gfx
type: code
start: 0x356530
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, rising_bubble]
- start: 0x356530
type: .data
name: rising_bubble
subsegments:
- [0x356530, i4, D_09000000_356530, 16, 16]
- [0x3565B0, i4, D_09000080_3565B0, 16, 16]
- [0x356630, vtx, D_09000100_356630]
- [0x356670, vtx, D_09000140_356670]
- [0x3566B0, vtx, D_09000180_3566B0]
- [0x3566F0, vtx, D_090001C0_3566F0]
- [0x356730, gfx, D_09000200_356730]
- [0x356818, gfx, D_090002E8_356818]
- [0x356838, gfx, D_09000308_356838]
- [0x356920, gfx, D_090003F0_356920]
- [0x356940, gfx, D_09000410_356940]
- [0x356960, gfx, D_09000430_356960]
- name: effect_ring_blast
dir: effects
type: code
start: 0x356980
vram: 0xE0048000
subsegments:
- [auto, c, ring_blast]
- name: effect_gfx_ring_blast
dir: effects/gfx
type: code
start: 0x3573A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ring_blast]
- start: 0x3573A0
type: .data
name: ring_blast
subsegments:
- [0x3573A0, i4, D_09000000_3573A0, 256, 32]
- [0x3583A0, vtx, D_09001000_3583A0]
- [0x3583E0, gfx, D_09001040_3583E0]
- [0x358498, gfx, D_090010F8_358498]
- [0x3584B8]
- name: effect_shockwave
dir: effects
type: code
start: 0x3584C0
vram: 0xE004A000
subsegments:
- [auto, c, shockwave]
- name: effect_gfx_shockwave
dir: effects/gfx
type: code
start: 0x3593B0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, shockwave]
- start: 0x3593B0
type: .data
name: shockwave
subsegments:
- [0x3593B0, i4, D_09000000_3593B0, 32, 32]
- [0x3595B0, ia4, D_09000200_3595B0, 64, 32]
- [0x3599B0, i4, D_09000600_3599B0, 32, 32]
- [0x359BB0, vtx, D_09000800_359BB0]
- [0x359CF0, gfx, D_09000940_359CF0]
- [0x359D50, gfx, D_090009A0_359D50]
- [0x359E30, gfx, D_09000A80_359E30]
- [0x359F20]
- name: effect_music_note
dir: effects
type: code
start: 0x359F20
vram: 0xE004C000
subsegments:
- [auto, c, music_note]
- name: effect_gfx_music_note
dir: effects/gfx
type: code
start: 0x35A5E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, music_note]
- start: 0x35A5E0
type: .data
name: music_note
subsegments:
- [0x35A5E0, i8, D_09000000_35A5E0, 8, 32]
- [0x35A6E0, i8, D_09000100_35A6E0, 8, 32]
- [0x35A7E0, i8, D_09000200_35A7E0, 8, 32]
- [0x35A8E0, i8, D_09000300_35A8E0, 8, 32]
- [0x35A9E0, i8, D_09000400_35A9E0, 8, 32]
- [0x35AAE0, i8, D_09000500_35AAE0, 8, 32]
- [0x35ABE0, i8, D_09000600_35ABE0, 8, 32]
- [0x35ACE0, i4, D_09000700_35ACE0, 16, 32]
- [0x35ADE0, i4, D_09000800_35ADE0, 16, 32]
- [0x35AEE0, i4, D_09000900_35AEE0, 16, 32]
- [0x35AFE0, i4, D_09000A00_35AFE0, 16, 32]
- [0x35B0E0, i4, D_09000B00_35B0E0, 16, 32]
- [0x35B1E0, i4, D_09000C00_35B1E0, 16, 32]
- [0x35B2E0, i4, D_09000D00_35B2E0, 16, 32]
- [0x35B3E0, vtx, D_09000E00_35B3E0]
- [0x35B5A0, gfx, D_09000FC0_35B5A0]
- [0x35B618, gfx, D_09001038_35B618]
- [0x35B6A0, gfx, D_090010C0_35B6A0]
- [0x35B728, gfx, D_09001148_35B728]
- [0x35B7B0, gfx, D_090011D0_35B7B0]
- [0x35B838, gfx, D_09001258_35B838]
- [0x35B8C0, gfx, D_090012E0_35B8C0]
- [0x35B948, gfx, D_09001368_35B948]
- name: effect_smoke_burst
dir: effects
type: code
start: 0x35B9D0
vram: 0xE004E000
subsegments:
- [auto, c, smoke_burst]
- name: effect_sweat
dir: effects
type: code
start: 0x35BFD0
vram: 0xE0050000
subsegments:
- [auto, c, sweat]
- name: effect_gfx_sweat
dir: effects/gfx
type: code
start: 0x35C550
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, sweat]
- start: 0x35C550
type: .data
name: sweat
subsegments:
- [0x35C550, i4, D_09000000_35C550, 16, 16]
- [0x35C5D0, i4, D_09000080_35C5D0, 32, 16]
- [0x35C6D0, vtx, D_09000180_35C6D0]
- [0x35C710, vtx, D_090001C0_35C710]
- [0x35C750, gfx, D_09000200_35C750]
- [0x35C818, gfx, D_090002C8_35C818]
- [0x35C8E0, gfx, D_09000390_35C8E0]
- [0x35C9B0, gfx, D_09000460_35C9B0]
- name: effect_sleep_bubble
dir: effects
type: code
start: 0x35CA80
vram: 0xE0052000
subsegments:
- [auto, c, sleep_bubble]
- name: effect_gfx_sleep_bubble
dir: effects/gfx
type: code
start: 0x35D510
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, sleep_bubble]
- start: 0x35D510
type: .data
name: sleep_bubble
subsegments:
- [0x35D510, i4, D_09000000_35D510, 16, 16]
- [0x35D590, i4, D_09000080_35D590, 16, 16]
- [0x35D610, i4, D_09000100_35D610, 16, 16]
- [0x35D690, vtx, D_09000180_35D690]
- [0x35D7F0, gfx, D_090002E0_35D7F0]
- [0x35D8A0, gfx, D_09000390_35D8A0]
- [0x35D950, gfx, D_09000440_35D950]
- name: effect_windy_leaves
dir: effects
type: code
start: 0x35DA00
vram: 0xE0056000
subsegments:
- [auto, c, windy_leaves]
- name: effect_falling_leaves
dir: effects
type: code
start: 0x35E920
vram: 0xE0058000
subsegments:
- [auto, c, falling_leaves]
- name: effect_gfx_falling_leaves
dir: effects/gfx
type: code
start: 0x35F0E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, falling_leaves]
- start: 0x35F0E0
type: .data
name: falling_leaves
subsegments:
- [0x35F0E0, ia8, D_09000000_35F0E0, 32, 128]
- [0x3600E0, vtx, D_09001000_3600E0]
- [0x3601E0, gfx, D_09001100_3601E0]
- [0x360290, gfx, D_090011B0_360290]
- [0x3602B8]
- name: effect_stars_spread
dir: effects
type: code
start: 0x3602C0
vram: 0xE005A000
subsegments:
- [auto, c, stars_spread]
- name: effect_gfx_stars_spread
dir: effects/gfx
type: code
start: 0x360A30
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, stars_spread]
- start: 0x360A30
type: .data
name: stars_spread
subsegments:
- [0x360A30, i4, D_09000000_360A30, 32, 64]
- [0x360E30, vtx, D_09000400_360E30]
- [0x360E70, gfx, D_09000440_360E70]
- [0x360F20, gfx, D_090004F0_360F20]
- name: effect_steam_burst
dir: effects
type: code
start: 0x360F40
vram: 0xE005C000
subsegments:
- [auto, c, steam_burst]
- name: effect_gfx_steam_burst
dir: effects/gfx
type: code
start: 0x361670
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, steam_burst]
- start: 0x361670
type: .data
name: steam_burst
subsegments:
- [0x361670, i4, D_09000000_361670, 224, 32]
- [0x362470, gfx, D_09000E00_362470]
- [0x362560, vtx, D_09000EF0_362560]
- [0x3625A0, gfx, D_09000F30_3625A0]
- name: effect_stars_orbiting
dir: effects
type: code
start: 0x3625C0
vram: 0xE005E000
subsegments:
- [auto, c, stars_orbiting]
- name: effect_gfx_stars_orbiting
dir: effects/gfx
type: code
start: 0x362C50
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, stars_orbiting]
- start: 0x362C50
type: .data
name: stars_orbiting
subsegments:
- [0x362C50, i4, D_09000000_362C50, 32, 64]
- [0x363050, vtx, D_09000400_363050]
- [0x363090, gfx, D_09000440_363090]
- [0x363140, gfx, D_090004F0_363140]
- name: effect_big_snowflakes
dir: effects
type: code
start: 0x363160
vram: 0xE0060000
subsegments:
- [auto, c, big_snowflakes]
- name: effect_gfx_big_snowflakes
dir: effects/gfx
type: code
start: 0x3638C0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, big_snowflakes]
- start: 0x3638C0
type: .data
name: big_snowflakes
subsegments:
- [0x3638C0, i4, D_09000000_3638C0, 16, 16]
- [0x363940, i4, D_09000080_363940, 64, 64]
- [0x364140, vtx, D_09000880_364140]
- [0x364180, vtx, D_090008C0_364180]
- [0x3641C0, gfx, D_09000900_3641C0]
- [0x3642A8, gfx, D_090009E8_3642A8]
- [0x3642D0, gfx, D_09000A10_3642D0]
- [0x3642F8]
- name: effect_debuff
dir: effects
type: code
start: 0x364300
vram: 0xE0062000
subsegments:
- [auto, c, debuff]
- name: effect_gfx_debuff
dir: effects/gfx
type: code
start: 0x364C00
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, debuff]
- start: 0x364C00
type: .data
name: debuff
subsegments:
- [0x364C00, i4, D_09000000_364C00, 32, 32]
- [0x364E00, vtx, D_09000200_364E00]
- [0x364E40, gfx, D_09000240_364E40]
- [0x364EE8, gfx, D_090002E8_364EE8]
- [0x364F08]
- name: effect_green_impact
dir: effects
type: code
start: 0x364F10
vram: 0xE0064000
subsegments:
- [auto, c, green_impact]
- name: effect_gfx_green_impact
dir: effects/gfx
type: code
start: 0x3659B0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, green_impact]
- start: 0x3659B0
type: .data
name: green_impact
subsegments:
- [0x3659B0, i4, D_09000000_3659B0, 32, 32]
- [0x365BB0, i4, D_09000200_365BB0, 32, 32]
- [0x365DB0, vtx, D_09000400_365DB0]
- [0x365EF0, gfx, D_09000540_365EF0]
- [0x365F50, gfx, D_090005A0_365F50]
- name: effect_radial_shimmer
dir: effects
type: code
start: 0x366030
vram: 0xE0066000
subsegments:
- [auto, c, radial_shimmer]
- name: effect_gfx_radial_shimmer
dir: effects/gfx
type: code
start: 0x366D60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, radial_shimmer]
- start: 0x366D60
type: .data
name: radial_shimmer
subsegments:
- [0x366D60, i4, D_09000000_366D60, 64, 16]
- [0x366F60, i4, D_09000200_366F60, 64, 16]
- [0x367160, i4, D_09000400_367160, 64, 64]
- [0x367960, i4, D_09000C00_367960, 32, 32]
- [0x367B60, i4, D_09000E00_367B60, 64, 64]
- [0x368360, i4, D_09001600_368360, 64, 64]
- [0x368B60, i4, D_09001E00_368B60, 64, 64]
- [0x369360, i4, D_09002600_369360, 64, 64]
- [0x369B60, i4, D_09002E00_369B60, 32, 32]
- [0x369D60, vtx, D_09003000_369D60]
- [0x369F00, vtx, D_090031A0_369F00]
- [0x36A0A0, gfx, D_09003340_36A0A0]
- [0x36A188, gfx, D_09003428_36A188]
- [0x36A268, gfx, D_09003508_36A268]
- [0x36A348, gfx, D_090035E8_36A348]
- [0x36A428, gfx, D_090036C8_36A428]
- [0x36A508, gfx, D_090037A8_36A508]
- [0x36A590, gfx, D_09003830_36A590]
- [0x36A618, gfx, D_090038B8_36A618]
- [0x36A708, gfx, D_090039A8_36A708]
- [0x36A7E8, gfx, D_09003A88_36A7E8]
- [0x36A8C8] # padding
- name: effect_ending_decals
dir: effects
type: code
start: 0x36A8D0
vram: 0xE0068000
subsegments:
- [auto, c, ending_decals]
- name: effect_gfx_ending_decals
dir: effects/gfx
type: code
start: 0x36AEE0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ending_decals]
- start: 0x36AEE0
type: .data
name: ending_decals
subsegments:
- [0x36AEE0, i8, D_09000000_36AEE0, 64, 64]
- [0x36BEE0, ci4, D_09001000_36BEE0, 64, 32]
- [0x36C2E0, ci4, D_09001400_36C2E0, 64, 32, D_09001000_36BEE0]
- [0x36C6E0, ci4, D_09001800_36C6E0, 64, 32, D_09001000_36BEE0]
- [0x36CAE0, palette, D_09001000_36BEE0]
- [0x36CB00] # padding
- [0x36CCE0, vtx, D_09001E00_36CCE0]
- [0x36CD20, gfx, D_09001E40_36CD20]
- [0x36CD88, gfx, D_09001EA8_36CD88]
- [0x36CDF0, gfx, D_09001F10_36CDF0]
- [0x36CE58, gfx, D_09001F78_36CE58]
- [0x36CEF8, vtx, D_09002018_36CEF8]
- [0x36CF38, gfx, D_09002058_36CF38]
- [0x36CF58, gfx, D_09002078_36CF58]
- [0x36D018]
- name: effect_light_rays
dir: effects
type: code
start: 0x36D020
vram: 0xE006A000
subsegments:
- [auto, c, light_rays]
- name: effect_gfx_light_rays
dir: effects/gfx
type: code
start: 0x36DF90
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, light_rays]
- start: 0x36DF90
type: .data
name: light_rays
subsegments:
- [0x36DF90, i4, D_09000000_36DF90, 16, 16]
- [0x36E010, vtx, D_09000080_36E010]
- [0x36E040, gfx, D_090000B0_36E040]
- [0x36E060, vtx, D_090000D0_36E060]
- [0x36E0A0, gfx, D_09000110_36E0A0]
- [0x36E0C0, gfx, D_09000130_36E0C0]
- [0x36E168, gfx, D_090001D8_36E168]
- name: effect_lightning
dir: effects
type: code
start: 0x36E1D0
vram: 0xE006C000
subsegments:
- [auto, c, lightning]
- name: effect_gfx_lightning
dir: effects/gfx
type: code
start: 0x36ED60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, lightning]
- start: 0x36ED60
type: .data
name: lightning
subsegments:
- [0x36ED60, i8, D_09000000_36ED60, 128, 32]
- [0x36FD60, vtx, D_09001000_36FD60]
- [0x36FF40, vtx, D_090011E0_36FF40]
- [0x370080, vtx, D_09001320_370080]
- [0x370280, vtx, D_09001520_370280]
- [0x3703A0, vtx, D_09001640_3703A0]
- [0x3705A0, vtx, D_09001840_3705A0]
- [0x370620, vtx, D_090018C0_370620]
- [0x3706A0, vtx, D_09001940_3706A0]
- [0x370720, vtx, D_090019C0_370720]
- [0x3707A0, vtx, D_09001A40_3707A0]
- [0x370820, vtx, D_09001AC0_370820]
- [0x3709A0, vtx, D_09001C40_3709A0]
- [0x370B20, vtx, D_09001DC0_370B20]
- [0x370CA0, vtx, D_09001F40_370CA0]
- [0x370E20, vtx, D_090020C0_370E20]
- [0x370FA0, vtx, D_09002240_370FA0]
- [0x3711A0, vtx, D_09002440_3711A0]
- [0x371220, vtx, D_090024C0_371220]
- [0x371250, vtx, D_090024F0_371250]
- [0x3713D0, vtx, D_09002670_3713D0]
- [0x371460, vtx, D_09002700_371460]
- [0x371660, vtx, D_09002900_371660]
- [0x3716E0, vtx, D_09002980_3716E0]
- [0x371710, vtx, D_090029B0_371710]
- [0x371890, vtx, D_09002B30_371890]
- [0x371920, vtx, D_09002BC0_371920]
- [0x371B20, vtx, D_09002DC0_371B20]
- [0x371D20, vtx, D_09002FC0_371D20]
- [0x371DA0, vtx, D_09003040_371DA0]
- [0x371FA0, vtx, D_09003240_371FA0]
- [0x371FE0, gfx, D_09003280_371FE0]
- [0x372058, gfx, D_090032F8_372058]
- [0x3720D8, gfx, D_09003378_3720D8]
- [0x372140, gfx, D_090033E0_372140]
- [0x3722E0, gfx, D_09003580_3722E0]
- [0x3724D8, gfx, D_09003778_3724D8]
- [0x3725E8, gfx, D_09003888_3725E8]
- [0x3726A8, gfx, D_09003948_3726A8]
- name: effect_fire_breath
dir: effects
type: code
start: 0x372790
vram: 0xE006E000
subsegments:
- [auto, c, fire_breath]
- name: effect_gfx_fire_breath
dir: effects/gfx
type: code
start: 0x3733E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, fire_breath]
- start: 0x3733E0
type: .data
name: fire_breath
subsegments:
- [0x3733E0, i4, D_09000000_3733E0, 128, 32]
- [0x373BE0, i4, D_09000800_373BE0, 32, 32]
- [0x373DE0, gfx, D_09000A00_373DE0]
- [0x373EC8, vtx, D_09000AE8_373EC8]
- [0x373F18, vtx, D_09000B38_373F18]
- [0x373F68, gfx, D_09000B88_373F68]
- [0x373F88, gfx, D_09000BA8_373F88]
- [0x373FA0, vtx, D_09000BC0_373FA0]
- [0x373FE0, gfx, D_09000C00_373FE0]
- [0x374000, gfx, D_09000C20_374000]
- [0x3740A8]
- name: effect_shimmer_burst
dir: effects
type: code
start: 0x3740B0
vram: 0xE0070000
subsegments:
- [auto, c, shimmer_burst]
- name: effect_energy_shockwave
dir: effects
type: code
start: 0x374E50
vram: 0xE0072000
subsegments:
- [auto, c, energy_shockwave]
- name: effect_gfx_energy_shockwave
dir: effects/gfx
type: code
start: 0x375510
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, energy_shockwave]
- start: 0x375510
type: .data
name: energy_shockwave
subsegments:
- [0x375510, i4, D_09000000_375510, 64, 64]
- [0x375D10, i4, D_09000800_375D10, 32, 32]
- [0x375F10, vtx, D_09000A00_375F10]
- [0x376110, vtx, D_09000C00_376110]
- [0x3762D0, gfx, D_09000DC0_3762D0]
- [0x376370, gfx, D_09000E60_376370]
- [0x376458]
- name: effect_shimmer_wave
dir: effects
type: code
start: 0x376460
vram: 0xE0074000
subsegments:
- [auto, c, shimmer_wave]
- name: effect_aura
dir: effects
type: code
start: 0x377070
vram: 0xE0076000
subsegments:
- [auto, c, aura]
- name: effect_gfx_aura
dir: effects/gfx
type: code
start: 0x377F80
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, aura]
- start: 0x377F80
type: .data
name: aura
subsegments:
- [0x377F80, i4, D_09000000_377F80, 32, 64]
- [0x378380, i8, D_09000400_378380, 32, 32]
- [0x378780, i4, D_09000800_378780, 64, 64]
- [0x378F80, i4, D_09001000_378F80, 64, 64]
- [0x379780, i4, D_09001800_379780, 64, 64]
- [0x379F80, gfx, D_09002000_379F80]
- [0x37A068, gfx, D_090020E8_37A068]
- [0x37A150, gfx, D_090021D0_37A150]
- [0x37A230, vtx, D_090022B0_37A230]
- [0x37A250, vtx, D_090022D0_37A250]
- [0x37A270, vtx, D_090022F0_37A270]
- [0x37A290, vtx, D_09002310_37A290]
- [0x37A2B0, vtx, D_09002330_37A2B0]
- [0x37A2D0, vtx, D_09002350_37A2D0]
- [0x37A2F0, vtx, D_09002370_37A2F0]
- [0x37A310, vtx, D_09002390_37A310]
- [0x37A330, gfx, D_090023B0_37A330]
- [0x37A348, gfx, D_090023C8_37A348]
- [0x37A360, gfx, D_090023E0_37A360]
- [0x37A378, gfx, D_090023F8_37A378]
- [0x37A390, gfx, D_09002410_37A390]
- [0x37A3A8, gfx, D_09002428_37A3A8]
- [0x37A3C0, gfx, D_09002440_37A3C0]
- [0x37A3D8, gfx, D_09002458_37A3D8]
- name: effect_bulb_glow
dir: effects
type: code
start: 0x37A3F0
vram: 0xE0078000
subsegments:
- [auto, c, bulb_glow]
- name: effect_gfx_bulb_glow
dir: effects/gfx
type: code
start: 0x37ADD0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, bulb_glow]
- start: 0x37ADD0
type: .data
name: bulb_glow
subsegments:
- [0x37ADD0, rgba16, D_09000000_37ADD0, 32, 32]
- [0x37B5D0, i8, D_09000800_37B5D0, 32, 32]
- [0x37B9D0, i4, D_09000C00_37B9D0, 64, 64]
- [0x37C1D0, gfx, D_09001400_37C1D0]
- [0x37C288, gfx, D_090014B8_37C288]
- [0x37C340, gfx, D_09001570_37C340]
- [0x37C3E8, gfx, D_09001618_37C3E8]
- [0x37C490, gfx, D_090016C0_37C490]
- [0x37C538]
- name: effect_effect_3D
dir: effects
type: code
start: 0x37C540
vram: 0xE007A000
subsegments:
- [auto, c, effect_3D]
- name: effect_gfx_effect_3D
dir: effects/gfx
type: code
start: 0x37D180
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_3D]
- start: 0x37D180
type: .data
name: effect_3D
subsegments:
- [0x37D180, i4, D_09000000_37D180, 32, 32]
- [0x37D380, vtx, D_09000200_37D380]
- [0x37D3C0, gfx, D_09000240_37D3C0]
- [0x37D468, gfx, D_090002E8_37D468]
- [0x37D488]
- name: effect_blast
dir: effects
type: code
start: 0x37D490
vram: 0xE007C000
subsegments:
- [auto, c, blast]
- name: effect_gfx_blast
dir: effects/gfx
type: code
start: 0x37D9D0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, blast]
- start: 0x37D9D0
type: .data
name: blast
subsegments:
- [0x37D9D0, i4, D_09000000_37D9D0, 32, 32]
- [0x37DBD0, i4, D_09000200_37DBD0, 32, 32]
- [0x37DDD0, i4, D_09000400_37DDD0, 32, 32]
- [0x37DFD0, i4, D_09000600_37DFD0, 32, 32]
- [0x37E1D0, i4, D_09000800_37E1D0, 32, 32]
- [0x37E3D0, i4, D_09000A00_37E3D0, 32, 32]
- [0x37E5D0, i4, D_09000C00_37E5D0, 32, 32]
- [0x37E7D0, i4, D_09000E00_37E7D0, 32, 32]
- [0x37E9D0, i4, D_09001000_37E9D0, 32, 32]
- [0x37EBD0, vtx, D_09001200_37EBD0]
- [0x37EC10, vtx, D_09001240_37EC10]
- [0x37EC90, vtx, D_090012C0_37EC90]
- [0x37ECD0, gfx, D_09001300_37ECD0]
- [0x37ED48, gfx, D_09001378_37ED48]
- [0x37EDC0, gfx, D_090013F0_37EDC0]
- [0x37EE38, gfx, D_09001468_37EE38]
- [0x37EEB0, gfx, D_090014E0_37EEB0]
- [0x37EF28, gfx, D_09001558_37EF28]
- [0x37EFA0, gfx, D_090015D0_37EFA0]
- [0x37F018, gfx, D_09001648_37F018]
- [0x37F090, gfx, D_090016C0_37F090]
- [0x37F108, gfx, D_09001738_37F108]
- [0x37F180, gfx, D_090017B0_37F180]
- [0x37F1A0, gfx, D_090017D0_37F1A0]
- [0x37F290, gfx, D_090018C0_37F290]
- [0x37F2B0, vtx, D_090018E0_37F2B0]
- [0x37F420, vtx, D_09001A50_37F420]
- [0x37F470, vtx, D_09001AA0_37F470]
- [0x37F650, gfx, D_09001C80_37F650]
- [0x37F698, gfx, D_09001CC8_37F698]
- [0x37F6D0, gfx, D_09001D00_37F6D0]
- [0x37F718]
- name: effect_fire_flower # should be called fire_flower but we already have a segment with that name TODO rename
dir: effects
type: code
start: 0x37F720
vram: 0xE007E000
subsegments:
- [auto, c, fire_flower]
- name: effect_gfx_fire_flower
dir: effects/gfx
type: code
start: 0x3803A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, fire_flower]
- start: 0x3803A0
type: .data
name: fire_flower
subsegments:
- [0x3803A0, ci4, D_09000000_3803A0, 32, 32]
- [0x3805A0, ci4, D_09000200_3805A0, 32, 32, D_09000000_3803A0]
- [0x3807A0, ci4, D_09000400_3807A0, 32, 32, D_09000000_3803A0]
- [0x3809A0, ci4, D_09000600_3809A0, 32, 32, D_09000000_3803A0]
- [0x380BA0, palette, D_09000000_3803A0]
- [0x380BC0] # padding
- [0x380DA0, ci4, D_09000A00_380DA0, 16, 16]
- [0x380E20, palette, D_09000A00_380DA0]
- [0x380E40] # padding
- [0x381020, vtx, D_09000C80_381020]
- [0x381060, vtx, D_09000CC0_381060]
- [0x3810A0, vtx, D_09000D00_3810A0]
- [0x3810E0, gfx, D_09000D40_3810E0]
- [0x381180, gfx, D_09000DE0_381180]
- [0x381258, gfx, D_09000EB8_381258]
- [0x381278, gfx, D_09000ED8_381278]
- [0x381298, gfx, D_09000EF8_381298]
- [0x3812B8]
- name: effect_recover
dir: effects
type: code
start: 0x3812C0
vram: 0xE0080000
subsegments:
- [auto, c, recover]
- name: effect_gfx_recover
dir: effects/gfx
type: code
start: 0x381E00
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, recover]
- start: 0x381E00
type: .data
name: recover
subsegments:
- [0x381E00, i8, D_09000000_381E00, 16, 32]
- [0x382000, i8, D_09000200_382000, 16, 32]
- [0x382200, i8, D_09000400_382200, 16, 32]
- [0x382400, i8, D_09000600_382400, 16, 32]
- [0x382600, i8, D_09000800_382600, 16, 32]
- [0x382800, i8, D_09000A00_382800, 16, 32]
- [0x382A00, i8, D_09000C00_382A00, 16, 32]
- [0x382C00, i8, D_09000E00_382C00, 16, 32]
- [0x382E00, i8, D_09001000_382E00, 16, 32]
- [0x383000, i8, D_09001200_383000, 16, 32]
- [0x383200, i8, D_09001400_383200, 16, 32]
- [0x383400, i8, D_09001600_383400, 16, 32]
- [0x383600, rgba16, D_09001800_383600, 32, 32]
- [0x383E00, rgba16, D_09002000_383E00, 32, 32]
- [0x384600, rgba16, D_09002800_384600, 32, 32]
- [0x384E00, vtx, D_09003000_384E00]
- [0x384E40, vtx, D_09003040_384E40]
- [0x384E80, vtx, D_09003080_384E80]
- [0x384EC0, vtx, D_090030C0_384EC0]
- [0x384F00, vtx, D_09003100_384F00]
- [0x384F40, vtx, D_09003140_384F40]
- [0x384F80, vtx, D_09003180_384F80]
- [0x384FC0, vtx, D_090031C0_384FC0]
- [0x385000, gfx, D_09003200_385000]
- [0x385098, gfx, D_09003298_385098]
- [0x385130, gfx, D_09003330_385130]
- [0x3851D0, gfx, D_090033D0_3851D0]
- [0x3851F0, gfx, D_090033F0_3851F0]
- [0x385210, gfx, D_09003410_385210]
- [0x385230, gfx, D_09003430_385230]
- [0x385250, gfx, D_09003450_385250]
- [0x385270, gfx, D_09003470_385270]
- [0x385290, gfx, D_09003490_385290]
- [0x3852B0, gfx, D_090034B0_3852B0]
- [0x3852D0, gfx, D_090034D0_3852D0]
- [0x385340, gfx, D_09003540_385340]
- [0x385380, gfx, D_09003580_385380]
- [0x3853C0, gfx, D_090035C0_3853C0]
- [0x385400, gfx, D_09003600_385400]
- [0x385440, gfx, D_09003640_385440]
- [0x385480, gfx, D_09003680_385480]
- [0x3854C0, gfx, D_090036C0_3854C0]
- [0x385500, gfx, D_09003700_385500]
- [0x385540, gfx, D_09003740_385540]
- [0x385580, gfx, D_09003780_385580]
- [0x3855C0, gfx, D_090037C0_3855C0]
- [0x385600, gfx, D_09003800_385600]
- name: effect_disable_x
dir: effects
type: code
start: 0x385640
vram: 0xE0082000
subsegments:
- [auto, c, disable_x]
- name: effect_gfx_disable_x
dir: effects/gfx
type: code
start: 0x3863B0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, disable_x]
- start: 0x3863B0
type: .data
name: disable_x
subsegments:
- [0x3863B0, i4, D_09000000_3863B0, 32, 32]
- [0x3865B0, i4, D_09000200_3865B0, 32, 32]
- [0x3867B0, i4, D_09000400_3867B0, 32, 32]
- [0x3869B0, i4, D_09000600_3869B0, 32, 32]
- [0x386BB0, i4, D_09000800_386BB0, 32, 32]
- [0x386DB0, i4, D_09000A00_386DB0, 32, 32]
- [0x386FB0, i4, D_09000C00_386FB0, 32, 32]
- [0x3871B0, i4, D_09000E00_3871B0, 32, 32]
- [0x3873B0, i4, D_09001000_3873B0, 32, 32]
- [0x3875B0, i4, D_09001200_3875B0, 32, 32]
- [0x3877B0, i4, D_09001400_3877B0, 32, 32]
- [0x3879B0, i4, D_09001600_3879B0, 32, 32]
- [0x387BB0, rgba16, D_09001800_387BB0, 32, 32]
- [0x3883B0, vtx, D_09002000_3883B0]
- [0x3883F0, vtx, D_09002040_3883F0]
- [0x388430, vtx, D_09002080_388430]
- [0x388470, vtx, D_090020C0_388470]
- [0x3884B0, gfx, D_09002100_3884B0]
- [0x388548, gfx, D_09002198_388548]
- [0x3885E0, gfx, D_09002230_3885E0]
- [0x388600, gfx, D_09002250_388600]
- [0x388620, gfx, D_09002270_388620]
- [0x388640, gfx, D_09002290_388640]
- [0x388660, gfx, D_090022B0_388660]
- [0x3886D0, gfx, D_09002320_3886D0]
- [0x388710, gfx, D_09002360_388710]
- [0x388750, gfx, D_090023A0_388750]
- [0x388790, gfx, D_090023E0_388790]
- [0x3887D0, gfx, D_09002420_3887D0]
- [0x388810, gfx, D_09002460_388810]
- [0x388850, gfx, D_090024A0_388850]
- [0x388890, gfx, D_090024E0_388890]
- [0x3888D0, gfx, D_09002520_3888D0]
- [0x388910, gfx, D_09002560_388910]
- [0x388950, gfx, D_090025A0_388950]
- [0x388990, gfx, D_090025E0_388990]
- name: effect_bombette_breaking
dir: effects
type: code
start: 0x3889D0
vram: 0xE0084000
subsegments:
- [auto, c, bombette_breaking]
- name: effect_firework
dir: effects
type: code
start: 0x389850
vram: 0xE0086000
subsegments:
- [auto, c, firework]
- name: effect_gfx_firework
dir: effects/gfx
type: code
start: 0x38A350
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, firework]
- start: 0x38A350
type: .data
name: firework
subsegments:
- [0x38A350, i4, D_09000000_38A350, 32, 128]
- [0x38AB50, vtx, D_09000800_38AB50]
- [0x38AB90, vtx, D_09000840_38AB90]
- [0x38ABD0, vtx, D_09000880_38ABD0]
- [0x38AC10, vtx, D_090008C0_38AC10]
- [0x38AC50, vtx, D_09000900_38AC50]
- [0x38AC90, gfx, D_09000940_38AC90]
- [0x38AD50, gfx, D_09000A00_38AD50]
- [0x38AD70, gfx, D_09000A20_38AD70]
- [0x38AD90, gfx, D_09000A40_38AD90]
- [0x38ADB0, gfx, D_09000A60_38ADB0]
- [0x38ADD0, gfx, D_09000A80_38ADD0]
- name: effect_confetti
dir: effects
type: code
start: 0x38ADF0
vram: 0xE0088000
subsegments:
- [auto, c, confetti]
- name: effect_gfx_confetti
dir: effects/gfx
type: code
start: 0x38BBA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, confetti]
- start: 0x38BBA0
type: .data
name: confetti
subsegments:
- [0x38BBA0, ia4, D_09000000_38BBA0, 16, 256]
- [0x38C3A0, vtx, D_09000800_38C3A0]
- [0x38C3E0, vtx, D_09000840_38C3E0]
- [0x38C420, vtx, D_09000880_38C420]
- [0x38C460, vtx, D_090008C0_38C460]
- [0x38C4A0, vtx, D_09000900_38C4A0]
- [0x38C4E0, gfx, D_09000940_38C4E0]
- [0x38C588, gfx, D_090009E8_38C588]
- [0x38C5A0, gfx, D_09000A00_38C5A0]
- name: effect_snowfall
dir: effects
type: code
start: 0x38C5F0
vram: 0xE008A000
subsegments:
- [auto, c, snowfall]
- name: effect_gfx_snowfall
dir: effects/gfx
type: code
start: 0x38D070
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, snowfall]
- start: 0x38D070
type: .data
name: snowfall
subsegments:
- [0x38D070, i4, D_09000000_38D070, 16, 16]
- [0x38D0F0, i4, D_09000080_38D0F0, 64, 64]
- [0x38D8F0, vtx, D_09000880_38D8F0]
- [0x38DA70, vtx, D_09000A00_38DA70]
- [0x38DAF0, vtx, D_09000A80_38DAF0]
- [0x38DC70]
- [0x38DC80, gfx, D_09000C10_38DC80]
- [0x38DDA0, gfx, D_09000D30_38DDA0]
- [0x38DDC0, gfx, D_09000D50_38DDC0]
- [0x38DDF8] # padding
- name: effect_effect_46
dir: effects
type: code
start: 0x38DE00
vram: 0xE008C000
subsegments:
- [auto, c, effect_46]
- name: effect_gfx_effect_46
dir: effects/gfx
type: code
start: 0x38E990
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_46]
- start: 0x38E990
type: .data
name: effect_46
subsegments:
- [0x38E990, i8, D_09000000_38E990, 32, 16]
- [0x38EB90, vtx, D_09000200_38EB90]
- [0x38ED30, gfx, D_090003A0_38ED30]
- [0x38EDB0, gfx, D_09000420_38EDB0]
- name: effect_gather_magic
dir: effects
type: code
start: 0x38EE60
vram: 0xE008E000
subsegments:
- [auto, c, gather_magic]
- name: effect_gfx_gather_magic
dir: effects/gfx
type: code
start: 0x38F710
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, gather_magic]
- start: 0x38F710
type: .data
name: gather_magic
subsegments:
- [0x38F710, i4, D_09000000_38F710, 16, 16]
- [0x38F790, gfx, D_09000080_38F790]
- [0x38F838, vtx, D_09000128_38F838]
- [0x38F878, vtx, D_09000168_38F878]
- [0x38F8B8, gfx, D_090001A8_38F8B8]
- [0x38F8D8, gfx, D_090001C8_38F8D8]
- [0x38F8F8]
- name: effect_attack_result_text
dir: effects
type: code
start: 0x38F900
vram: 0xE0090000
subsegments:
- [auto, c, attack_result_text]
- name: effect_gfx_attack_result_text
dir: effects/gfx
type: code
start: 0x3903D0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, attack_result_text]
- start: 0x3903D0
type: .data
name: attack_result_text
subsegments:
- [0x3903D0, ia4, battle/lucky, 64, 32]
- [0x3907D0, ia4, battle/miss, 64, 32]
- [0x390BD0, ia4, battle/good, 64, 32]
- [0x390FD0, ia4, battle/nice, 64, 32]
- [0x3913D0, ia4, battle/super, 64, 32]
- [0x3917D0, i8, D_09001400_3917D0, 8, 32]
- [0x3918D0, gfx, D_09001500_3918D0]
- [0x391978, gfx, D_090015A8_391978]
- [0x3919E0, gfx, D_09001610_3919E0]
- [0x391A28, gfx, D_09001658_391A28]
- [0x391A70, gfx, D_090016A0_391A70]
- [0x391AB8, gfx, D_090016E8_391AB8]
- [0x391B00, gfx, D_09001730_391B00]
- [0x391B48, vtx, D_09001778_391B48]
- [0x391B88, vtx, D_090017B8_391B88]
- [0x391BC8, vtx, D_090017F8_391BC8]
- [0x391C08, vtx, D_09001838_391C08]
- [0x391C48, vtx, D_09001878_391C48]
- [0x391C88, gfx, D_090018B8_391C88]
- [0x391CA8, gfx, D_090018D8_391CA8]
- [0x391CC8, gfx, D_090018F8_391CC8]
- [0x391CE8, gfx, D_09001918_391CE8]
- [0x391D08, gfx, D_09001938_391D08]
- [0x391D28]
- name: effect_small_gold_sparkle
dir: effects
type: code
start: 0x391D30
vram: 0xE0092000
subsegments:
- [auto, c, small_gold_sparkle]
- name: effect_gfx_small_gold_sparkle
dir: effects/gfx
type: code
start: 0x392440
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, small_gold_sparkle]
- start: 0x392440
type: .data
name: small_gold_sparkle
subsegments:
- [0x392440, i4, D_09000000_392440, 16, 16]
- [0x3924C0, i4, D_09000080_3924C0, 16, 16]
- [0x392540, i4, D_09000100_392540, 16, 16]
- [0x3925C0, i4, D_09000180_3925C0, 16, 16]
- [0x392640, i4, D_09000200_392640, 16, 16]
- [0x3926C0, vtx, D_09000280_3926C0]
- [0x392700, gfx, D_090002C0_392700]
- [0x392770, gfx, D_09000330_392770]
- [0x3927B0, gfx, D_09000370_3927B0]
- [0x3927F0, gfx, D_090003B0_3927F0]
- [0x392830, gfx, D_090003F0_392830]
- [0x392870, gfx, D_09000430_392870]
- [0x3928B0, gfx, D_09000470_3928B0]
- name: effect_flashing_box_shockwave
dir: effects
type: code
start: 0x3928D0
vram: 0xE0094000
subsegments:
- [auto, c, flashing_box_shockwave]
- name: effect_gfx_flashing_box_shockwave
dir: effects/gfx
type: code
start: 0x3930A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, flashing_box_shockwave]
- start: 0x3930A0
type: .data
name: flashing_box_shockwave
subsegments:
- [0x3930A0, i4, D_09000000_3930A0, 32, 32]
- [0x3932A0, i8, D_09000200_3932A0, 32, 32]
- [0x3936A0, gfx, D_09000600_3936A0]
- [0x393748, vtx, D_090006A8_393748]
- [0x393888, vtx, D_090007E8_393888]
- [0x393988, gfx, D_090008E8_393988]
- [0x3939F0, gfx, D_09000950_3939F0]
- [0x393A98, vtx, D_090009F8_393A98]
- [0x393BB8, vtx, D_09000B18_393BB8]
- [0x393C58, vtx, D_09000BB8_393C58]
- [0x393D98, vtx, D_09000CF8_393D98]
- [0x393EB8, vtx, D_09000E18_393EB8]
- [0x393F58, vtx, D_09000EB8_393F58]
- [0x394098, gfx, D_09000FF8_394098]
- name: effect_balloon
dir: effects
type: code
start: 0x394280
vram: 0xE0096000
subsegments:
- [auto, c, balloon]
- name: effect_gfx_balloon
dir: effects/gfx
type: code
start: 0x394670
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, balloon]
- start: 0x394670
type: .data
name: balloon
subsegments:
- [0x394670, ci4, D_09000000_394670, 32, 32]
- [0x394870, ci4, D_09000200_394870, 32, 32, D_09000000_394670]
- [0x394A70, palette, D_09000000_394670]
- [0x394A90] # padding
- [0x394C70, ci4, D_09000600_394C70, 32, 32]
- [0x394E70, ci4, D_09000800_394E70, 32, 32, D_09000600_394C70]
- [0x395070, palette, D_09000600_394C70]
- [0x395090] # padding
- [0x395270, ci4, D_09000C00_395270, 32, 32]
- [0x395470, ci4, D_09000E00_395470, 32, 32, D_09000C00_395270]
- [0x395670, palette, D_09000C00_395270]
- [0x395690] # padding
- [0x395870, vtx, D_09001200_395870]
- [0x3958F0, gfx, D_09001280_3958F0]
- [0x3959C8, gfx, D_09001358_3959C8]
- [0x395AA0, gfx, D_09001430_395AA0]
- [0x395B78, gfx, D_09001508_395B78]
- name: effect_floating_rock
dir: effects
type: code
start: 0x395BB0
vram: 0xE0098000
subsegments:
- [auto, c, floating_rock]
- name: effect_gfx_floating_rock
dir: effects/gfx
type: code
start: 0x3960F0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, floating_rock]
- start: 0x3960F0
type: .data
name: floating_rock
subsegments:
- [0x3960F0, vtx, D_09000000_3960F0]
- [0x396260, vtx, D_09000170_396260]
- [0x3962B0, vtx, D_090001C0_3962B0]
- [0x396490, gfx, D_090003A0_396490]
- [0x3964D0, gfx, D_090003E0_3964D0]
- [0x396500, gfx, D_09000410_396500]
- [0x396540, gfx, D_09000450_396540]
- [0x3965A8]
- name: effect_chomp_drop
dir: effects
type: code
start: 0x3965B0
vram: 0xE009A000
subsegments:
- [auto, c, chomp_drop]
- name: effect_gfx_chomp_drop
dir: effects/gfx
type: code
start: 0x397040
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, chomp_drop]
- start: 0x397040
type: .data
name: chomp_drop
subsegments:
- [0x397040, i4, D_09000000_397040, 64, 64]
- [0x397840, ia4, D_09000800_397840, 64, 64]
- [0x398040, vtx, D_09001000_398040]
- [0x398080, gfx, D_09001040_398080]
- [0x398128, gfx, D_090010E8_398128]
- [0x3981D0, gfx, D_09001190_3981D0]
- name: effect_quizmo_stage
dir: effects
type: code
start: 0x3981F0
vram: 0xE009C000
subsegments:
- [auto, c, quizmo_stage]
- name: effect_gfx_quizmo_stage
dir: effects/gfx
type: code
start: 0x398BC0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, quizmo_stage]
- start: 0x398BC0
type: .data
name: quizmo_stage
subsegments:
- [0x398BC0] # light
- [0x398BD8, ia4, D_09000018_398BD8, 64, 16]
- [0x398DD8, gfx, D_09000218_398DD8]
- [0x398E48, rgba16, D_09000288_398E48, 32, 64]
- [0x399E48, gfx, D_09001288_399E48]
- [0x399EB8, ci4, D_090012F8_399EB8, 64, 16]
- [0x39A0B8, palette, D_090012F8_399EB8]
- [0x39A0D8, gfx, D_09001518_39A0D8]
- [0x39A178, i4, D_090015B8_39A178, 32, 32]
- [0x39A378, gfx, D_090017B8_39A378]
- [0x39A3E8, ci4, D_09001828_39A3E8, 32, 64]
- [0x39A7E8, palette, D_09001828_39A3E8]
- [0x39A808, gfx, D_09001C48_39A808]
- [0x39A8A8, rgba16, D_09001CE8_39A8A8, 32, 64]
- [0x39B8A8, gfx, D_09002CE8_39B8A8]
- [0x39B918, ci4, D_09002D58_39B918, 64, 64]
- [0x39C118, palette, D_09002D58_39B918]
- [0x39C138, gfx, D_09003578_39C138]
- [0x39C1D8, ia4, D_09003618_39C1D8, 128, 32]
- [0x39C9D8, gfx, D_09003E18_39C9D8]
- [0x39CA48, ci4, D_09003E88_39CA48, 32, 32]
- [0x39CC48, palette, D_09003E88_39CA48]
- [0x39CC68, gfx, D_090040A8_39CC68]
- [0x39CE08, ci4, D_09004248_39CE08, 64, 64]
- [0x39D608, palette, D_09004248_39CE08]
- [0x39D628, gfx, D_09004A68_39D628]
- [0x39D6C8, ia4, D_09004B08_39D6C8, 128, 32]
- [0x39DEC8, gfx, D_09005308_39DEC8]
- [0x39DF38, rgba16, D_09005378_39DF38, 64, 32]
- [0x39EF38, gfx, D_09006378_39EF38]
- [0x39EFA8, vtx, D_090063E8_39EFA8]
- [0x39EFE8, vtx, D_09006428_39EFE8]
- [0x39F028, vtx, D_09006468_39F028]
- [0x39F068, vtx, D_090064A8_39F068]
- [0x39F0A8, vtx, D_090064E8_39F0A8]
- [0x39F128, vtx, D_09006568_39F128]
- [0x39F1A8, vtx, D_090065E8_39F1A8]
- [0x39F1E8, vtx, D_09006628_39F1E8]
- [0x39F3A8, vtx, D_090067E8_39F3A8]
- [0x39F3E8, vtx, D_09006828_39F3E8]
- [0x39F428, vtx, D_09006868_39F428]
- [0x39F468, vtx, D_090068A8_39F468]
- [0x39F4A8, vtx, D_090068E8_39F4A8]
- [0x39F4E8, vtx, D_09006928_39F4E8]
- [0x39F528, vtx, D_09006968_39F528]
- [0x39F568, vtx, D_090069A8_39F568]
- [0x39F5A8, gfx, D_090069E8_39F5A8]
- [0x39F608, gfx, D_09006A48_39F608]
- [0x39F668, gfx, D_09006AA8_39F668]
- [0x39F6C8, gfx, D_09006B08_39F6C8]
- [0x39F728, gfx, D_09006B68_39F728]
- [0x39F768, gfx, D_09006BA8_39F768]
- [0x39F7C8, gfx, D_09006C08_39F7C8]
- [0x39F828, gfx, D_09006C68_39F828]
- [0x39F858, gfx, D_09006C98_39F858]
- [0x39F8B0, gfx, D_09006CF0_39F8B0]
- [0x39F908, gfx, D_09006D48_39F908]
- [0x39F938, gfx, D_09006D78_39F938]
- [0x39F960, gfx, D_09006DA0_39F960]
- [0x39F9E8, gfx, D_09006E28_39F9E8]
- [0x39FA48, gfx, D_09006E88_39FA48]
- [0x39FA78, gfx, D_09006EB8_39FA78]
- [0x39FAE0, gfx, D_09006F20_39FAE0]
- [0x39FB08, gfx, D_09006F48_39FB08]
- [0x39FB70, gfx, D_09006FB0_39FB70]
- [0x39FB98, gfx, D_09006FD8_39FB98]
- [0x39FBF0, gfx, D_09007030_39FBF0]
- [0x39FC50, gfx, D_09007090_39FC50]
- [0x39FCA8, gfx, D_090070E8_39FCA8]
- [0x39FD08, gfx, D_09007148_39FD08]
- [0x39FD48, gfx, D_09007188_39FD48]
- [0x39FD90, gfx, D_090071D0_39FD90]
- [0x39FDC0, gfx, D_09007200_39FDC0]
- [0x39FDF0, gfx, D_09007230_39FDF0]
- [0x39FE58, vtx, D_09007298_39FE58]
- [0x39FE98, gfx, D_090072D8_39FE98]
- [0x39FF18]
- name: effect_radiating_energy_orb
dir: effects
type: code
start: 0x39FF20
vram: 0xE009E000
subsegments:
- [auto, c, radiating_energy_orb]
- name: effect_gfx_radiating_energy_orb
dir: effects/gfx
type: code
start: 0x3A0D60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, radiating_energy_orb]
- start: 0x3A0D60
type: .data
name: radiating_energy_orb
subsegments:
- [0x3A0D60, i4, D_09000000_3A0D60, 16, 64]
- [0x3A0F60, i8, D_09000200_3A0F60, 64, 64]
- [0x3A1F60, gfx, D_09001200_3A1F60]
- [0x3A2008, gfx, D_090012A8_3A2008]
- [0x3A20B0, vtx, D_09001350_3A20B0]
- [0x3A20F0, vtx, D_09001390_3A20F0]
- [0x3A2130, vtx, D_090013D0_3A2130]
- [0x3A2170, vtx, D_09001410_3A2170]
- [0x3A21B0, vtx, D_09001450_3A21B0]
- [0x3A21F0, gfx, D_09001490_3A21F0]
- [0x3A2210, gfx, D_090014B0_3A2210]
- [0x3A2230, gfx, D_090014D0_3A2230]
- [0x3A2250, gfx, D_090014F0_3A2250]
- [0x3A2270, gfx, D_09001510_3A2270]
- name: effect_quizmo_answer
dir: effects
type: code
start: 0x3A2290
vram: 0xE00A0000
subsegments:
- [auto, c, quizmo_answer]
- name: effect_gfx_quizmo_answer
dir: effects/gfx
type: code
start: 0x3A2440
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, quizmo_answer]
- start: 0x3A2440
type: .data
name: quizmo_answer
subsegments:
- [0x3A2440, i4, D_09000000_3A2440, 32, 32]
- [0x3A2640, i4, D_09000200_3A2640, 32, 32]
- [0x3A2840, gfx, D_09000400_3A2840]
- [0x3A28E8, gfx, D_090004A8_3A28E8]
- name: effect_motion_blur_flame
dir: effects
type: code
start: 0x3A2990
vram: 0xE00A2000
subsegments:
- [auto, c, motion_blur_flame]
- name: effect_gfx_motion_blur_flame
dir: effects/gfx
type: code
start: 0x3A33D0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, motion_blur_flame]
- start: 0x3A33D0
type: .data
name: motion_blur_flame
subsegments:
- [0x3A33D0, i8, D_09000000_3A33D0, 16, 16]
- [0x3A34D0, i8, D_09000100_3A34D0, 16, 16]
- [0x3A35D0, gfx, D_09000200_3A35D0]
- [0x3A3678, gfx, D_090002A8_3A3678]
- [0x3A3728, gfx, D_09000358_3A3728]
- [0x3A37D8]
- name: effect_energy_orb_wave
dir: effects
type: code
start: 0x3A37E0
vram: 0xE00A4000
subsegments:
- [auto, c, energy_orb_wave]
- name: effect_gfx_energy_orb_wave
dir: effects/gfx
type: code
start: 0x3A4320
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, energy_orb_wave]
- start: 0x3A4320
type: .data
name: energy_orb_wave
subsegments:
- [0x3A4320, i4, D_09000000_3A4320, 64, 64]
- [0x3A4B20, i8, D_09000800_3A4B20, 64, 32]
- [0x3A5320, gfx, D_09001000_3A5320]
- [0x3A53C8, gfx, D_090010A8_3A53C8]
- [0x3A5470, vtx, D_09001150_3A5470]
- [0x3A54B0, vtx, D_09001190_3A54B0]
- [0x3A54F0, gfx, D_090011D0_3A54F0]
- [0x3A5510, gfx, D_090011F0_3A5510]
- [0x3A5530, gfx, D_09001210_3A5530]
- name: effect_merlin_house_stars
dir: effects
type: code
start: 0x3A5550
vram: 0xE00A6000
subsegments:
- [auto, c, merlin_house_stars]
- name: effect_gfx_merlin_house_stars
dir: effects/gfx
type: code
start: 0x3A5BE0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, merlin_house_stars]
- start: 0x3A5BE0
type: .data
name: merlin_house_stars
subsegments:
- [0x3A5BE0, i4, D_09000000_3A5BE0, 64, 64]
- [0x3A63E0, i4, D_09000800_3A63E0, 64, 64]
- [0x3A6BE0, gfx, D_09001000_3A6BE0]
- [0x3A6CD8, vtx, D_090010F8_3A6CD8]
- [0x3A6E68, vtx, D_09001288_3A6E68]
- [0x3A6E88, vtx, D_090012A8_3A6E88]
- [0x3A6E98, vtx, D_090012B8_3A6E98]
- [0x3A6EB8, vtx, D_090012D8_3A6EB8]
- [0x3A6EC8, vtx, D_090012E8_3A6EC8]
- [0x3A6FF8, gfx, D_09001418_3A6FF8]
- [0x3A70E8]
- name: effect_quizmo_audience
dir: effects
type: code
start: 0x3A70F0
vram: 0xE00A8000
subsegments:
- [auto, c, quizmo_audience]
- name: effect_gfx_quizmo_audience
dir: effects/gfx
type: code
start: 0x3A77A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, quizmo_audience]
- start: 0x3A77A0
type: .data
name: quizmo_audience
subsegments:
- [0x3A77A0, ia4, D_09000000_3A77A0, 32, 64]
- [0x3A7BA0, gfx, D_09000400_3A7BA0]
- [0x3A7C10, ia4, D_09000470_3A7C10, 32, 64]
- [0x3A8010, gfx, D_09000870_3A8010]
- [0x3A8080, ia4, D_090008E0_3A8080, 32, 64]
- [0x3A8480, gfx, D_09000CE0_3A8480]
- [0x3A84F0, ia4, D_09000D50_3A84F0, 32, 64]
- [0x3A88F0, gfx, D_09001150_3A88F0]
- [0x3A8960, ia4, D_090011C0_3A8960, 32, 64]
- [0x3A8D60, gfx, D_090015C0_3A8D60]
- [0x3A8DD0, ia4, D_09001630_3A8DD0, 32, 64]
- [0x3A91D0, gfx, D_09001A30_3A91D0]
- [0x3A9240, ia4, D_09001AA0_3A9240, 32, 64]
- [0x3A9640, gfx, D_09001EA0_3A9640]
- [0x3A96B0, ia4, D_09001F10_3A96B0, 32, 64]
- [0x3A9AB0, gfx, D_09002310_3A9AB0]
- [0x3A9B20, ia4, D_09002380_3A9B20, 32, 64]
- [0x3A9F20, gfx, D_09002780_3A9F20]
- [0x3A9F90, ia4, D_090027F0_3A9F90, 32, 64]
- [0x3AA390, gfx, D_09002BF0_3AA390]
- [0x3AA400, vtx, D_09002C60_3AA400]
- [0x3AA440, vtx, D_09002CA0_3AA440]
- [0x3AA480, vtx, D_09002CE0_3AA480]
- [0x3AA4C0, vtx, D_09002D20_3AA4C0]
- [0x3AA500, vtx, D_09002D60_3AA500]
- [0x3AA540, vtx, D_09002DA0_3AA540]
- [0x3AA580, vtx, D_09002DE0_3AA580]
- [0x3AA5C0, vtx, D_09002E20_3AA5C0]
- [0x3AA600, vtx, D_09002E60_3AA600]
- [0x3AA640, vtx, D_09002EA0_3AA640]
- [0x3AA680, gfx, D_09002EE0_3AA680]
- [0x3AA6B8, gfx, D_09002F18_3AA6B8]
- [0x3AA6F0, gfx, D_09002F50_3AA6F0]
- [0x3AA728, gfx, D_09002F88_3AA728]
- [0x3AA760, gfx, D_09002FC0_3AA760]
- [0x3AA798, gfx, D_09002FF8_3AA798]
- [0x3AA7D0, gfx, D_09003030_3AA7D0]
- [0x3AA808, gfx, D_09003068_3AA808]
- [0x3AA840, gfx, D_090030A0_3AA840]
- [0x3AA878, gfx, D_090030D8_3AA878]
- [0x3AA8B0, gfx, D_09003110_3AA8B0]
- name: effect_butterflies
dir: effects
type: code
start: 0x3AA920
vram: 0xE00AA000
subsegments:
- [auto, c, butterflies]
- name: effect_gfx_butterflies
dir: effects/gfx
type: code
start: 0x3AB030
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, butterflies]
- start: 0x3AB030
type: .data
name: butterflies
subsegments:
- [0x3AB030, ci4, D_09000000_3AB030, 32, 64]
- [0x3AB430, palette, D_09000000_3AB030]
- [0x3AB450, ci4, D_09000420_3AB450, 32, 64]
- [0x3AB850, palette, D_09000420_3AB450]
- [0x3AB870, ci4, D_09000840_3AB870, 32, 64]
- {start: 0x3ABC70, type: palette, name: D_09000840_3AB870, size: 0x10}
- [0x3ABC80, ci4, D_09000C50_3ABC80, 32, 64]
- [0x3AC080, palette, D_09000C50_3ABC80]
- [0x3AC0A0, ci4, D_09001070_3AC0A0, 32, 64]
- {start: 0x3AC4A0, type: palette, name: D_09001070_3AC0A0, size: 0x10}
- [0x3AC4B0, ci4, D_09001480_3AC4B0, 32, 64]
- [0x3AC8B0, palette, D_09001480_3AC4B0]
- [0x3AC8D0, ci4, D_090018A0_3AC8D0, 32, 64]
- [0x3ACCD0, palette, D_090018A0_3AC8D0]
- [0x3ACCF0, ci4, D_09001CC0_3ACCF0, 32, 64]
- [0x3AD0F0, palette, D_09001CC0_3ACCF0]
- [0x3AD110, ci4, D_090020E0_3AD110, 32, 64]
- [0x3AD510, palette, D_090020E0_3AD110]
- [0x3AD530, ci4, D_09002500_3AD530, 32, 64]
- [0x3AD930, palette, D_09002500_3AD530]
- [0x3AD950, ci4, D_09002920_3AD950, 32, 64]
- [0x3ADD50, palette, D_09002920_3AD950]
- [0x3ADD70, vtx, D_09002D40_3ADD70]
- [0x3AE8B0, gfx, D_09003880_3AE8B0]
- [0x3AE928, gfx, D_090038F8_3AE928]
- [0x3AE998, gfx, D_09003968_3AE998]
- [0x3AEA08, gfx, D_090039D8_3AEA08]
- [0x3AEA78, gfx, D_09003A48_3AEA78]
- [0x3AEAE8, gfx, D_09003AB8_3AEAE8]
- [0x3AEB58, gfx, D_09003B28_3AEB58]
- [0x3AEBC8, gfx, D_09003B98_3AEBC8]
- [0x3AEC38, gfx, D_09003C08_3AEC38]
- [0x3AECA8, gfx, D_09003C78_3AECA8]
- [0x3AED18, gfx, D_09003CE8_3AED18]
- [0x3AED88, gfx, D_09003D58_3AED88]
- [0x3AEDF8, gfx, D_09003DC8_3AEDF8]
- [0x3AEE18]
- name: effect_stat_change
dir: effects
type: code
start: 0x3AEE20
vram: 0xE00AC000
subsegments:
- [auto, c, stat_change]
- name: effect_gfx_stat_change
dir: effects/gfx
type: code
start: 0x3AF700
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, stat_change]
- start: 0x3AF700
type: .data
name: stat_change
subsegments:
- [0x3AF700, i4, D_09000000_3AF700, 32, 32]
- [0x3AF900, i4, D_09000200_3AF900, 32, 32]
- [0x3AFB00, i4, D_09000400_3AFB00, 32, 32]
- [0x3AFD00, i4, D_09000600_3AFD00, 32, 32]
- [0x3AFF00, i4, D_09000800_3AFF00, 32, 32]
- [0x3B0100, i4, D_09000A00_3B0100, 32, 32]
- [0x3B0300, i4, D_09000C00_3B0300, 32, 32]
- [0x3B0500, i4, D_09000E00_3B0500, 32, 32]
- [0x3B0700, i4, D_09001000_3B0700, 32, 32]
- [0x3B0900, i4, D_09001200_3B0900, 32, 32]
- [0x3B0B00, i4, D_09001400_3B0B00, 32, 32]
- [0x3B0D00, i4, D_09001600_3B0D00, 32, 32]
- [0x3B0F00, rgba16, D_09001800_3B0F00, 32, 32]
- [0x3B1700, ci8, D_09002000_3B1700, 32, 32]
- [0x3B1B00, palette, D_09002000_3B1700]
- [0x3B1D00, vtx, D_09002600_3B1D00]
- [0x3B1D40, vtx, D_09002640_3B1D40]
- [0x3B1D80, vtx, D_09002680_3B1D80]
- [0x3B1DC0, vtx, D_090026C0_3B1DC0]
- [0x3B1E00, gfx, D_09002700_3B1E00]
- [0x3B1E98, gfx, D_09002798_3B1E98]
- [0x3B1F60, gfx, D_09002860_3B1F60]
- [0x3B1F80, gfx, D_09002880_3B1F80]
- [0x3B1FA0, gfx, D_090028A0_3B1FA0]
- [0x3B1FC0, gfx, D_090028C0_3B1FC0]
- [0x3B1FE0, gfx, D_090028E0_3B1FE0]
- [0x3B2050, gfx, D_09002950_3B2050]
- [0x3B2090, gfx, D_09002990_3B2090]
- [0x3B20D0, gfx, D_090029D0_3B20D0]
- [0x3B2110, gfx, D_09002A10_3B2110]
- [0x3B2150, gfx, D_09002A50_3B2150]
- [0x3B2190, gfx, D_09002A90_3B2190]
- [0x3B21D0, gfx, D_09002AD0_3B21D0]
- [0x3B2210, gfx, D_09002B10_3B2210]
- [0x3B2250, gfx, D_09002B50_3B2250]
- [0x3B2290, gfx, D_09002B90_3B2290]
- [0x3B22D0, gfx, D_09002BD0_3B22D0]
- [0x3B2310, gfx, D_09002C10_3B2310]
- name: effect_snaking_static
dir: effects
type: code
start: 0x3B2350
vram: 0xE00AE000
subsegments:
- [auto, c, snaking_static]
- name: effect_gfx_snaking_static
dir: effects/gfx
type: code
start: 0x3B2D90
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, snaking_static]
- start: 0x3B2D90
type: .data
name: snaking_static
subsegments:
- [0x3B2D90, i4, D_09000000_3B2D90, 256, 32]
- [0x3B3D90, gfx, D_09001000_3B3D90]
- [0x3B3E48, vtx, D_090010B8_3B3E48]
- [0x3B3E88, gfx, D_090010F8_3B3E88]
- [0x3B3EA8]
- name: effect_thunderbolt_ring
dir: effects
type: code
start: 0x3B3EB0
vram: 0xE00B0000
subsegments:
- [auto, c, thunderbolt_ring]
- name: effect_gfx_thunderbolt_ring
dir: effects/gfx
type: code
start: 0x3B46A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, thunderbolt_ring]
- start: 0x3B46A0
type: .data
name: thunderbolt_ring
subsegments:
- [0x3B46A0, gfx, D_09000000_3B46A0]
- [0x3B4708, vtx, D_09000068_3B4708]
- [0x3B4768, gfx, D_090000C8_3B4768]
- name: effect_squirt
dir: effects
type: code
start: 0x3B4790
vram: 0xE00B2000
subsegments:
- [auto, c, squirt]
- name: effect_gfx_squirt
dir: effects/gfx
type: code
start: 0x3B5340
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, squirt]
- start: 0x3B5340
type: .data
name: squirt
subsegments:
- [0x3B5340, ia4, D_09000000_3B5340, 64, 32]
- [0x3B5740, ia8, D_09000400_3B5740, 32, 32]
- [0x3B5B40, gfx, D_09000800_3B5B40]
- [0x3B5BE8, gfx, D_090008A8_3B5BE8]
- [0x3B5C90, vtx, D_09000950_3B5C90]
- [0x3B5CD0, gfx, D_09000990_3B5CD0]
- name: effect_water_block
dir: effects
type: code
start: 0x3B5CF0
vram: 0xE00B4000
subsegments:
- [auto, c, water_block]
- name: effect_gfx_water_block
dir: effects/gfx
type: code
start: 0x3B6BF0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, water_block]
- start: 0x3B6BF0
type: .data
name: water_block
subsegments:
- [0x3B6BF0, i4, D_09000000_3B6BF0, 16, 32]
- [0x3B6CF0, ia4, D_09000100_3B6CF0, 32, 32]
- [0x3B6EF0, gfx, D_09000300_3B6EF0]
- [0x3B6FA0, gfx, D_090003B0_3B6FA0]
- [0x3B7050, vtx, D_09000460_3B7050]
- [0x3B7090, gfx, D_090004A0_3B7090]
- [0x3B70B0] # unmapped
- [0x3B70C8, gfx, D_090004D8_3B70C8]
- [0x3B7128, gfx, D_09000538_3B7128]
- [0x3B7158] # padding
- name: effect_waterfall
dir: effects
type: code
start: 0x3B7160
vram: 0xE00B6000
subsegments:
- [auto, c, waterfall]
- name: effect_gfx_waterfall
dir: effects/gfx
type: code
start: 0x3B78D0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, waterfall]
- start: 0x3B78D0
type: .data
name: waterfall
subsegments:
- [0x3B78D0, i4, D_09000000_3B78D0, 32, 32]
- [0x3B7AD0, gfx, D_09000200_3B7AD0]
- [0x3B7B78]
- name: effect_water_fountain
dir: effects
type: code
start: 0x3B7B80
vram: 0xE00B8000
subsegments:
- [auto, c, water_fountain]
- name: effect_gfx_water_fountain
dir: effects/gfx
type: code
start: 0x3B8860
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, water_fountain]
- start: 0x3B8860
type: .data
name: water_fountain
subsegments:
- [0x3B8860, i4, D_09000000_3B8860, 32, 32]
- [0x3B8A60, vtx, D_09000200_3B8A60]
- [0x3B8AA0, vtx, D_09000240_3B8AA0]
- [0x3B8AE0, gfx, D_09000280_3B8AE0]
- [0x3B8B88, gfx, D_09000328_3B8B88]
- [0x3B8BA8, gfx, D_09000348_3B8BA8]
- [0x3B8BC8]
- name: effect_underwater
dir: effects
type: code
start: 0x3B8BD0
vram: 0xE00BA000
subsegments:
- [auto, c, underwater]
- name: effect_gfx_underwater
dir: effects/gfx
type: code
start: 0x3B9A70
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, underwater]
- start: 0x3B9A70
type: .data
name: underwater
subsegments:
- [0x3B9A70, i4, D_09000000_3B9A70, 16, 16]
- [0x3B9AF0, vtx, D_09000080_3B9AF0]
- [0x3B9C70, gfx, D_09000200_3B9C70]
- [0x3B9CB8, gfx, D_09000248_3B9CB8]
- [0x3B9CC8, gfx, D_09000258_3B9CC8]
- [0x3B9CD8, gfx, D_09000268_3B9CD8]
- [0x3B9CE8, gfx, D_09000278_3B9CE8]
- [0x3B9E10, gfx, D_090003A0_3B9E10]
- [0x3B9E28, vtx, D_090003B8_3B9E28]
- [0x3B9E58, gfx, D_090003D8_3B9E58]
- [0x3B9E88] # unmapped
- [0x3B9E98, vtx, D_09000428_3B9E98]
- [0x3B9F98, gfx, D_09000528_3B9F98]
- [0x3B9FE0, gfx, D_09000570_3B9FE0]
- name: effect_lightning_bolt
dir: effects
type: code
start: 0x3BA030
vram: 0xE00BC000
subsegments:
- [auto, c, lightning_bolt]
- name: effect_gfx_lightning_bolt
dir: effects/gfx
type: code
start: 0x3BAEA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, lightning_bolt]
- start: 0x3BAEA0
type: .data
name: lightning_bolt
subsegments:
- [0x3BAEA0, i8, D_09000000_3BAEA0, 128, 32]
- [0x3BBEA0, gfx, D_09001000_3BBEA0]
- [0x3BBF58]
- name: effect_water_splash
dir: effects
type: code
start: 0x3BBF60
vram: 0xE00BE000
subsegments:
- [auto, c, water_splash]
- name: effect_gfx_water_splash
dir: effects/gfx
type: code
start: 0x3BCA90
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, water_splash]
- start: 0x3BCA90
type: .data
name: water_splash
subsegments:
- [0x3BCA90, ia8, D_09000000_3BCA90, 16, 16]
- [0x3BCB90, gfx, D_09000100_3BCB90]
- [0x3BCC38, vtx, D_090001A8_3BCC38]
- [0x3BCC78, vtx, D_090001E8_3BCC78]
- [0x3BCCB8, vtx, D_09000228_3BCCB8]
- [0x3BCCF8, gfx, D_09000268_3BCCF8]
- [0x3BCD18, gfx, D_09000288_3BCD18]
- [0x3BCD38, gfx, D_090002A8_3BCD38]
- [0x3BCD58]
- name: effect_snowman_doll
dir: effects
type: code
start: 0x3BCD60
vram: 0xE00C0000
subsegments:
- [auto, c, snowman_doll]
- name: effect_gfx_snowman_doll
dir: effects/gfx
type: code
start: 0x3BD9A0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, snowman_doll]
- start: 0x3BD9A0
type: .data
name: snowman_doll
subsegments:
- [0x3BD9A0, ia8, D_09000000_3BD9A0, 32, 64]
- [0x3BE1A0, gfx, D_09000800_3BE1A0]
- [0x3BE218, ci4, D_09000878_3BE218, 32, 32]
- [0x3BE418, palette, D_09000878_3BE218]
- [0x3BE438, gfx, D_09000A98_3BE438]
- [0x3BE4E0, vtx, D_09000B40_3BE4E0]
- [0x3BE560, vtx, D_09000BC0_3BE560]
- [0x3BE590, vtx, D_09000BF0_3BE590]
- [0x3BE600, vtx, D_09000C60_3BE600]
- [0x3BE630, vtx, D_09000C90_3BE630]
- [0x3BE650, vtx, D_09000CB0_3BE650]
- [0x3BE660, vtx, D_09000CC0_3BE660]
- [0x3BE680, vtx, D_09000CE0_3BE680]
- [0x3BE6A0, vtx, D_09000D00_3BE6A0]
- [0x3BE6B0, vtx, D_09000D10_3BE6B0]
- [0x3BE6C0, vtx, D_09000D20_3BE6C0]
- [0x3BE700, vtx, D_09000D60_3BE700]
- [0x3BE740, vtx, D_09000DA0_3BE740]
- [0x3BE780, vtx, D_09000DE0_3BE780]
- [0x3BE7C0, vtx, D_09000E20_3BE7C0]
- [0x3BE810, vtx, D_09000E70_3BE810]
- [0x3BE8F0, vtx, D_09000F50_3BE8F0]
- [0x3BE960, vtx, D_09000FC0_3BE960]
- [0x3BE9B0, vtx, D_09001010_3BE9B0]
- [0x3BEAA0, vtx, D_09001100_3BEAA0]
- [0x3BEAE0, vtx, D_09001140_3BEAE0]
- [0x3BEC10, vtx, D_09001270_3BEC10]
- [0x3BED30, vtx, D_09001390_3BED30]
- [0x3BED60, vtx, D_090013C0_3BED60]
- [0x3BED80, vtx, D_090013E0_3BED80]
- [0x3BEDB0, vtx, D_09001410_3BEDB0]
- [0x3BEDD0, vtx, D_09001430_3BEDD0]
- [0x3BEE10, vtx, D_09001470_3BEE10]
- [0x3BEE30, vtx, D_09001490_3BEE30]
- [0x3BEE60, vtx, D_090014C0_3BEE60]
- [0x3BEE90, vtx, D_090014F0_3BEE90]
- [0x3BEED0, vtx, D_09001530_3BEED0]
- [0x3BEEE0, vtx, D_09001540_3BEEE0]
- [0x3BEEF0, vtx, D_09001550_3BEEF0]
- [0x3BEF00, vtx, D_09001560_3BEF00]
- [0x3BEF70, vtx, D_090015D0_3BEF70]
- [0x3BEF80, vtx, D_090015E0_3BEF80]
- [0x3BF010, vtx, D_09001670_3BF010]
- [0x3BF0C0, vtx, D_09001720_3BF0C0]
- [0x3BF0D0, vtx, D_09001730_3BF0D0]
- [0x3BF110, vtx, D_09001770_3BF110]
- [0x3BF140, vtx, D_090017A0_3BF140]
- [0x3BF150, vtx, D_090017B0_3BF150]
- [0x3BF170, vtx, D_090017D0_3BF170]
- [0x3BF1B0, vtx, D_09001810_3BF1B0]
- [0x3BF260, vtx, D_090018C0_3BF260]
- [0x3BF2B0, vtx, D_09001910_3BF2B0]
- [0x3BF370, vtx, D_090019D0_3BF370]
- [0x3BF470, vtx, D_09001AD0_3BF470]
- [0x3BF4C0, vtx, D_09001B20_3BF4C0]
- [0x3BF4E0, vtx, D_09001B40_3BF4E0]
- [0x3BF4F0, vtx, D_09001B50_3BF4F0]
- [0x3BF510, vtx, D_09001B70_3BF510]
- [0x3BF520, vtx, D_09001B80_3BF520]
- [0x3BF530, vtx, D_09001B90_3BF530]
- [0x3BF540, vtx, D_09001BA0_3BF540]
- [0x3BF550, vtx, D_09001BB0_3BF550]
- [0x3BF570, vtx, D_09001BD0_3BF570]
- [0x3BF590, vtx, D_09001BF0_3BF590]
- [0x3BF5D0, vtx, D_09001C30_3BF5D0]
- [0x3BF5F0, vtx, D_09001C50_3BF5F0]
- [0x3BF690, vtx, D_09001CF0_3BF690]
- [0x3BF6F0, vtx, D_09001D50_3BF6F0]
- [0x3BF760, vtx, D_09001DC0_3BF760]
- [0x3BF7A0, vtx, D_09001E00_3BF7A0]
- [0x3BF7D0, vtx, D_09001E30_3BF7D0]
- [0x3BF830, vtx, D_09001E90_3BF830]
- [0x3BF870, vtx, D_09001ED0_3BF870]
- [0x3BF8D0, vtx, D_09001F30_3BF8D0]
- [0x3BF900, vtx, D_09001F60_3BF900]
- [0x3BF940, vtx, D_09001FA0_3BF940]
- [0x3BF980, vtx, D_09001FE0_3BF980]
- [0x3BFAB0, vtx, D_09002110_3BFAB0]
- [0x3BFAD0, vtx, D_09002130_3BFAD0]
- [0x3BFB00, vtx, D_09002160_3BFB00]
- [0x3BFB30, vtx, D_09002190_3BFB30]
- [0x3BFB50, vtx, D_090021B0_3BFB50]
- [0x3BFCE0, vtx, D_09002340_3BFCE0]
- [0x3BFDE0, vtx, D_09002440_3BFDE0]
- [0x3BFDF0, vtx, D_09002450_3BFDF0]
- [0x3BFE20, vtx, D_09002480_3BFE20]
- [0x3BFF30, vtx, D_09002590_3BFF30]
- [0x3BFF90, vtx, D_090025F0_3BFF90]
- [0x3BFFF0, vtx, D_09002650_3BFFF0]
- [0x3C0000, vtx, D_09002660_3C0000]
- [0x3C0030, vtx, D_09002690_3C0030]
- [0x3C0140, vtx, D_090027A0_3C0140]
- [0x3C01A0, vtx, D_09002800_3C01A0]
- [0x3C0200, gfx, D_09002860_3C0200]
- [0x3C0340, gfx, D_090029A0_3C0340]
- [0x3C0480, gfx, D_09002AE0_3C0480]
- [0x3C0508, gfx, D_09002B68_3C0508]
- [0x3C0688, gfx, D_09002CE8_3C0688]
- [0x3C0AE8, gfx, D_09003148_3C0AE8]
- [0x3C0D38, gfx, D_09003398_3C0D38]
- [0x3C0EB0, gfx, D_09003510_3C0EB0]
- [0x3C10D0, gfx, D_09003730_3C10D0]
- [0x3C1118, gfx, D_09003778_3C1118]
- [0x3C1130, gfx, D_09003790_3C1130]
- [0x3C1140] # padding
- [0x3C1148, gfx, D_090037A8_3C1148]
- [0x3C11B8, gfx, D_09003818_3C11B8]
- name: effect_fright_jar
dir: effects
type: code
start: 0x3C11D0
vram: 0xE00C2000
subsegments:
- [auto, c, fright_jar]
- name: effect_gfx_fright_jar
dir: effects/gfx
type: code
start: 0x3C1BA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, fright_jar]
- start: 0x3C1BA0
type: .data
name: fright_jar
subsegments:
- [0x3C1BA0, ci4, D_09000000_3C1BA0, 128, 128]
- [0x3C3BA0, palette, D_09000000_3C1BA0]
- [0x3C3BC0, ci8, D_09002020_3C3BC0, 64, 128]
- [0x3C5BC0, palette, D_09002020_3C3BC0]
- [0x3C5BE0, vtx, D_09004040_3C5BE0]
- [0x3C5F50, vtx, D_090043B0_3C5F50]
- [0x3C62C0, vtx, D_09004720_3C62C0]
- [0x3CA780, gfx, D_09008BE0_3CA780]
- [0x3CA850, gfx, D_09008CB0_3CA850]
- [0x3CA870, gfx, D_09008CD0_3CA870]
- [0x3CADE8]
- name: effect_stop_watch
dir: effects
type: code
start: 0x3CADF0
vram: 0xE00C4000
subsegments:
- [auto, c, stop_watch]
- name: effect_gfx_stop_watch
dir: effects/gfx
type: code
start: 0x3CB890
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, stop_watch]
- start: 0x3CB890
type: .data
name: stop_watch
subsegments:
- [0x3CB890, i4, D_09000000_3CB890, 64, 64]
- [0x3CC090, i4, D_09000800_3CC090, 64, 64]
- [0x3CC890, gfx, D_09001000_3CC890]
- [0x3CC978, vtx, D_090010E8_3CC978]
- [0x3CC9B8, gfx, D_09001128_3CC9B8]
- [0x3CC9D8]
- name: effect_effect_63
dir: effects
type: code
start: 0x3CC9E0
vram: 0xE00C6000
subsegments:
- [auto, c, effect_63]
- name: effect_gfx_effect_63
dir: effects/gfx
type: code
start: 0x3CD6E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_63]
- start: 0x3CD6E0
type: .data
name: effect_63
subsegments:
- [0x3CD6E0, i8, D_09000000_3CD6E0, 32, 32]
- [0x3CDAE0, i4, D_09000400_3CDAE0, 32, 128]
- [0x3CE2E0, i8, D_09000C00_3CE2E0, 32, 32]
- [0x3CE6E0, i8, D_09001000_3CE6E0, 32, 64]
- [0x3CEEE0, vtx, D_09001800_3CEEE0]
- [0x3CEF20, vtx, D_09001840_3CEF20]
- [0x3CEF60, vtx, D_09001880_3CEF60]
- [0x3CEFA0, vtx, D_090018C0_3CEFA0]
- [0x3CEFE0, vtx, D_09001900_3CEFE0]
- [0x3CF040, gfx, D_09001960_3CF040]
- [0x3CF068, gfx, D_09001988_3CF068]
- [0x3CF088, gfx, D_090019A8_3CF088]
- [0x3CF0A8, gfx, D_090019C8_3CF0A8]
- [0x3CF0C8, gfx, D_090019E8_3CF0C8]
- [0x3CF0E8, gfx, D_09001A08_3CF0E8]
- [0x3CF1D0, gfx, D_09001AF0_3CF1D0]
- [0x3CF250, gfx, D_09001B70_3CF250]
- [0x3CF338, vtx, D_09001C58_3CF338]
- [0x3CF378, gfx, D_09001C98_3CF378]
- [0x3CF398]
- name: effect_throw_spiny
dir: effects
type: code
start: 0x3CF3A0
vram: 0xE00C8000
subsegments:
- [auto, c, throw_spiny]
- name: effect_gfx_throw_spiny
dir: effects/gfx
type: code
start: 0x3CFAF0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, throw_spiny]
- start: 0x3CFAF0
type: .data
name: throw_spiny
subsegments:
- [0x3CFAF0, ci4, D_09000000_3CFAF0, 32, 32]
- [0x3CFCF0, palette, D_09000000_3CFAF0]
- [0x3CFD10] # padding
- [0x3CFEF0, ci4, D_09000400_3CFEF0, 32, 32]
- [0x3D00F0, palette, D_09000400_3CFEF0]
- [0x3D0110] # padding
- [0x3D02F0, gfx, D_09000800_3D02F0]
- [0x3D03C8, gfx, D_090008D8_3D03C8]
- [0x3D04A0, vtx, D_090009B0_3D04A0]
- [0x3D04E0, gfx, D_090009F0_3D04E0]
- name: effect_effect_65
dir: effects
type: code
start: 0x3D0500
vram: 0xE00CA000
subsegments:
- [auto, c, effect_65]
- name: effect_gfx_effect_65
dir: effects/gfx
type: code
start: 0x3D11E0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_65]
- start: 0x3D11E0
type: .data
name: effect_65
subsegments:
- [0x3D11E0, i4, D_09000000_3D11E0, 64, 32]
- [0x3D15E0, gfx, D_09000400_3D15E0]
- [0x3D1688]
- name: effect_tubba_heart_attack
dir: effects
type: code
start: 0x3D1690
vram: 0xE00CC000
subsegments:
- [auto, c, tubba_heart_attack]
- name: effect_gfx_tubba_heart_attack
dir: effects/gfx
type: code
start: 0x3D2580
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, tubba_heart_attack]
- start: 0x3D2580
type: .data
name: tubba_heart_attack
subsegments:
- [0x3D2580, ci4, D_09000000_3D2580, 32, 32]
- [0x3D2780, palette, D_09000000_3D2580]
- [0x3D27A0] # padding
- [0x3D2980, gfx, D_09000400_3D2980]
- [0x3D2A58, vtx, D_090004D8_3D2A58]
- [0x3D2A98, gfx, D_09000518_3D2A98]
- [0x3D2AB8]
- name: effect_whirlwind
dir: effects
type: code
start: 0x3D2AC0
vram: 0xE00CE000
subsegments:
- [auto, c, whirlwind]
- name: effect_gfx_whirlwind
dir: effects/gfx
type: code
start: 0x3D3930
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, whirlwind]
- start: 0x3D3930
type: .data
name: whirlwind
subsegments:
- [0x3D3930, i4, D_09000000_3D3930, 64, 32]
- [0x3D3D30, gfx, D_09000400_3D3D30]
- [0x3D3E20]
- name: effect_red_impact
dir: effects
type: code
start: 0x3D3E20
vram: 0xE00D0000
subsegments:
- [auto, c, red_impact]
- name: effect_floating_cloud_puff
dir: effects
type: code
start: 0x3D4970
vram: 0xE00D2000
subsegments:
- [auto, c, floating_cloud_puff]
- name: effect_gfx_floating_cloud_puff
dir: effects/gfx
type: code
start: 0x3D4E90
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, floating_cloud_puff]
- start: 0x3D4E90
type: .data
name: floating_cloud_puff
subsegments:
- [0x3D4E90, ia4, D_09000000_3D4E90, 16, 16]
- [0x3D4F10, gfx, D_09000080_3D4F10]
- [0x3D4FB8, vtx, D_09000128_3D4FB8]
- [0x3D4FF8, gfx, D_09000168_3D4FF8]
- [0x3D5018]
- name: effect_energy_in_out
dir: effects
type: code
start: 0x3D5020
vram: 0xE00D6000
subsegments:
- [auto, c, energy_in_out]
- name: effect_gfx_energy_in_out
dir: effects/gfx
type: code
start: 0x3D5F30
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, energy_in_out]
- start: 0x3D5F30
type: .data
name: energy_in_out
subsegments:
- [0x3D5F30, i4, D_09000000_3D5F30, 16, 64]
- [0x3D6130, gfx, D_09000200_3D6130]
- [0x3D61D8, vtx, D_090002A8_3D61D8]
- [0x3D6218, vtx, D_090002E8_3D6218]
- [0x3D6258, vtx, D_09000328_3D6258]
- [0x3D6298, vtx, D_09000368_3D6298]
- [0x3D62D8, gfx, D_090003A8_3D62D8]
- [0x3D62F8, gfx, D_090003C8_3D62F8]
- [0x3D6318, gfx, D_090003E8_3D6318]
- [0x3D6338, gfx, D_09000408_3D6338]
- [0x3D6358, vtx, D_09000428_3D6358]
- [0x3D6398, vtx, D_09000468_3D6398]
- [0x3D63D8, vtx, D_090004A8_3D63D8]
- [0x3D6418, vtx, D_090004E8_3D6418]
- [0x3D6458, gfx, D_09000528_3D6458]
- [0x3D6470, gfx, D_09000540_3D6470]
- [0x3D6488, gfx, D_09000558_3D6488]
- [0x3D64A0, gfx, D_09000570_3D64A0]
- [0x3D64B8, vtx, D_09000588_3D64B8]
- [0x3D64F8, vtx, D_090005C8_3D64F8]
- [0x3D6538, vtx, D_09000608_3D6538]
- [0x3D6578, vtx, D_09000648_3D6578]
- [0x3D65B8, gfx, D_09000688_3D65B8]
- [0x3D65D8, gfx, D_090006A8_3D65D8]
- [0x3D65F8, gfx, D_090006C8_3D65F8]
- [0x3D6618, gfx, D_090006E8_3D6618]
- [0x3D6638, vtx, D_09000708_3D6638]
- [0x3D6678, vtx, D_09000748_3D6678]
- [0x3D66B8, vtx, D_09000788_3D66B8]
- [0x3D66F8, vtx, D_090007C8_3D66F8]
- [0x3D6738, gfx, D_09000808_3D6738]
- [0x3D6758, gfx, D_09000828_3D6758]
- [0x3D6778, gfx, D_09000848_3D6778]
- [0x3D6798, gfx, D_09000868_3D6798]
- [0x3D67B8]
- name: effect_tattle_window
dir: effects
type: code
start: 0x3D67C0
vram: 0xE00D8000
subsegments:
- [auto, c, tattle_window]
- name: effect_gfx_tattle_window
dir: effects/gfx
type: code
start: 0x3D7040
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, tattle_window]
- start: 0x3D7040
type: .data
name: tattle_window
subsegments:
- [0x3D7040, ia8, D_09000000_3D7040, 16, 32]
- name: effect_shiny_flare
dir: effects
type: code
start: 0x3D7240
vram: 0xE00DA000
subsegments:
- [auto, c, shiny_flare]
- name: effect_gfx_shiny_flare
dir: effects/gfx
type: code
start: 0x3D7770
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, shiny_flare]
- start: 0x3D7770
type: .data
name: shiny_flare
subsegments:
- [0x3D7770, i4, D_09000000_3D7770, 32, 32]
- [0x3D7970, vtx, D_09000200_3D7970]
- [0x3D79B0, gfx, D_09000240_3D79B0]
- [0x3D7A50, gfx, D_090002E0_3D7A50]
- name: effect_huff_puff_breath
dir: effects
type: code
start: 0x3D7A70
vram: 0xE00DC000
subsegments:
- [auto, c, huff_puff_breath]
- name: effect_gfx_huff_puff_breath
dir: effects/gfx
type: code
start: 0x3D80C0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, huff_puff_breath]
- start: 0x3D80C0
type: .data
name: huff_puff_breath
subsegments:
- [0x3D80C0, i8, D_09000000_3D80C0, 32, 16]
- [0x3D82C0, i8, D_09000200_3D82C0, 32, 16]
- [0x3D84C0, gfx, D_09000400_3D84C0]
- [0x3D85A8, vtx, D_090004E8_3D85A8]
- [0x3D85E8, vtx, D_09000528_3D85E8]
- [0x3D8608, vtx, D_09000548_3D8608]
- [0x3D8628, vtx, D_09000568_3D8628]
- [0x3D86A8, gfx, D_090005E8_3D86A8]
- [0x3D86E8, gfx, D_09000628_3D86E8]
- name: effect_cold_breath
dir: effects
type: code
start: 0x3D8720
vram: 0xE00DE000
subsegments:
- [auto, c, cold_breath]
- name: effect_gfx_cold_breath
dir: effects/gfx
type: code
start: 0x3D9100
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, cold_breath]
- start: 0x3D9100
type: .data
name: cold_breath
subsegments:
- [0x3D9100, i8, D_09000000_3D9100, 32, 128]
- [0x3DA100, i8, D_09001000_3DA100, 32, 128]
- [0x3DB100, gfx, D_09002000_3DB100]
- [0x3DB1C0, vtx, D_090020C0_3DB1C0]
- [0x3DB200, vtx, D_09002100_3DB200]
- [0x3DB240, vtx, D_09002140_3DB240]
- [0x3DB280, vtx, D_09002180_3DB280]
- [0x3DB2C0, vtx, D_090021C0_3DB2C0]
- [0x3DB300, gfx, D_09002200_3DB300]
- [0x3DB320, gfx, D_09002220_3DB320]
- [0x3DB340, gfx, D_09002240_3DB340]
- [0x3DB360, gfx, D_09002260_3DB360]
- [0x3DB380, gfx, D_09002280_3DB380]
- [0x3DB3A0, gfx, D_090022A0_3DB3A0]
- name: effect_embers
dir: effects
type: code
start: 0x3DB460
vram: 0xE00E0000
subsegments:
- [auto, c, embers]
- name: effect_gfx_embers
dir: effects/gfx
type: code
start: 0x3DBF40
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, embers]
- start: 0x3DBF40
type: .data
name: embers
subsegments:
- [0x3DBF40, i4, D_09000000_3DBF40, 16, 64]
- [0x3DC140, i4, D_09000200_3DC140, 16, 16]
- [0x3DC1C0, gfx, D_09000280_3DC1C0]
- [0x3DC2B0, vtx, D_09000370_3DC2B0]
- [0x3DC2F0, gfx, D_090003B0_3DC2F0]
- name: effect_hieroglyphs
dir: effects
type: code
start: 0x3DC310
vram: 0xE00E2000
subsegments:
- [auto, c, hieroglyphs]
- name: effect_gfx_hieroglyphs
dir: effects/gfx
type: code
start: 0x3DCD50
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, hieroglyphs]
- start: 0x3DCD50
type: .data
name: hieroglyphs
subsegments:
- [0x3DCD50, i8, D_09000000_3DCD50, 128, 32]
- [0x3DDD50, gfx, D_09001000_3DDD50]
- [0x3DDDF8, vtx, D_090010A8_3DDDF8]
- [0x3DDFF8]
- name: effect_misc_particles
dir: effects
type: code
start: 0x3DE000
vram: 0xE00E4000
subsegments:
- [auto, c, misc_particles]
- name: effect_gfx_misc_particles
dir: effects/gfx
type: code
start: 0x3DEE60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, misc_particles]
- start: 0x3DEE60
type: .data
name: misc_particles
subsegments:
- [0x3DEE60, i8, D_09000000_3DEE60, 128, 32]
- [0x3DFE60, i4, D_09001000_3DFE60, 16, 16]
- [0x3DFEE0, i4, D_09001080_3DFEE0, 16, 16]
- [0x3DFF60, i4, D_09001100_3DFF60, 16, 16]
- [0x3DFFE0, ia8, D_09001180_3DFFE0, 32, 32]
- [0x3E03E0, gfx, D_09001580_3E03E0]
- [0x3E04D0, gfx, D_09001670_3E04D0]
- [0x3E05C8, gfx, D_09001768_3E05C8]
- [0x3E0678, gfx, D_09001818_3E0678]
- [0x3E0730, vtx, D_090018D0_3E0730]
- [0x3E0770, vtx, D_09001910_3E0770]
- [0x3E07B0, vtx, D_09001950_3E07B0]
- [0x3E07F0, vtx, D_09001990_3E07F0]
- [0x3E0830, vtx, D_090019D0_3E0830]
- [0x3E0880, gfx, D_09001A20_3E0880]
- [0x3E08A0, gfx, D_09001A40_3E08A0]
- [0x3E08C0, gfx, D_09001A60_3E08C0]
- [0x3E08E0, gfx, D_09001A80_3E08E0]
- name: effect_static_status
dir: effects
type: code
start: 0x3E0930
vram: 0xE00E6000
subsegments:
- [auto, c, static_status]
- name: effect_gfx_static_status
dir: effects/gfx
type: code
start: 0x3E12D0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, static_status]
- start: 0x3E12D0
type: .data
name: static_status
subsegments:
- [0x3E12D0, ci4, D_09000000_3E12D0, 16, 16]
- [0x3E1350, palette, D_09000000_3E12D0]
- [0x3E1370] # padding
- [0x3E1550, gfx, D_09000280_3E1550]
- [0x3E1630, vtx, D_09000360_3E1630]
- [0x3E1670, gfx, D_090003A0_3E1670]
- name: effect_moving_cloud
dir: effects
type: code
start: 0x3E1690
vram: 0xE00E8000
subsegments:
- [auto, c, moving_cloud]
- name: effect_gfx_moving_cloud
dir: effects/gfx
type: code
start: 0x3E1CD0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, moving_cloud]
- start: 0x3E1CD0
type: .data
name: moving_cloud
subsegments:
- [0x3E1CD0, ia8, D_09000000_3E1CD0, 16, 16]
- [0x3E1DD0, gfx, D_09000100_3E1DD0]
- [0x3E1E78, vtx, D_090001A8_3E1E78]
- [0x3E1EB8, gfx, D_090001E8_3E1EB8]
- [0x3E1ED8]
- name: effect_effect_75
dir: effects
type: code
start: 0x3E1EE0
vram: 0xE00EA000
subsegments:
- [auto, c, effect_75]
- name: effect_gfx_effect_75
dir: effects/gfx
type: code
start: 0x3E2960
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_75]
- start: 0x3E2960
type: .data
name: effect_75
subsegments:
- [0x3E2960, i4, D_09000000_3E2960, 64, 64]
- [0x3E3160, i4, D_09000800_3E3160, 64, 64]
- [0x3E3960, vtx, D_09001000_3E3960]
- [0x3E39D0, vtx, D_09001070_3E39D0]
- [0x3E3AF0, vtx, D_09001190_3E3AF0]
- [0x3E3C30, vtx, D_090012D0_3E3C30]
- [0x3E3E30, vtx, D_090014D0_3E3E30]
- [0x3E4030, gfx, D_090016D0_3E4030]
- [0x3E4098, gfx, D_09001738_3E4098]
- [0x3E4100, gfx, D_090017A0_3E4100]
- [0x3E4238, gfx, D_090018D8_3E4238]
- [0x3E4258, gfx, D_090018F8_3E4258]
- [0x3E4268] # padding
- [0x3E4270, gfx, D_09001910_3E4270]
- [0x3E4360, gfx, D_09001A00_3E4360]
- [0x3E4380, gfx, D_09001A20_3E4380]
- name: effect_firework_rocket
dir: effects
type: code
start: 0x3E43A0
vram: 0xE010A000
subsegments:
- [auto, c, firework_rocket]
- name: effect_gfx_firework_rocket
dir: effects/gfx
type: code
start: 0x3E5350
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, firework_rocket]
- start: 0x3E5350
type: .data
name: firework_rocket
subsegments:
- [0x3E5350, i4, D_09000000_3E5350, 16, 16]
- [0x3E53D0, gfx, D_09000080_3E53D0]
- [0x3E5478, vtx, D_09000128_3E5478]
- [0x3E54A8, gfx, D_09000158_3E54A8]
- name: effect_peach_star_beam
dir: effects
type: code
start: 0x3E54C0
vram: 0xE010C000
subsegments:
- [auto, c, peach_star_beam]
- name: effect_gfx_peach_star_beam
dir: effects/gfx
type: code
start: 0x3E5F30
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, peach_star_beam]
- start: 0x3E5F30
type: .data
name: peach_star_beam
subsegments:
- [0x3E5F30, vtx, D_09000000_3E5F30]
- [0x3E60D0, vtx, D_090001A0_3E60D0]
- [0x3E60F0, vtx, D_090001C0_3E60F0]
- [0x3E6110, vtx, D_090001E0_3E6110]
- [0x3E6150, vtx, D_09000220_3E6150]
- [0x3E6160, vtx, D_09000230_3E6160]
- [0x3E6170, vtx, D_09000240_3E6170]
- [0x3E6180, vtx, D_09000250_3E6180]
- [0x3E61B0, gfx, D_09000280_3E61B0]
- [0x3E61E8, gfx, D_090002B8_3E61E8]
- [0x3E6218, gfx, D_090002E8_3E6218]
- [0x3E62D0, gfx, D_090003A0_3E62D0]
- [0x3E62F0, gfx, D_090003C0_3E62F0]
- [0x3E6300, gfx, D_090003D0_3E6300]
- [0x3E6310] # padding
- [0x3E6318, i4, D_090003E8_3E6318, 32, 32]
- [0x3E6518, ci4, D_090005E8_3E6518, 32, 32]
- [0x3E6718, palette, D_090005E8_3E6518]
- [0x3E6738] # padding
- [0x3E6918, ci4, D_090009E8_3E6918, 64, 64]
- [0x3E7118, palette, D_090009E8_3E6918]
- [0x3E7138] # padding
- [0x3E7318, ci4, D_090013E8_3E7318, 64, 64]
- [0x3E7B18, palette, D_090013E8_3E7318]
- [0x3E7B38] # padding
- [0x3E7D18, ci4, D_09001DE8_3E7D18, 64, 64]
- [0x3E8518, palette, D_09001DE8_3E7D18]
- [0x3E8538] # padding
- [0x3E8718, ci4, D_090027E8_3E8718, 64, 64]
- [0x3E8F18, palette, D_090027E8_3E8718]
- [0x3E8F38] # padding
- [0x3E9118, ci4, D_090031E8_3E9118, 64, 64]
- [0x3E9918, palette, D_090031E8_3E9118]
- [0x3E9938] # padding
- [0x3E9B18, ci4, D_09003BE8_3E9B18, 64, 64]
- [0x3EA318, palette, D_09003BE8_3E9B18]
- [0x3EA338] # padding
- [0x3EA518, ci4, D_090045E8_3EA518, 64, 64]
- [0x3EAD18, palette, D_090045E8_3EA518]
- [0x3EAD38] # padding
- [0x3EAF18, gfx, D_09004FE8_3EAF18]
- [0x3EAFC0, gfx, D_09005090_3EAFC0]
- [0x3EB020, gfx, D_090050F0_3EB020]
- [0x3EB098, gfx, D_09005168_3EB098]
- [0x3EB110, gfx, D_090051E0_3EB110]
- [0x3EB188, gfx, D_09005258_3EB188]
- [0x3EB200, gfx, D_090052D0_3EB200]
- [0x3EB278, gfx, D_09005348_3EB278]
- [0x3EB2F0, gfx, D_090053C0_3EB2F0]
- [0x3EB368, gfx, D_09005438_3EB368]
- [0x3EB3E0, gfx, D_090054B0_3EB3E0]
- [0x3EB420, vtx, D_090054F0_3EB420]
- [0x3EB460, vtx, D_09005530_3EB460]
- [0x3EB4A0, gfx, D_09005570_3EB4A0]
- [0x3EB4C0, gfx, D_09005590_3EB4C0]
- name: effect_chapter_change
dir: effects
type: code
start: 0x3EB4E0
vram: 0xE010E000
subsegments:
- [auto, c, chapter_change]
- name: effect_gfx_chapter_change
dir: effects/gfx
type: code
start: 0x3EBE60
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, chapter_change]
- start: 0x3EBE60
type: .data
name: chapter_change
subsegments:
- [0x3EBE60, ia8, world/ch0, 144, 20]
- [0x3EC9A0, ia8, D_09000B40_3EC9A0, 144, 20]
- [0x3ED4E0, ia8, world/text_chapter, 128, 10]
- [0x3ED9E0, ia8, D_09001B80_3ED9E0, 128, 10]
- [0x3EDEE0, ia8, D_09002080_3EDEE0, 128, 10]
- [0x3EE3E0, ia8, D_09002580_3EE3E0, 128, 10]
- [0x3EE8E0, ia8, world/text_end_of, 104, 40]
- [0x3EF920, ia8, world/exclamation_point, 16, 40]
- [0x3EFBA0, ia8, world/ch1, 64, 64]
- [0x3F0BA0, ia8, world/ch2, 64, 64]
- [0x3F1BA0, ia8, world/ch3, 64, 64]
- [0x3F2BA0, ia8, world/ch4, 64, 64]
- [0x3F3BA0, ia8, world/ch5, 64, 64]
- [0x3F4BA0, ia8, world/ch6, 64, 64]
- [0x3F5BA0, ia8, world/ch7, 64, 64]
- [0x3F6BA0, ia8, world/ch8, 64, 64]
- [0x3F7BA0, rgba16, world/chapter_rainbow, 8, 16]
- [0x3F7CA0, gfx, D_0900BE40_3F7CA0]
- [0x3F7CE8, gfx, D_0900BE88_3F7CE8]
- [0x3F7D30, gfx, D_0900BED0_3F7D30]
- [0x3F7D78, gfx, D_0900BF18_3F7D78]
- [0x3F7DC0, gfx, D_0900BF60_3F7DC0]
- [0x3F7E08, gfx, D_0900BFA8_3F7E08]
- [0x3F7E50, gfx, D_0900BFF0_3F7E50]
- [0x3F7E98, gfx, D_0900C038_3F7E98]
- [0x3F7EE0, gfx, D_0900C080_3F7EE0]
- [0x3F7FC8, gfx, D_0900C168_3F7FC8]
- [0x3F8010, gfx, D_0900C1B0_3F8010]
- [0x3F8058, gfx, D_0900C1F8_3F8058]
- [0x3F80A0, gfx, D_0900C240_3F80A0]
- [0x3F8188, gfx, D_0900C328_3F8188]
- [0x3F81D0, gfx, D_0900C370_3F81D0]
- [0x3F82B8, gfx, D_0900C458_3F82B8]
- [0x3F83A0, gfx, D_0900C540_3F83A0]
- [0x3F83E8]
- name: effect_ice_shard
dir: effects
type: code
start: 0x3F83F0
vram: 0xE0110000
subsegments:
- [auto, c, ice_shard]
- name: effect_gfx_ice_shard
dir: effects/gfx
type: code
start: 0x3F8CC0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ice_shard]
- start: 0x3F8CC0
type: .data
name: ice_shard
subsegments:
- [0x3F8CC0, i4, D_09000000_3F8CC0, 64, 128]
- [0x3F9CC0, gfx, D_09001000_3F9CC0]
- [0x3F9D78, vtx, D_090010B8_3F9D78]
- [0x3F9DB8, vtx, D_090010F8_3F9DB8]
- [0x3F9E08, gfx, D_09001148_3F9E08]
- [0x3F9E28, gfx, D_09001168_3F9E28]
- name: effect_spirit_card
dir: effects
type: code
start: 0x3F9E50
vram: 0xE0112000
subsegments:
- [auto, c, spirit_card]
- name: effect_gfx_spirit_card # effect spirit_card, something_rotating gfx
dir: effects/gfx
type: code
start: 0x3FA4B0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, spirit_card]
- start: 0x3FA4B0
type: .data
name: spirit_card
subsegments:
- { start: 0x3FA4B0, type: ci4, name: star_cards/card_front, flip_y: true, width: 32, height: 32 }
- [0x3FA6B0, palette, star_cards/card_front]
- [0x3FA6D0] # padding
- { start: 0x3FA8B0, type: ci4, name: star_cards/card_back, flip_y: true, width: 32, height: 64 }
- [0x3FACB0, palette, star_cards/card_back]
- [0x3FACD0] # padding
- { start: 0x3FAEB0, type: ci4, name: star_cards/wave, flip_y: true, width: 32, height: 32 }
- [0x3FB0B0, palette, star_cards/wave]
- [0x3FB0D0] # padding
- { start: 0x3FB2B0, type: ci4, name: star_cards/squares, flip_y: true, width: 16, height: 16 }
- [0x3FB330, palette, star_cards/squares]
- [0x3FB350] # padding
- { start: 0x3FB530, type: ci4, name: star_cards/eldstar, flip_y: true, width: 48, height: 48 }
- [0x3FB9B0, palette, star_cards/eldstar]
- [0x3FB9D0] # padding
- { start: 0x3FBBB0, type: ci4, name: star_cards/mamar, flip_y: true, width: 48, height: 48 }
- [0x3FC030, palette, star_cards/mamar]
- [0x3FC050] # padding
- { start: 0x3FC230, type: ci4, name: star_cards/skolar, flip_y: true, width: 48, height: 48 }
- [0x3FC6B0, palette, star_cards/skolar]
- [0x3FC6D0] # padding
- { start: 0x3FC8B0, type: ci4, name: star_cards/muskular, flip_y: true, width: 48, height: 48 }
- [0x3FCD30, palette, star_cards/muskular]
- [0x3FCD50] # padding
- { start: 0x3FCF30, type: ci4, name: star_cards/misstar, flip_y: true, width: 48, height: 48 }
- [0x3FD3B0, palette, star_cards/misstar]
- [0x3FD3D0] # padding
- { start: 0x3FD5B0, type: ci4, name: star_cards/klevar, flip_y: true, width: 48, height: 48 }
- [0x3FDA30, palette, star_cards/klevar]
- [0x3FDA50] # padding
- { start: 0x3FDC30, type: ci4, name: star_cards/kalmar, flip_y: true, width: 48, height: 48 }
- [0x3FE0B0, palette, star_cards/kalmar]
- [0x3FE0D0] # padding
- [0x3FE2B0, vtx, D_09003E00_3FE2B0]
- [0x3FE430] # light
- [0x3FE448, gfx, D_09003F98_3FE448]
- [0x3FE4C0, gfx, D_09004010_3FE4C0]
- [0x3FE538, gfx, D_09004088_3FE538]
- [0x3FE5B0, gfx, D_09004100_3FE5B0]
- [0x3FE628, gfx, D_09004178_3FE628]
- [0x3FE6A0, gfx, D_090041F0_3FE6A0]
- [0x3FE718, gfx, D_09004268_3FE718]
- [0x3FE790, gfx, D_090042E0_3FE790] # has bug (see gfx/spirit_card.c)
- [0x3FE810, gfx, D_09004360_3FE810]
- [0x3FE888, vtx, D_090043D8_3FE888]
- [0x3FE8C8, gfx, D_09004418_3FE8C8]
- [0x3FE8E8, gfx, D_09004438_3FE8E8]
- [0x3FE908, gfx, D_09004458_3FE908]
- [0x3FE9B8, gfx, D_09004508_3FE9B8]
- [0x3FEAB0, gfx, D_09004600_3FEAB0]
- [0x3FEAD8]
- name: effect_lil_oink
dir: effects
type: code
start: 0x3FEAE0
vram: 0xE0114000
subsegments:
- [auto, c, lil_oink]
- name: effect_gfx_lil_oink
dir: effects/gfx
type: code
start: 0x3FF250
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, lil_oink]
- start: 0x3FF250
type: .data
name: lil_oink
subsegments:
- [0x3FF250, vtx, D_09000000_3FF250]
- [0x3FF2D0, vtx, D_09000080_3FF2D0]
- [0x3FF2F0, vtx, D_090000A0_3FF2F0]
- [0x3FF330, vtx, D_090000E0_3FF330]
- [0x3FF340, vtx, D_090000F0_3FF340]
- [0x3FF390, vtx, D_09000140_3FF390]
- [0x3FF3A0, vtx, D_09000150_3FF3A0]
- [0x3FF3E0, vtx, D_09000190_3FF3E0]
- [0x3FF430, vtx, D_090001E0_3FF430]
- [0x3FF480, vtx, D_09000230_3FF480]
- [0x3FF4A0, vtx, D_09000250_3FF4A0]
- [0x3FF4C0, vtx, D_09000270_3FF4C0]
- [0x3FF4D0, vtx, D_09000280_3FF4D0]
- [0x3FF550, vtx, D_09000300_3FF550]
- [0x3FF5E0, vtx, D_09000390_3FF5E0]
- [0x3FF660, vtx, D_09000410_3FF660]
- [0x3FF6F0, vtx, D_090004A0_3FF6F0]
- [0x3FF710, vtx, D_090004C0_3FF710]
- [0x3FF770, vtx, D_09000520_3FF770]
- [0x3FF790, vtx, D_09000540_3FF790]
- [0x3FF7F0, gfx, D_090005A0_3FF7F0]
- [0x3FF9E0, gfx, D_09000790_3FF9E0]
- [0x3FFBD0, gfx, D_09000980_3FFBD0]
- [0x3FFDA0, gfx, D_09000B50_3FFDA0]
- [0x3FFDC0, gfx, D_09000B70_3FFDC0]
- [0x3FFDD0, gfx, D_09000B80_3FFDD0]
- [0x3FFDE0, gfx, D_09000B90_3FFDE0]
- [0x3FFDE8, vtx, D_09000B98_3FFDE8]
- [0x3FFE68, vtx, D_09000C18_3FFE68]
- [0x3FFE88, vtx, D_09000C38_3FFE88]
- [0x3FFEC8, vtx, D_09000C78_3FFEC8]
- [0x3FFED8, vtx, D_09000C88_3FFED8]
- [0x3FFF28, vtx, D_09000CD8_3FFF28]
- [0x3FFF38, vtx, D_09000CE8_3FFF38]
- [0x3FFF78, vtx, D_09000D28_3FFF78]
- [0x3FFFC8, vtx, D_09000D78_3FFFC8]
- [0x400018, vtx, D_09000DC8_400018]
- [0x400038, vtx, D_09000DE8_400038]
- [0x400058, vtx, D_09000E08_400058]
- [0x400068, vtx, D_09000E18_400068]
- [0x400098, vtx, D_09000E48_400098]
- [0x4000E8, vtx, D_09000E98_4000E8]
- [0x400138, vtx, D_09000EE8_400138]
- [0x400188, vtx, D_09000F38_400188]
- [0x4001C8, vtx, D_09000F78_4001C8]
- [0x4001D8, vtx, D_09000F88_4001D8]
- [0x4001F8, vtx, D_09000FA8_4001F8]
- [0x400288, vtx, D_09001038_400288]
- [0x4002A8, vtx, D_09001058_4002A8]
- [0x4002B8, vtx, D_09001068_4002B8]
- [0x400308, vtx, D_090010B8_400308]
- [0x400348, vtx, D_090010F8_400348]
- [0x4003C8, gfx, D_09001178_4003C8]
- [0x4005C8, gfx, D_09001378_4005C8]
- [0x4007C8, gfx, D_09001578_4007C8]
- [0x4009A8, gfx, D_09001758_4009A8]
- [0x4009C8, gfx, D_09001778_4009C8]
- [0x4009D8, gfx, D_09001788_4009D8]
- [0x4009E8, gfx, D_09001798_4009E8]
- [0x4009F8] # padding
- [0x400A00, ci4, D_090017B0_400A00, 16, 8]
- [0x400A40, palette, D_090017B0_400A00]
- [0x400A60] # padding
- [0x400C40, ci4, D_090019F0_400C40, 16, 8]
- [0x400C80, palette, D_090019F0_400C40]
- [0x400CA0] # padding
- [0x400E80, ci4, D_09001C30_400E80, 16, 8]
- [0x400EC0, palette, D_09001C30_400E80]
- [0x400EE0] # padding
- [0x4010C0, ci4, D_09001E70_4010C0, 16, 8]
- [0x401100, palette, D_09001E70_4010C0]
- [0x401120] # padding
- [0x401300, ci4, D_090020B0_401300, 16, 8]
- [0x401340, palette, D_090020B0_401300]
- [0x401360] # padding
- [0x401540, ci4, D_090022F0_401540, 16, 8]
- [0x401580, palette, D_090022F0_401540]
- [0x4015A0] # padding
- [0x401780, ci4, D_09002530_401780, 16, 8]
- [0x4017C0, palette, D_09002530_401780]
- [0x4017E0] # padding
- [0x4019C0, ci4, D_09002770_4019C0, 32, 16]
- [0x401AC0, palette, D_09002770_4019C0]
- [0x401AE0] # padding
- [0x401CC0, ci4, D_09002A70_401CC0, 32, 16]
- [0x401DC0, palette, D_09002A70_401CC0]
- [0x401DE0] # padding
- [0x401FC0, gfx, D_09002D70_401FC0]
- [0x402028, gfx, D_09002DD8_402028]
- [0x4020C0, gfx, D_09002E70_4020C0]
- [0x4020E8, gfx, D_09002E98_4020E8]
- [0x402180, gfx, D_09002F30_402180]
- [0x402218, gfx, D_09002FC8_402218]
- [0x4022B0, gfx, D_09003060_4022B0]
- [0x402348, gfx, D_090030F8_402348]
- [0x4023E0, gfx, D_09003190_4023E0]
- [0x402478, gfx, D_09003228_402478]
- [0x402510, gfx, D_090032C0_402510]
- [0x4025A8, gfx, D_09003358_4025A8]
- [0x4025C0, gfx, D_09003370_4025C0]
- [0x4025D8, gfx, D_09003388_4025D8]
- [0x4025F0, gfx, D_090033A0_4025F0]
- [0x402608, gfx, D_090033B8_402608]
- [0x402620, gfx, D_090033D0_402620]
- [0x402638]
- name: effect_something_rotating
dir: effects
type: code
start: 0x402640
vram: 0xE0116000
subsegments:
- [auto, c, something_rotating]
- name: effect_breaking_junk
dir: effects
type: code
start: 0x403400
vram: 0xE0118000
subsegments:
- [auto, c, breaking_junk]
- name: effect_gfx_breaking_junk
dir: effects/gfx
type: code
start: 0x403BF0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, breaking_junk]
- start: 0x403BF0
type: .data
name: breaking_junk
subsegments:
- [0x403BF0, ia8, D_09000000_403BF0, 16, 16]
- [0x403CF0, ia8, D_09000100_403CF0, 16, 16]
- [0x403DF0, ia8, D_09000200_403DF0, 16, 16]
- [0x403EF0, ia8, D_09000300_403EF0, 16, 16]
- [0x403FF0, gfx, D_09000400_403FF0]
- [0x404098, vtx, D_090004A8_404098]
- [0x4040D8, vtx, D_090004E8_4040D8]
- [0x404118, vtx, D_09000528_404118]
- [0x404158, vtx, D_09000568_404158]
- [0x404198, gfx, D_090005A8_404198]
- [0x4041B8, gfx, D_090005C8_4041B8]
- [0x4041D8, gfx, D_090005E8_4041D8]
- [0x4041F8, gfx, D_09000608_4041F8]
- [0x404218]
- name: effect_partner_buff
dir: effects
type: code
start: 0x404220
vram: 0xE011A000
subsegments:
- [auto, c, partner_buff]
- name: effect_gfx_partner_buff
dir: effects/gfx
type: code
start: 0x404F40
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, partner_buff]
- start: 0x404F40
type: .data
name: partner_buff
subsegments:
- [0x404F40, ci4, world/cloud, 32, 32]
- [0x405140, palette, world/cloud]
- [0x405160] # padding
- [0x405340, ci4, world/waterblock, 32, 32]
- [0x405540, palette, world/waterblock]
- [0x405560] # padding
- [0x405740, ci4, world/yellow_carpet, 32, 32]
- [0x405940, palette, world/yellow_carpet]
- [0x405960] # padding
- [0x405B40, ci4, world/numbers, 32, 32, world/numbers] # number0
- [0x405D40, ci4, world/number1, 32, 32, world/numbers]
- [0x405F40, ci4, world/number2, 32, 32, world/numbers]
- [0x406140, ci4, world/number3, 32, 32, world/numbers]
- [0x406340, ci4, world/number4, 32, 32, world/numbers]
- [0x406540, palette, world/numbers]
- [0x406560] # padding
- [0x406740, gfx, D_09001800_406740]
- [0x4068E0, gfx, D_090019A0_4068E0]
- [0x406958, gfx, D_09001A18_406958]
- [0x4069D0, gfx, D_09001A90_4069D0]
- [0x406A48, gfx, D_09001B08_406A48]
- [0x406AC0, gfx, D_09001B80_406AC0]
- [0x406B38]
- name: effect_quizmo_assistant
dir: effects
type: code
start: 0x406B40
vram: 0xE011C000
subsegments:
- [auto, c, quizmo_assistant]
- name: effect_gfx_quizmo_assistant
dir: effects/gfx
type: code
start: 0x407080
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, quizmo_assistant]
- start: 0x407080
type: .data
name: quizmo_assistant
subsegments:
- [0x407080, ci4, D_09000000_407080, 64, 64]
- [0x407880, palette, D_09000000_407080]
- [0x4078A0] # padding
- [0x407A80, ci4, D_09000A00_407A80, 64, 32]
- [0x407E80, palette, D_09000A00_407A80]
- [0x407EA0] # padding
- [0x408080, ci4, D_09001000_408080, 64, 64]
- [0x408880, palette, D_09001000_408080]
- [0x4088A0] # padding
- [0x408A80, ci4, D_09001A00_408A80, 64, 64]
- [0x409280, palette, D_09001A00_408A80]
- [0x4092A0] # padding
- [0x409480, gfx, D_09002400_409480]
- [0x4094E8, vtx, D_09002468_4094E8]
- [0x409528, vtx, D_090024A8_409528]
- [0x409568, vtx, D_090024E8_409568]
- [0x4095A8, gfx, D_09002528_4095A8]
- [0x409638, gfx, D_090025B8_409638]
- [0x4096C8, gfx, D_09002648_4096C8]
- [0x409758, gfx, D_090026D8_409758]
- [0x409870, gfx, D_090027F0_409870]
- [0x409988]
- name: effect_ice_pillar
dir: effects
type: code
start: 0x409990
vram: 0xE011E000
subsegments:
- [auto, c, ice_pillar]
- name: effect_gfx_ice_pillar
dir: effects/gfx
type: code
start: 0x40A1C0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ice_pillar]
- start: 0x40A1C0
type: .data
name: ice_pillar
subsegments:
- [0x40A1C0, i4, D_09000000_40A1C0, 32, 64]
- [0x40A5C0, i4, D_09000400_40A5C0, 32, 64]
- [0x40A9C0, i4, D_09000800_40A9C0, 32, 64]
- [0x40ADC0, i4, D_09000C00_40ADC0, 32, 64]
- [0x40B1C0, gfx, D_09001000_40B1C0]
- [0x40B268, vtx, D_090010A8_40B268]
- [0x40B2A8, vtx, D_090010E8_40B2A8]
- [0x40B2E8, vtx, D_09001128_40B2E8]
- [0x40B328, vtx, D_09001168_40B328]
- [0x40B358]
- [0x40B368, gfx, D_090011A8_40B368]
- [0x40B388, gfx, D_090011C8_40B388]
- [0x40B3A8, gfx, D_090011E8_40B3A8]
- [0x40B3C8, gfx, D_09001208_40B3C8]
- [0x40B3E8]
- name: effect_sun
dir: effects
type: code
start: 0x40B3F0
vram: 0xE0120000
subsegments:
- [auto, c, sun]
- name: effect_gfx_sun
dir: effects/gfx
type: code
start: 0x40BBA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, sun]
- start: 0x40BBA0
type: .data
name: sun
subsegments:
- [0x40BBA0, i4, D_09000000_40BBA0, 16, 64]
- [0x40BDA0, i4, D_09000200_40BDA0, 256, 8]
- [0x40C1A0, vtx, D_09000600_40C1A0]
- [0x40C220, vtx, D_09000680_40C220]
- [0x40C260, vtx, D_090006C0_40C260]
- [0x40C2A0, vtx, D_09000700_40C2A0]
- [0x40C320, vtx, D_09000780_40C320]
- [0x40C360, gfx, D_090007C0_40C360]
- [0x40C388, gfx, D_090007E8_40C388]
- [0x40C3A8, gfx, D_09000808_40C3A8]
- [0x40C3C8, gfx, D_09000828_40C3C8]
- [0x40C3F0, gfx, D_09000850_40C3F0]
- [0x40C410, gfx, D_09000870_40C410]
- [0x40C420, gfx, D_09000880_40C420]
- [0x40C430] # padding
- [0x40C438, gfx, D_09000898_40C438]
- [0x40C520, gfx, D_09000980_40C520]
- [0x40C538, gfx, D_09000998_40C538]
- [0x40C550, gfx, D_090009B0_40C550]
- [0x40C568, gfx, D_090009C8_40C568]
- [0x40C580, gfx, D_090009E0_40C580]
- [0x40C598]
- name: effect_star_spirits_energy
dir: effects
type: code
start: 0x40C5A0
vram: 0xE0122000
subsegments:
- [auto, c, star_spirits_energy]
- name: effect_gfx_star_spirits_energy
dir: effects/gfx
type: code
start: 0x40D290
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, star_spirits_energy]
- start: 0x40D290
type: .data
name: star_spirits_energy
subsegments:
- [0x40D290, i4, D_09000000_40D290, 32, 32]
- [0x40D490, i4, D_09000200_40D490, 256, 32]
- [0x40E490, i4, D_09001200_40E490, 256, 32]
- [0x40F490, i4, D_09002200_40F490, 256, 32]
- [0x410490, i4, D_09003200_410490, 256, 32]
- [0x411490, i4, D_09004200_411490, 64, 64]
- [0x411C90, i4, D_09004A00_411C90, 64, 32]
- [0x412090, gfx, D_09004E00_412090]
- [0x4120F8, vtx, D_09004E68_4120F8]
- [0x412138, vtx, D_09004EA8_412138]
- [0x412178, vtx, D_09004EE8_412178]
- [0x4121B8, vtx, D_09004F28_4121B8]
- [0x4121F8, vtx, D_09004F68_4121F8]
- [0x412238, vtx, D_09004FA8_412238]
- [0x412278, vtx, D_09004FE8_412278]
- [0x4122B8, vtx, D_09005028_4122B8]
- [0x4122F8, vtx, D_09005068_4122F8]
- [0x412338, vtx, D_090050A8_412338]
- [0x412378, vtx, D_090050E8_412378]
- [0x4123B8, vtx, D_09005128_4123B8]
- [0x4123F8, gfx, D_09005168_4123F8]
- [0x412458, gfx, D_090051C8_412458]
- [0x412600, gfx, D_09005370_412600]
- [0x412660, gfx, D_090053D0_412660]
- [0x4126D0, gfx, D_09005440_4126D0]
- [0x412728]
- name: effect_pink_sparkles
dir: effects
type: code
start: 0x412730
vram: 0xE0124000
subsegments:
- [auto, c, pink_sparkles]
- name: effect_star_outline
dir: effects
type: code
start: 0x413360
vram: 0xE0126000
subsegments:
- [auto, c, star_outline]
- name: effect_gfx_star_outline
dir: effects/gfx
type: code
start: 0x413FA0
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, star_outline]
- start: 0x413FA0
type: .data
name: star_outline
subsegments:
- [0x413FA0, i4, D_09000000_413FA0, 64, 64]
- [0x4147A0, gfx, D_09000800_4147A0]
- [0x414840, vtx, D_090008A0_414840]
- [0x414980, vtx, D_090009E0_414980]
- [0x414AC0, gfx, D_09000B20_414AC0]
- [0x414B30, gfx, D_09000B90_414B30]
- name: effect_effect_86
dir: effects
type: code
start: 0x414BA0
vram: 0xE0128000
subsegments:
- [auto, c, effect_86]
- name: effect_gfx_effect_86
dir: effects/gfx
type: code
start: 0x415060
vram_class: effect_gfx
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, effect_86]
- start: 0x415060
type: .data
name: effect_86
subsegments:
- [0x415060, i4, D_09000000_415060, 256, 16]
- [0x415860, gfx, D_09000800_415860]
- [0x415908, vtx, D_090008A8_415908]
- [0x415948, vtx, D_090008E8_415948]
- [0x415988, vtx, D_09000928_415988]
- [0x4159C8, vtx, D_09000968_4159C8]
- [0x415A08, vtx, D_090009A8_415A08]
- [0x415A48, vtx, D_090009E8_415A48]
- [0x415A88, vtx, D_09000A28_415A88]
- [0x415AC8, vtx, D_09000A68_415AC8]
- [0x415B08, vtx, D_09000AA8_415B08]
- [0x415B48, vtx, D_09000AE8_415B48]
- [0x415B88, vtx, D_09000B28_415B88]
- [0x415BC8, vtx, D_09000B68_415BC8]
- [0x415C08, gfx, D_09000BA8_415C08]
- [0x415C28, gfx, D_09000BC8_415C28]
- [0x415C48, gfx, D_09000BE8_415C48]
- [0x415C68, gfx, D_09000C08_415C68]
- [0x415C88, gfx, D_09000C28_415C88]
- [0x415CA8, gfx, D_09000C48_415CA8]
- [0x415CC8, gfx, D_09000C68_415CC8]
- [0x415CE8, gfx, D_09000C88_415CE8]
- [0x415D08, gfx, D_09000CA8_415D08]
- [0x415D28, gfx, D_09000CC8_415D28]
- [0x415D48, gfx, D_09000CE8_415D48]
- [0x415D68, gfx, D_09000D08_415D68]
- [0x415D88]
#######################
### Action Commands ###
#######################
- type: code
start: 0x415D90
name: btl_states_menus
vram_class: battle_move
subsegments:
- [auto, c, battle/btl_states_menus]
- type: code
start: 0x4219F0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_jump
subsegments:
- [auto, c, jump]
- type: code
start: 0x422000
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_hammer
subsegments:
- [auto, c, hammer]
- type: code
start: 0x422AD0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_flee
subsegments:
- [auto, c, flee]
- type: code
start: 0x4233F0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_break_free
subsegments:
- [auto, c, break_free]
- type: code
start: 0x423C70
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_whirlwind
subsegments:
- [auto, c, whirlwind]
- start: 0x424550
type: .data
name: whirlwind
subsegments:
- [0x424550, ci4, whirlwind_1, 24, 24]
- [0x424670, palette, whirlwind_1]
- [0x424690, ci4, whirlwind_2, 24, 24]
- [0x4247B0, palette, whirlwind_2]
- [0x4247D0, ci4, whirlwind_3, 24, 24]
- [0x4248F0, palette, whirlwind_3]
- [0x424910, ci4, whirlwind_4, 24, 24]
- [0x424A30, palette, whirlwind_4]
- [0x424A50, ci4, whirlwind_5, 24, 24]
- [0x424B70, palette, whirlwind_5]
- [0x424B90, ci4, whirlwind_6, 24, 24]
- [0x424CB0, palette, whirlwind_6]
- [0x424CD0, ci4, whirlwind_7, 24, 24]
- [0x424DF0, palette, whirlwind_7]
- [0x424E10, ci4, whirlwind_bubble, 56, 48]
- [0x425350, palette, whirlwind_bubble]
- [0x425370]
- [0x425550]
- type: code
start: 0x425590
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_stop_leech
subsegments:
- [auto, c, stop_leech]
- type: code
start: 0x425B50
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_07
subsegments:
- [auto, c, "07"]
- type: code
start: 0x426170
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_dizzy_shell
subsegments:
- [auto, c, dizzy_shell]
- type: code
start: 0x4269D0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_fire_shell
subsegments:
- [auto, c, fire_shell]
- type: code
start: 0x4273B0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_0A
subsegments:
- [auto, c, 0A]
- type: code
start: 0x427A70
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_bomb
subsegments:
- [auto, c, bomb]
- type: code
start: 0x4282E0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_body_slam
subsegments:
- [auto, c, body_slam]
- type: code
start: 0x428A70
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_air_lift
subsegments:
- [auto, c, air_lift]
- type: code
start: 0x429320
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_air_raid
subsegments:
- [auto, c, air_raid]
- type: code
start: 0x429D20
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_squirt
subsegments:
- [auto, c, squirt]
- type: code
start: 0x42A4F0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_water_block
subsegments:
- [auto, c, water_block]
- start: 0x42B650
type: .data
name: water_block
subsegments:
- [0x42B650, ci4, water_block_1, 24, 24]
- [0x42B770, palette, water_block_1]
- [0x42B790, ci4, water_block_2, 24, 24]
- [0x42B8B0, palette, water_block_2]
- [0x42B8D0, ci4, water_block_3, 24, 24]
- [0x42B9F0, palette, water_block_3]
- [0x42BA10, ci4, water_block_0, 24, 24]
- [0x42BB30, palette, water_block_0]
- [0x42BB50, ci4, water_block_block, 32, 32]
- [0x42BD50, palette, water_block_block]
- [0x42BD70, ci4, water_block_circle, 40, 40]
- [0x42C090, palette, water_block_circle]
- [0x42C0B0, ci4, water_block_cloud, 40, 40]
- [0x42C3D0, palette, water_block_cloud]
- [0x42C3F0, ci4, water_block_4, 24, 24]
- [0x42C510, palette, water_block_4]
- [0x42C530]
- [0x42C6F0]
- type: code
start: 0x42C6F0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_tidal_wave
subsegments:
- [auto, c, tidal_wave]
- type: code
start: 0x42CF10
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_power_shock
subsegments:
- [auto, c, power_shock]
- type: code
start: 0x42DA10
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_mega_shock
subsegments:
- [auto, c, mega_shock]
- type: code
start: 0x42E3A0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_smack
subsegments:
- [auto, c, smack]
- type: code
start: 0x42EE20
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_spiny_surge
subsegments:
- [auto, c, spiny_surge]
- type: code
start: 0x42F6E0
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_hurricane
subsegments:
- [auto, c, hurricane]
- type: code
start: 0x430020
vram_class: action_cmd
dir: battle/action_cmd
name: action_cmd_spook
subsegments:
- [auto, c, spook]
####################
### Battle Areas ###
####################
- dir: battle/area/kmr_part_1
type: code
start: 0x4309A0
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/goomba]
- [auto, c, actor/spiked_goomba]
- [auto, c, actor/paragoomba]
- [auto, c, stage/kmr_02]
- [auto, c, stage/kmr_03]
- [auto, c, stage/kmr_04]
- [auto, c, stage/kmr_05]
- [auto, c, stage/kmr_06]
- dir: battle/area/kmr_part_2
type: code
start: 0x439A90
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/blue_goomba_1]
- [auto, c, actor/red_goomba_1]
- [auto, c, actor/blue_goomba_2]
- [auto, c, actor/red_goomba_2]
- [auto, c, actor/goomba_king]
- [auto, c, actor/goomnut_tree]
- [auto, c, stage/kmr_02]
- [auto, c, stage/kmr_03]
- [auto, c, stage/kmr_04]
- [auto, c, stage/kmr_05]
- [auto, c, stage/kmr_06]
- dir: battle/area/kmr_part_3
type: code
start: 0x447440
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/tutorial_spiked_goomba]
- [auto, c, actor/tutorial_paragoomba]
- [auto, c, actor/paragoomba]
- [auto, c, actor/jr_troopa]
- [auto, c, actor/egg_jr_troopa]
- [auto, c, actor/para_jr_troopa]
- [auto, c, actor/spiked_para_jr_troopa]
- [auto, c, actor/mage_jr_troopa]
- [auto, c, actor/final_jr_troopa]
- [auto, c, stage/kmr_02]
- [auto, c, stage/kmr_03]
- [auto, c, stage/kmr_04]
- [auto, c, stage/kmr_05b]
- [auto, c, stage/kmr_06]
- [auto, c, stage/nok_01]
- [auto, c, stage/mim_01]
- [auto, c, stage/sam_01]
- [auto, c, stage/mac_01]
- [auto, c, stage/kpa_13]
- dir: battle/area/mac
type: code
start: 0x464490
vram_class: battle_area
subsegments:
- [auto, c, actor/chan]
- [auto, c, actor/lee]
- [auto, c, actor/master1]
- [auto, c, actor/master2]
- [auto, c, actor/master3]
- [auto, c, stage/mac_01]
- [auto, c, stage/mac_02]
- [auto, c, area]
- dir: battle/area/hos
type: code
start: 0x47F0B0
vram_class: battle_area
subsegments:
- [auto, c, actor/goombario_tutor]
- [auto, c, actor/ember]
- [auto, c, actor/magikoopa]
- [auto, c, stage/hos_01]
- [auto, c, stage/hos_00]
- [auto, c, stage/hos_02]
- [auto, c, area]
- dir: battle/area/nok
type: code
start: 0x48D1A0
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/goomba]
- [auto, c, actor/paragoomba]
- [auto, c, actor/spiked_goomba]
- [auto, c, actor/koopa_troopa]
- [auto, c, actor/fuzzy]
- [auto, c, actor/paratroopa]
- [auto, c, actor/kent_c_koopa]
- [auto, c, stage/nok_01]
- [auto, c, stage/nok_02]
- [auto, c, stage/nok_03]
- [auto, c, stage/nok_04]
- dir: battle/area/trd_part_1
type: code
start: 0x4A10A0
vram_class: battle_area
subsegments:
- [auto, c, area]
- [auto, c, actor/bullet_bill]
- [auto, c, actor/bill_blaster]
- [auto, c, actor/bob_omb]
- [auto, c, actor/koopa_troopa]
- [auto, c, actor/paratroopa]
- [auto, c, stage/trd_01]
- [auto, c, stage/trd_02]
- [auto, c, stage/trd_02b]
- [auto, c, stage/trd_03]
- [auto, c, stage/trd_04]
- [auto, c, stage/trd_05]
- [auto, c, stage/trd_00]
- [auto, c, stage/trd_02c]
- [auto, c, stage/trd_02d]
- [auto, c, stage/trd_05b]
- [auto, c, stage/trd_05c]
- [auto, c, stage/trd_05d]
- [auto, c, stage/trd_05e]
- [auto, c, stage/trd_05f]
- dir: battle/area/trd_part_2
type: code
start: 0x4B11F0
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/fake_bowser]
- [auto, c, actor/koopa_bros_green]
- [auto, c, actor/koopa_bros_red]
- [auto, c, actor/koopa_bros_black]
- [auto, c, actor/koopa_bros_yellow]
- [auto, c, stage/trd_00]
- [auto, c, stage/trd_01]
- [auto, c, stage/trd_02]
- [auto, c, stage/trd_02b]
- [auto, c, stage/trd_03]
- [auto, c, stage/trd_04]
- [auto, c, stage/trd_05]
- [auto, c, stage/trd_05b]
- [auto, c, stage/trd_05c]
- [auto, c, stage/trd_05d]
- [auto, c, stage/trd_05e]
- [auto, c, stage/trd_05f]
- dir: battle/area/trd_part_3
type: code
start: 0x4CF1B0
vram_class: battle_area
subsegments:
- [auto, c, area]
- [auto, c, actor/eldstar]
- [auto, c, stage/nok_01]
- dir: battle/area/iwa
type: code
start: 0x4D01F0
vram_class: battle_area
subalign: 4
subsegments:
- [auto, c, area]
- [auto, c, actor/cleft]
- [auto, c, actor/monty_mole]
- [auto, c, actor/buzzar]
- [auto, c, actor/whacka]
- [auto, c, stage/iwa_01]
- [auto, c, stage/iwa_01b]
- [auto, c, stage/iwa_02]
- dir: battle/area/sbk
type: code
start: 0x4DA5E0
vram_class: battle_area
subalign: 16 # BSS alignment hack
subsegments:
- [auto, c, actor/pokey]
- [auto, c, actor/bandit]
- [auto, c, stage/sbk_02]
- [auto, c, area]
- dir: battle/area/isk_part_1
type: code
start: 0x4E2740
vram_class: battle_area
subsegments:
- [auto, c, actor/pokey_mummy]
- [auto, c, actor/swooper]
- [auto, c, actor/buzzy_beetle]
- [auto, c, actor/stone_chomp]
- [auto, c, stage/isk_00]
- [auto, c, stage/isk_01]
- [auto, c, stage/isk_02]
- [auto, c, stage/isk_03]
- [auto, c, stage/isk_04]
- [auto, c, stage/isk_05]
- [auto, c, stage/isk_06]
- [auto, c, stage/isk_07]
- [auto, c, stage/isk_07]
- [auto, c, stage/isk_03b]
- [auto, c, stage/isk_02b]
- [auto, c, stage/isk_02c]
- [auto, c, stage/isk_06b]
- [auto, c, stage/isk_08]
- [auto, c, area]
- dir: battle/area/isk_part_2
type: code
start: 0x4EF4A0
vram_class: battle_area
subsegments:
- [auto, c, actor/chain_chomp]
- [auto, c, actor/tutankoopa]
- [auto, c, stage/isk_00]
- [auto, c, stage/isk_01]
- [auto, c, stage/isk_02]
- [auto, c, stage/isk_02b]
- [auto, c, stage/isk_02c]
- [auto, c, stage/isk_03]
- [auto, c, stage/isk_03b]
- [auto, c, stage/isk_04]
- [auto, c, stage/isk_05]
- [auto, c, stage/isk_06]
- [auto, c, stage/isk_06b]
- [auto, c, stage/isk_07]
- [auto, c, area]
- dir: battle/area/mim
type: code
start: 0x4F7BE0
vram_class: battle_area
subsegments:
- [auto, c, actor/forest_fuzzy]
- [auto, c, actor/bzzap]
- [auto, c, actor/piranha_plant]
- [auto, c, stage/mim_01]
- [auto, c, area]
- dir: battle/area/arn
type: code
start: 0x4FEA50
vram_class: battle_area
subsegments:
- [auto, c, actor/hyper_goomba]
- [auto, c, actor/hyper_paragoomba]
- [auto, c, actor/hyper_cleft]
- [auto, c, actor/tubbas_heart]
- [auto, c, actor/tubba_blubba]
- [auto, c, stage/arn_01]
- [auto, c, stage/arn_02]
- [auto, c, stage/arn_03]
- [auto, c, stage/arn_04]
- [auto, c, stage/arn_05]
- [auto, c, stage/arn_06]
- [auto, c, area]
- dir: battle/area/dgb
type: code
start: 0x50F020
vram_class: battle_area
subsegments:
- [auto, c, actor/clubba]
- [auto, c, actor/tubba_blubba]
- [auto, c, stage/dgb_01]
- [auto, c, stage/dgb_02]
- [auto, c, stage/dgb_03]
- [auto, c, stage/dgb_04]
- [auto, c, stage/dgb_05]
- [auto, c, area]
- dir: battle/area/omo
type: code
start: 0x5125D0
vram_class: battle_area
subsegments:
- [auto, c, actor/red_shy_guy]
- [auto, c, actor/blue_shy_guy]
- [auto, c, actor/yellow_shy_guy]
- [auto, c, actor/pink_shy_guy]
- [auto, c, actor/green_shy_guy]
- [auto, c, actor/anti_guy]
- [auto, c, actor/medi_guy]
- [auto, c, actor/groove_guy]
- [auto, c, actor/spy_guy]
- [auto, c, actor/sky_guy]
- [auto, c, actor/pyro_guy]
- [auto, c, stage/omo_01]
- [auto, c, stage/omo_02]
- [auto, c, stage/omo_03]
- [auto, c, stage/omo_03b]
- [auto, c, stage/omo_04]
- [auto, c, stage/omo_05]
- [auto, c, stage/omo_05b]
- [auto, c, stage/omo_06]
- [auto, c, stage/omo_07]
- [auto, c, area]
- dir: battle/area/omo2
type: code
start: 0x52B6A0
vram_class: battle_area
subsegments:
- [auto, c, actor/general_guy]
- [auto, c, actor/toy_tank]
- [auto, c, actor/light_bulb]
- [auto, c, stage/omo_07]
- [auto, c, area]
- dir: battle/area/omo2_1
type: code
start: 0x543570
vram_class: battle_area2
subsegments:
- [auto, c, actor/shy_squad]
- dir: battle/area/omo2_2
type: code
start: 0x5483E0
vram_class: battle_area2
subsegments:
- [auto, c, actor/stilt_guy]
- dir: battle/area/omo2_3
type: code
start: 0x54CC70
vram_class: battle_area2
subsegments:
- [auto, c, actor/shy_stack]
- dir: battle/area/omo2_4
type: code
start: 0x552440
vram_class: battle_area2
subsegments:
- [auto, c, actor/signal_guy]
- dir: battle/area/omo2_5
type: code
start: 0x552BB0
vram_class: battle_area2
subsegments:
- [auto, c, actor/shy_squad_redux]
- dir: battle/area/omo2_6
type: code
start: 0x556C90
vram_class: battle_area2
subsegments:
- [auto, c, actor/shy_squad_stub]
- dir: battle/area/omo3
type: code
start: 0x5573E0
vram_class: battle_area
subsegments:
- [auto, c, actor/big_lantern_ghost]
- [auto, c, stage/omo_01]
- [auto, c, stage/omo_02]
- [auto, c, stage/omo_03]
- [auto, c, stage/omo_03b]
- [auto, c, stage/omo_04]
- [auto, c, stage/omo_05]
- [auto, c, stage/omo_05b]
- [auto, c, stage/omo_06]
- [auto, c, stage/omo_07]
- [auto, c, actor/goomba]
- [auto, c, actor/clubba]
- [auto, c, actor/fuzzy]
- [auto, c, actor/hammer_bro]
- [auto, c, actor/pokey]
- [auto, c, actor/koopatrol]
- [auto, c, actor/red_shy_guy]
- [auto, c, area]
- dir: battle/area/kgr
type: code
start: 0x56E2A0
vram_class: battle_area
subsegments:
- [auto, c, actor/fuzzipede]
- [auto, c, stage/kgr_01]
- [auto, c, area]
- dir: battle/area/jan
type: code
start: 0x573920
vram_class: battle_area
subsegments:
- [auto, c, actor/spear_guy]
- [auto, c, actor/hurt_plant]
- [auto, c, actor/jungle_fuzzy]
- [auto, c, actor/m_bush]
- [auto, c, actor/medi_guy]
- [auto, c, actor/spike_top]
- [auto, c, stage/jan_00]
- [auto, c, stage/jan_01]
- [auto, c, stage/jan_01b]
- [auto, c, stage/jan_02]
- [auto, c, stage/jan_03]
- [auto, c, stage/jan_03b]
- [auto, c, stage/jan_04]
- [auto, c, stage/jan_04b]
- [auto, c, area]
- dir: battle/area/jan2
type: code
start: 0x584940
vram_class: battle_area
subsegments:
- [auto, c, actor/putrid_piranha]
- [auto, c, actor/white_magikoopa]
- [auto, c, stage/jan_00]
- [auto, c, stage/jan_01]
- [auto, c, stage/jan_01b]
- [auto, c, stage/jan_02]
- [auto, c, stage/jan_03]
- [auto, c, stage/jan_03b]
- [auto, c, stage/jan_04]
- [auto, c, stage/jan_04b]
- [auto, c, area]
- dir: battle/area/kzn
type: code
start: 0x58C2F0
vram_class: battle_area
subsegments:
- [auto, c, actor/lava_bubble]
- [auto, c, actor/putrid_piranha]
- [auto, c, actor/spike_top]
- [auto, c, actor/medi_guy]
- [auto, c, actor/red_magikoopa]
- [auto, c, actor/white_magikoopa]
- [auto, c, stage/kzn_01]
- [auto, c, stage/kzn_01b]
- [auto, c, stage/kzn_02]
- [auto, c, stage/kzn_04]
- [auto, c, stage/kzn_04b]
- [auto, c, stage/kzn_04c]
- [auto, c, stage/kzn_05]
- [auto, c, area]
- dir: battle/area/kzn2
type: code
start: 0x59E6E0
vram_class: battle_area
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, anim/unused_gfx]
- [auto, c, anim/lava_piranha_anim]
- [auto, c, actor/lava_piranha]
- [auto, c, actor/petit_piranha]
- [auto, c, actor/lava_bud]
- [auto, c, actor/petit_piranha_bomb]
- [auto, c, stage/kzn_01]
- [auto, c, stage/kzn_01b]
- [auto, c, stage/kzn_02]
- [auto, c, stage/kzn_04]
- [auto, c, stage/kzn_04b]
- [auto, c, stage/kzn_04c]
- [auto, c, stage/kzn_05]
- [auto, c, area]
- start: 0x59F530
type: .data
name: anim/unused_gfx
subsegments:
- [0x59F530, vtx, vtx1]
- [0x59F6B0, vtx, vtx2]
- [0x59F7D0, vtx, vtx3]
- [0x59F930, vtx, vtx4]
- [0x59FA30, vtx, vtx5]
- [0x59FB90, vtx, vtx6]
- [0x59FD30, vtx, vtx7]
- [0x59FEB0, vtx, vtx8]
- [0x5A0030, vtx, vtx9]
- [0x5A0190, vtx, vtx10]
- [0x5A02B0, vtx, vtx11]
- [0x5A02E0, vtx, vtx12]
- [0x5A0310, vtx, vtx13]
- [0x5A0340, vtx, vtx14]
- [0x5A0370, vtx, vtx15]
- [0x5A03A0, vtx, vtx16]
- [0x5A03D0, vtx, vtx17]
- [0x5A0400, vtx, vtx18]
- [0x5A0430, gfx, gfx1]
- [0x5A0500, gfx, gfx2]
- [0x5A0540, gfx, gfx3]
- [0x5A0590, gfx, gfx4]
- [0x5A05E0, gfx, gfx5]
- [0x5A0630, gfx, gfx6]
- [0x5A0690, gfx, gfx7]
- [0x5A06E0, gfx, gfx8]
- [0x5A0720, gfx, gfx9]
- [0x5A0770, gfx, gfx10]
- [0x5A07B0, gfx, gfx11]
- [0x5A0800]
- start: 0x5A2E80
type: .data
name: actor/lava_piranha
subsegments:
- [0x5A2E80]
- [0x5A3020, ci4, lava_piranha_vine, 64, 32]
- [0x5A3420, palette, lava_piranha_vine]
- [0x5A3620, gfx, lava_piranha_vine]
- [0x5A36F8]
- [0x5B1240]
- dir: battle/area/flo
type: code
start: 0x5B14B0
vram_class: battle_area
subsegments:
- [auto, c, actor/lakitu]
- [auto, c, actor/spiny]
- [auto, c, actor/crazee_dayzee]
- [auto, c, actor/bzzap]
- [auto, c, actor/amazy_dayzee]
- [auto, c, actor/ruff_puff]
- [auto, c, actor/medi_guy]
- [auto, c, actor/red_magikoopa]
- [auto, c, actor/green_magikoopa]
- [auto, c, actor/white_magikoopa]
- [auto, c, actor/yellow_magikoopa]
- [auto, c, stage/flo_01]
- [auto, c, stage/flo_01b]
- [auto, c, stage/flo_01c]
- [auto, c, stage/flo_02]
- [auto, c, stage/flo_02b]
- [auto, c, stage/flo_02c]
- [auto, c, stage/flo_03]
- [auto, c, stage/flo_04]
- [auto, c, stage/flo_05]
- [auto, c, stage/flo_06]
- [auto, c, area]
- dir: battle/area/flo2
type: code
start: 0x5CE690
vram_class: battle_area
subsegments:
- [auto, c, actor/huff_n_puff]
- [auto, c, actor/tuff_puff]
- [auto, c, actor/monty_mole_boss]
- [auto, c, actor/spike]
- [auto, c, stage/flo_01]
- [auto, c, stage/flo_01b]
- [auto, c, stage/flo_01c]
- [auto, c, stage/flo_02]
- [auto, c, stage/flo_02b]
- [auto, c, stage/flo_02c]
- [auto, c, stage/flo_03]
- [auto, c, stage/flo_04]
- [auto, c, stage/flo_05]
- [auto, c, stage/flo_06]
- [auto, c, area]
- dir: battle/area/tik
type: code
start: 0x5EC490
vram_class: battle_area
subsegments:
- [auto, c, actor/dark_koopa]
- [auto, c, actor/dark_paratroopa]
- [auto, c, actor/gloomba]
- [auto, c, actor/spiked_gloomba]
- [auto, c, actor/paragloomba]
- [auto, c, actor/buzzy_beetle]
- [auto, c, actor/spike_top]
- [auto, c, actor/spiny]
- [auto, c, stage/tik_01]
- [auto, c, stage/tik_02]
- [auto, c, stage/tik_03]
- [auto, c, stage/tik_04]
- [auto, c, stage/tik_05]
- [auto, c, area]
- dir: battle/area/tik2
type: code
start: 0x608AB0
vram_class: battle_area
subsegments:
- [auto, c, actor/blooper]
- [auto, c, actor/electro_blooper]
- [auto, c, actor/super_blooper]
- [auto, c, actor/blooper_baby]
- [auto, c, stage/tik_01]
- [auto, c, stage/tik_02]
- [auto, c, stage/tik_03]
- [auto, c, stage/tik_04]
- [auto, c, stage/tik_05]
- [auto, c, area]
- dir: battle/area/tik3
type: code
start: 0x6186F0
vram_class: battle_area
subsegments:
- [auto, c, actor/swooper]
- [auto, c, actor/swoopula]
- [auto, c, stage/tik_01]
- [auto, c, stage/tik_02]
- [auto, c, stage/tik_03]
- [auto, c, stage/tik_04]
- [auto, c, stage/tik_05]
- [auto, c, area]
- dir: battle/area/sam
type: code
start: 0x623BA0
vram_class: battle_area
subsegments:
- [auto, c, actor/duplighost]
- [auto, c, actor/gulpit]
- [auto, c, actor/gulpit_rocks]
- [auto, c, actor/white_clubba]
- [auto, c, actor/frost_piranha]
- [auto, c, actor/gray_magikoopa]
- [auto, c, stage/sam_01]
- [auto, c, stage/sam_02]
- [auto, c, stage/sam_02b]
- [auto, c, stage/sam_02c]
- [auto, c, stage/sam_02d]
- [auto, c, stage/sam_03]
- [auto, c, area]
- dir: battle/area/sam2
type: code
start: 0x63D1E0
vram_class: battle_area
subsegments:
- [auto, c, actor/monstar]
- [auto, c, actor/paragoomba]
- [auto, c, actor/gray_magikoopa]
- [auto, c, stage/sam_01]
- [auto, c, stage/sam_02]
- [auto, c, stage/sam_02b]
- [auto, c, stage/sam_02c]
- [auto, c, stage/sam_02d]
- [auto, c, stage/sam_03]
- [auto, c, area]
- [auto, c, dlist]
- start: 0x63F040
type: .data
name: actor/monstar
subsegments:
- [0x63F040]
- [0x63F278, ci4, actor/img, 32, 32]
- [0x63F478, palette, actor/img]
- [0x63F498]
- start: 0x648860
type: .data
name: vtx
subsegments:
- [0x648860, vtx, monstar_bubbles]
- [0x648C80]
- dir: battle/area/pra
type: code
start: 0x648E10
vram_class: battle_area
subsegments:
- [auto, c, actor/swoopula]
- [auto, c, actor/albino_dino]
- [auto, c, actor/white_clubba]
- [auto, c, actor/red_magikoopa]
- [auto, c, actor/green_magikoopa]
- [auto, c, actor/yellow_magikoopa]
- [auto, c, actor/gray_magikoopa]
- [auto, c, actor/white_magikoopa]
- [auto, c, stage/pra_01]
- [auto, c, stage/pra_02]
- [auto, c, stage/pra_03]
- [auto, c, stage/pra_03b]
- [auto, c, stage/pra_03c]
- [auto, c, stage/pra_04]
- [auto, c, area]
- dir: battle/area/pra2
type: code
start: 0x660750
vram_class: battle_area
subalign: 16 # BSS alignment hack
subsegments:
- [auto, c, actor/crystal_king]
- [auto, c, actor/crystal_bit]
- [auto, c, stage/sam_04]
- [auto, c, area]
- dir: battle/area/pra3
type: code
start: 0x669D80
vram_class: battle_area
subsegments:
- [auto, c, actor/duplighost]
- [auto, c, actor/swoopula]
- [auto, c, actor/white_clubba]
- [auto, c, actor/red_magikoopa]
- [auto, c, actor/gray_magikoopa]
- [auto, c, stage/pra_01]
- [auto, c, stage/pra_02]
- [auto, c, stage/pra_03]
- [auto, c, stage/pra_03b]
- [auto, c, stage/pra_03c]
- [auto, c, stage/pra_04]
- [auto, c, area]
- dir: battle/area/kpa
type: code
start: 0x684A30
vram_class: battle_area
subsegments:
- [auto, c, actor/bony_beetle]
- [auto, c, actor/dry_bones]
- [auto, c, actor/hammer_bro]
- [auto, c, actor/koopatrol]
- [auto, c, actor/magikoopa]
- [auto, c, actor/ember]
- [auto, c, stage/kpa_01]
- [auto, c, stage/kpa_01b]
- [auto, c, stage/kpa_02]
- [auto, c, stage/kpa_03]
- [auto, c, stage/kpa_04]
- [auto, c, stage/kpa_04b]
- [auto, c, stage/kpa_04c]
- [auto, c, stage/kpa_05]
- [auto, c, stage/kpa_07]
- [auto, c, stage/kpa_08]
- [auto, c, stage/kpa_09]
- [auto, c, stage/kpa_11]
- [auto, c, stage/kpa_13]
- [auto, c, stage/kpa_14]
- [auto, c, area]
- dir: battle/area/kpa2
type: code
start: 0x69F200
vram_class: battle_area
subsegments:
- [auto, c, actor/unused_bowser]
- [auto, c, actor/intro_bowser]
- [auto, c, actor/hallway_bowser]
- [auto, c, actor/final_bowser_1]
- [auto, c, actor/final_bowser_2]
- [auto, c, stage/kpa_01]
- [auto, c, stage/kkj_01]
- [auto, c, stage/kkj_02]
- [auto, c, area]
- dir: battle/area/kpa3
type: code
start: 0x6BBB90
vram_class: battle_area
subsegments:
- [auto, c, actor/anti_guy]
- [auto, c, actor/duplighost]
- [auto, c, stage/kpa_01]
- [auto, c, area]
- dir: battle/area/kpa4
type: code
start: 0x6CC070
vram_class: battle_area
subsegments:
- [auto, c, actor/bombshell_blaster]
- [auto, c, actor/bombshell_bill]
- [auto, c, actor/koopatrol]
- [auto, c, actor/magikoopa]
- [auto, c, stage/kpa_01]
- [auto, c, stage/kpa_01b]
- [auto, c, stage/kpa_02]
- [auto, c, stage/kpa_03]
- [auto, c, stage/kpa_04]
- [auto, c, stage/kpa_04b]
- [auto, c, stage/kpa_04c]
- [auto, c, stage/kpa_05]
- [auto, c, stage/kpa_07]
- [auto, c, stage/kpa_08]
- [auto, c, stage/kpa_09]
- [auto, c, stage/kpa_11]
- [auto, c, stage/kpa_13]
- [auto, c, stage/kpa_14]
- [auto, c, area]
- dir: battle/area/kkj
type: code
start: 0x6DBDA0
vram_class: battle_area
subsegments:
- [auto, c, area]
- [auto, c, actor/kammy_koopa]
- [auto, c, stage/kpa_05]
- dir: battle/area/dig
type: code
start: 0x6DDDC0
vram_class: battle_area
subsegments:
- [auto, c, actor/koopa_troopa]
- [auto, c, actor/fuzzy]
- [auto, c, actor/pokey]
- [auto, c, actor/bandit]
- [auto, c, actor/red_shy_guy]
- [auto, c, actor/tubba_blubba]
- [auto, c, actor/monty_mole]
- [auto, c, actor/whacka]
- [auto, c, stage/dig_01]
- [auto, c, stage/dig_02]
- [auto, c, stage/dig_03]
- [auto, c, stage/dig_04]
- [auto, c, stage/dig_05]
- [auto, c, area]
- [auto, c, script/dig_01]
- [auto, c, script/dig_02]
- [auto, c, script/dig_03]
- [auto, c, script/dig_04]
- [auto, c, script/dig_05]
#######################
### Battle Partners ###
#######################
- name: battle_partner_goompa
dir: battle/partner
type: code
start: 0x6F0B30
vram_class: battle_partner
subsegments:
- [auto, c, goompa]
- name: battle_partner_goombario
dir: battle/partner
type: code
start: 0x6F10E0
vram_class: battle_partner
subsegments:
- [auto, c, goombario]
- name: battle_partner_kooper
dir: battle/partner
type: code
start: 0x6F5E80
vram_class: battle_partner
subsegments:
- [auto, c, kooper]
- name: battle_partner_bombette
dir: battle/partner
type: code
start: 0x6FAD10
vram_class: battle_partner
subsegments:
- [auto, c, bombette]
- name: battle_partner_parakarry
dir: battle/partner
type: code
start: 0x6FFD80
vram_class: battle_partner
subsegments:
- [auto, c, parakarry]
- name: battle_partner_watt
dir: battle/partner
type: code
start: 0x703AF0
vram_class: battle_partner
subsegments:
- [auto, c, watt]
- name: battle_partner_sushie
dir: battle/partner
type: code
start: 0x707CA0
vram_class: battle_partner
subsegments:
- [auto, c, sushie]
- name: battle_partner_lakilester
dir: battle/partner
type: code
start: 0x70BD10
vram_class: battle_partner
subsegments:
- [auto, c, lakilester]
- name: battle_partner_bow
dir: battle/partner
type: code
start: 0x710EF0
vram_class: battle_partner
subsegments:
- [auto, c, bow]
- name: battle_partner_twink
dir: battle/partner
type: code
start: 0x714CF0
vram_class: battle_partner
subsegments:
- [auto, c, twink]
####################
### Battle Items ###
####################
- name: mushroom
dir: battle/move/item
type: code
start: 0x715850
vram_class: battle_move
subsegments:
- [auto, c, mushroom]
- name: fire_flower
dir: battle/move/item
type: code
start: 0x716C60
vram_class: battle_move
subsegments:
- [auto, c, fire_flower]
- name: dusty_hammer
dir: battle/move/item
type: code
start: 0x7179D0
vram_class: battle_move
subsegments:
- [auto, c, dusty_hammer]
- start: 0x717C10
type: .data
name: dusty_hammer
subsegments:
- [0x7181D0, ci4, dusty_hammer, 32, 32]
- [0x7183D0, palette, dusty_hammer]
- [0x7183F0]
- name: pow_block
dir: battle/move/item
type: code
start: 0x718850
vram_class: battle_move
subsegments:
- [auto, c, pow_block]
- name: pebble
dir: battle/move/item
type: code
start: 0x719970
vram_class: battle_move
subsegments:
- [auto, c, pebble]
- start: 0x719BB0
type: .data
name: pebble
subsegments:
- [0x71A170, ci4, pebble, 32, 32]
- [0x71A370, palette, pebble]
- [0x71A390]
- name: volt_shroom
dir: battle/move/item
type: code
start: 0x71A7F0
vram_class: battle_move
subsegments:
- [auto, c, volt_shroom]
- name: thunder_rage
dir: battle/move/item
type: code
start: 0x71B1A0
vram_class: battle_move
subsegments:
- [auto, c, thunder_rage]
- name: snowman_doll
dir: battle/move/item
type: code
start: 0x71BE30
vram_class: battle_move
subsegments:
- [auto, c, snowman_doll]
- name: dried_shroom
dir: battle/move/item
type: code
start: 0x71CCE0
vram_class: battle_move
subsegments:
- [auto, c, dried_shroom]
- name: shooting_star
dir: battle/move/item
type: code
start: 0x71D770
vram_class: battle_move
subsegments:
- [auto, c, shooting_star]
- name: sleepy_sheep
dir: battle/move/item
type: code
start: 0x71E650
vram_class: battle_move
subsegments:
- [auto, c, sleepy_sheep]
- start: 0x71EFC0
type: .data
name: sleepy_sheep
subsegments:
- [0x71EFC0]
- [0x71F580, ci4, sleepy_sheep1, 56, 48]
- [0x71FAC0, palette, sleepy_sheep1]
- [0x71FAE0, ci4, sleepy_sheep2, 56, 48]
- [0x720020, palette, sleepy_sheep2]
- [0x720040, ci4, sleepy_sheep3, 56, 48]
- [0x720580, palette, sleepy_sheep3]
- [0x7205A0]
- name: stone_cap
dir: battle/move/item
type: code
start: 0x7215A0
vram_class: battle_move
subsegments:
- [auto, c, stone_cap]
- name: tasty_tonic
dir: battle/move/item
type: code
start: 0x722000
vram_class: battle_move
subsegments:
- [auto, c, tasty_tonic]
- name: thunder_bolt
dir: battle/move/item
type: code
start: 0x722B40
vram_class: battle_move
subsegments:
- [auto, c, thunder_bolt]
- name: ultra_shroom
dir: battle/move/item
type: code
start: 0x723780
vram_class: battle_move
subsegments:
- [auto, c, ultra_shroom]
- name: unknown_item
dir: battle/move/item
type: code
start: 0x724240
vram_class: battle_move
subsegments:
- [auto, c, unknown_item]
- name: super_soda
dir: battle/move/item
type: code
start: 0x724CE0
vram_class: battle_move
subsegments:
- [auto, c, super_soda]
- name: hustle_drink
dir: battle/move/item
type: code
start: 0x725F60
vram_class: battle_move
subsegments:
- [auto, c, hustle_drink]
- name: stop_watch
dir: battle/move/item
type: code
start: 0x726DD0
vram_class: battle_move
subsegments:
- [auto, c, stop_watch]
- name: dizzy_dial
dir: battle/move/item
type: code
start: 0x727910
vram_class: battle_move
subsegments:
- [auto, c, dizzy_dial]
- name: please_come_back
dir: battle/move/item
type: code
start: 0x7285E0
vram_class: battle_move
subsegments:
- [auto, c, please_come_back]
- name: egg_missile
dir: battle/move/item
type: code
start: 0x728EC0
vram_class: battle_move
subsegments:
- [auto, c, egg_missile]
- start: 0x7291D0
type: .data
name: egg_missile
subsegments:
- [0x7291D0]
- [0x729790, ci4, egg_missile1, 32, 32]
- [0x729990, palette, egg_missile1]
- [0x7299B0, ci4, egg_missile2, 32, 32]
- [0x729BB0, palette, egg_missile2]
- [0x729BD0, ci4, egg_missile3, 32, 32]
- [0x729DD0, palette, egg_missile3]
- [0x729DF0, ci4, egg_missile4, 32, 32]
- [0x729FF0, palette, egg_missile4]
- [0x72A010]
- name: insecticide_herb
dir: battle/move/item
type: code
start: 0x72A750
vram_class: battle_move
subsegments:
- [auto, c, insecticide_herb]
- start: 0x72AB70
type: .data
name: insecticide_herb
subsegments:
- [0x72AB70]
- [0x72B130, ci4, insecticide_herb, 32, 32]
- [0x72B330, palette, insecticide_herb]
- [0x72B350]
- name: fright_jar
dir: battle/move/item
type: code
start: 0x72B910
vram_class: battle_move
subsegments:
- [auto, c, fright_jar]
- name: mystery
dir: battle/move/item
type: code
start: 0x72C5B0
vram_class: battle_move
subsegments:
- [auto, c, mystery]
- start: 0x72CF00
type: .data
name: mystery
subsegments:
- [0x72CF00]
- [0x72D4C0, ci4, mystery, 32, 32]
- [0x72D6C0, palette, mystery]
- [0x72D6E0]
- name: repel_gel
dir: battle/move/item
type: code
start: 0x72DB70
vram_class: battle_move
subsegments:
- [auto, c, repel_gel]
- name: life_shroom
dir: battle/move/item
type: code
start: 0x72E530
vram_class: battle_move
subsegments:
- [auto, c, life_shroom]
- name: coconut
dir: battle/move/item
type: code
start: 0x72F720
vram_class: battle_move
subsegments:
- [auto, c, coconut]
- start: 0x72F960
type: .data
name: coconut
subsegments:
- [0x72F960]
- [0x72FF20, ci4, coconut, 32, 32]
- [0x730120, palette, coconut]
- [0x730140]
- name: electro_pop
dir: battle/move/item
type: code
start: 0x7305A0
vram_class: battle_move
subsegments:
- [auto, c, electro_pop]
- name: strange_cake
dir: battle/move/item
type: code
start: 0x731300
vram_class: battle_move
subsegments:
- [auto, c, strange_cake]
- start: 0x731EA0
type: .data
name: strange_cake
subsegments:
- [0x731EA0]
- [0x732470, ci4, strange_cake1, 32, 32]
- [0x732670, palette, strange_cake1]
- [0x732690, ci4, strange_cake2, 32, 32]
- [0x732890, palette, strange_cake2]
- [0x7328B0, ci4, strange_cake3, 32, 32]
- [0x732AB0, palette, strange_cake3]
- [0x732AD0]
- name: food
dir: battle/move/item
type: code
start: 0x7330D0
vram_class: battle_move
subsegments:
- [auto, c, food]
####################
### Battle Moves ###
####################
- name: battle_move_hammer_attack
dir: battle/move/hammer
type: code
start: 0x7345A0
vram_class: battle_move
subsegments:
- [auto, c, attack]
- name: battle_move_spin_smash
dir: battle/move/hammer
type: code
start: 0x737890
vram_class: battle_move
subsegments:
- [auto, c, spin_smash]
- name: battle_move_quake_hammer
dir: battle/move/hammer
type: code
start: 0x73AED0
vram_class: battle_move
subsegments:
- [auto, c, quake_hammer]
- name: battle_move_jump_attack
dir: battle/move/jump
type: code
start: 0x73D860
vram_class: battle_move
subsegments:
- [auto, c, attack]
- name: battle_move_multibounce
dir: battle/move/jump
type: code
start: 0x740CC0
vram_class: battle_move
subsegments:
- [auto, c, multibounce]
- name: battle_move_power_bounce
dir: battle/move/jump
type: code
start: 0x743DF0
vram_class: battle_move
subsegments:
- [auto, c, power_bounce]
- name: battle_move_sleep_stomp
dir: battle/move/jump
type: code
start: 0x746E10
vram_class: battle_move
subsegments:
- [auto, c, sleep_stomp]
- name: battle_move_dizzy_stomp
dir: battle/move/jump
type: code
start: 0x748DD0
vram_class: battle_move
subsegments:
- [auto, c, dizzy_stomp]
- name: battle_move_d_down_pound
dir: battle/move/hammer
type: code
start: 0x74AD90
vram_class: battle_move
subsegments:
- [auto, c, d_down_pound]
- name: battle_move_jump_charge_0
dir: battle/move/jump
type: code
start: 0x74D570
vram_class: battle_move
subsegments:
- [auto, c, jump_charge_0]
- name: battle_move_hammer_charge_0
dir: battle/move/hammer
type: code
start: 0x74F130
vram_class: battle_move
subsegments:
- [auto, c, hammer_charge_0]
- name: battle_move_hammer_throw
dir: battle/move/hammer
type: code
start: 0x752450
vram_class: battle_move
subsegments:
- [auto, c, hammer_throw]
- start: 0x752500
type: .data
name: hammer_throw
subsegments:
- [0x752500]
- [0x754498, ci4, dusty_hammer, 32, 32]
- [0x754698, palette, dusty_hammer]
- [0x7546B8, ci4, basic_hammer, 32, 32]
- [0x7548B8, palette, basic_hammer]
- [0x7548D8, ci4, super_hammer, 32, 32]
- [0x754AD8, palette, super_hammer]
- [0x754AF8, ci4, ultra_hammer, 32, 32]
- [0x754CF8, palette, ultra_hammer]
- [0x754D18, vtx, hammer_throw]
- [0x754D58, gfx, dusty_hammer]
- [0x754E48, gfx, basic_hammer]
- [0x754F38, gfx, super_hammer]
- [0x755028, gfx, ultra_hammer]
- [0x755118]
- name: battle_move_mega_quake
dir: battle/move/hammer
type: code
start: 0x756780
vram_class: battle_move
subsegments:
- [auto, c, mega_quake]
- name: battle_move_hammer_charge_1
dir: battle/move/hammer
type: code
start: 0x7595B0
vram_class: battle_move
subsegments:
- [auto, c, hammer_charge_1]
- name: battle_move_jump_charge_1
dir: battle/move/jump
type: code
start: 0x75C980
vram_class: battle_move
subsegments:
- [auto, c, jump_charge_1]
- name: battle_move_hammer_charge_2
dir: battle/move/hammer
type: code
start: 0x75E5D0
vram_class: battle_move
subsegments:
- [auto, c, hammer_charge_2]
- name: battle_move_jump_charge_2
dir: battle/move/jump
type: code
start: 0x761920
vram_class: battle_move
subsegments:
- [auto, c, jump_charge_2]
- name: battle_move_auto_smash
dir: battle/move/hammer
type: code
start: 0x763540
vram_class: battle_move
subsegments:
- [auto, c, auto_smash]
- name: battle_move_auto_jump
dir: battle/move/jump
type: code
start: 0x765C20
vram_class: battle_move
subsegments:
- [auto, c, auto_jump]
- name: battle_move_power_quake
dir: battle/move/hammer
type: code
start: 0x767C90
vram_class: battle_move
subsegments:
- [auto, c, power_quake]
- name: battle_move_auto_multibounce
dir: battle/move/jump
type: code
start: 0x76A830
vram_class: battle_move
subsegments:
- [auto, c, auto_multibounce]
- name: battle_move_power_jump
dir: battle/move/jump
type: code
start: 0x76D760
vram_class: battle_move
subsegments:
- [auto, c, power_jump]
- name: battle_move_super_jump
dir: battle/move/jump
type: code
start: 0x76F330
vram_class: battle_move
subsegments:
- [auto, c, super_jump]
- name: battle_move_mega_jump
dir: battle/move/jump
type: code
start: 0x770F30
vram_class: battle_move
subsegments:
- [auto, c, mega_jump]
- name: battle_move_power_smash
dir: battle/move/hammer
type: code
start: 0x772BA0
vram_class: battle_move
subsegments:
- [auto, c, power_smash]
- name: battle_move_super_smash
dir: battle/move/hammer
type: code
start: 0x775100
vram_class: battle_move
subsegments:
- [auto, c, super_smash]
- name: battle_move_mega_smash
dir: battle/move/hammer
type: code
start: 0x777690
vram_class: battle_move
subsegments:
- [auto, c, mega_smash]
- name: battle_move_demo_power_bounce
dir: battle/move/jump
type: code
start: 0x779C90
vram_class: battle_move
subsegments:
- [auto, c, demo_power_bounce]
- name: battle_move_shrink_smash
dir: battle/move/hammer
type: code
start: 0x77CB80
vram_class: battle_move
subsegments:
- [auto, c, shrink_smash]
- name: battle_move_shell_crack
dir: battle/move/hammer
type: code
start: 0x77F240
vram_class: battle_move
subsegments:
- [auto, c, shell_crack]
- name: battle_move_d_down_jump
dir: battle/move/jump
type: code
start: 0x781920
vram_class: battle_move
subsegments:
- [auto, c, d_down_jump]
- name: battle_move_shrink_stomp
dir: battle/move/jump
type: code
start: 0x783BA0
vram_class: battle_move
subsegments:
- [auto, c, shrink_stomp]
- name: battle_move_earthquake_jump
dir: battle/move/jump
type: code
start: 0x785B20
vram_class: battle_move
subsegments:
- [auto, c, earthquake_jump]
- name: battle_move_focus
dir: battle/move/star_power
type: code
start: 0x789E60
vram_class: battle_move
subsegments:
- [auto, c, focus]
- name: battle_move_refresh
dir: battle/move/star_power
type: code
start: 0x78B600
vram_class: battle_move
subsegments:
- [auto, c, refresh]
- name: battle_move_lullaby
dir: battle/move/star_power
type: code
start: 0x78D150
vram_class: battle_move
subsegments:
- [auto, c, lullaby]
- name: battle_move_star_storm
dir: battle/move/star_power
type: code
start: 0x78E7D0
vram_class: battle_move
subsegments:
- [auto, c, star_storm]
- name: battle_move_chill_out
dir: battle/move/star_power
type: code
start: 0x7900D0
vram_class: battle_move
subsegments:
- [auto, c, chill_out]
- name: battle_move_smooch
dir: battle/move/star_power
type: code
start: 0x791D90
vram_class: battle_move
subsegments:
- [auto, c, smooch]
- name: battle_move_time_out
dir: battle/move/star_power
type: code
start: 0x793D20
vram_class: battle_move
subsegments:
- [auto, c, time_out]
- name: battle_move_up_and_away
dir: battle/move/star_power
type: code
start: 0x7952E0
vram_class: battle_move
subsegments:
- [auto, c, up_and_away]
- name: battle_move_star_beam
dir: battle/move/star_power
type: code
start: 0x796FC0
vram_class: battle_move
subsegments:
- [auto, c, star_beam]
- name: battle_move_peach_beam
dir: battle/move/star_power
type: code
start: 0x7997B0
vram_class: battle_move
subsegments:
- [auto, c, peach_beam]
- name: battle_move_peach_focus
dir: battle/move/star_power
type: code
start: 0x79BFA0
vram_class: battle_move
subsegments:
- [auto, c, peach_focus]
- name: battle_move_peach_focus_alt
dir: battle/move/star_power
type: code
start: 0x79D8A0
vram_class: battle_move
subsegments:
- [auto, c, peach_focus_alt]
- type: code
name: level_up
start: 0x79EF40
vram_class: battle_move
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, level_up]
- start: 0x79EF40
type: .data
name: level_up
subsegments:
- [0x79EF40]
- [0x79EF58, vtx, level_up/draw_second_E]
- [0x79EFD8, vtx, level_up/draw_V]
- [0x79F058, vtx, level_up/draw_E]
- [0x79F0D8, vtx, level_up/draw_second_L]
- [0x79F158, vtx, level_up/draw_L]
- [0x79F1D8, vtx, level_up/draw_P]
- [0x79F258, vtx, level_up/draw_U]
- [0x79F2D8, vtx, level_up/draw_exclamation_mark]
- [0x79F358, ia8, level_up/big_V, 64, 64]
- [0x7A0358, gfx, level_up/big_V]
- [0x7A03D0, ia8, level_up/big_P, 64, 64]
- [0x7A13D0, gfx, level_up/big_P]
- [0x7A1448, ia8, level_up/big_exclamation_mark, 64, 64]
- [0x7A2448, gfx, level_up/big_exclamation_mark]
- [0x7A24C0, ia8, level_up/big_U, 64, 64]
- [0x7A34C0, gfx, level_up/big_U]
- [0x7A3538, ia8, level_up/big_L, 64, 64]
- [0x7A4538, gfx, level_up/big_L]
- [0x7A45B0, ia8, level_up/big_E, 64, 64]
- [0x7A55B0, gfx, level_up/big_E]
- [0x7A5628]
- [0x7A59F0, ci4, level_up/heart, 40, 40]
- [0x7A5D10, palette, level_up/heart]
- [0x7A5D30, ci4, level_up/flower, 40, 40]
- [0x7A6050, palette, level_up/flower]
- [0x7A6070, ci4, level_up/leaves, 40, 40]
- [0x7A6390, palette, level_up/leaves]
- [0x7A63B0, ci4, level_up/badge, 40, 40]
- [0x7A66D0, palette, level_up/badge]
- [0x7A66F0, ci4, level_up/FP, 32, 24]
- [0x7A6870, palette, level_up/FP]
- [0x7A6890, ci4, level_up/BP, 32, 24]
- [0x7A6A10, palette, level_up/BP]
- [0x7A6A30, ci4, level_up/HP, 32, 24]
- [0x7A6BB0, palette, level_up/HP]
- [0x7A6BD0, ci4, level_up/digit_0, 8, 16]
- [0x7A6C10, palette, level_up/digit_0]
- [0x7A6C30, ci4, level_up/digit_1, 8, 16]
- [0x7A6C70, palette, level_up/digit_1]
- [0x7A6C90, ci4, level_up/digit_2, 8, 16]
- [0x7A6CD0, palette, level_up/digit_2]
- [0x7A6CF0, ci4, level_up/digit_3, 8, 16]
- [0x7A6D30, palette, level_up/digit_3]
- [0x7A6D50, ci4, level_up/digit_4, 8, 16]
- [0x7A6D90, palette, level_up/digit_4]
- [0x7A6DB0, ci4, level_up/digit_5, 8, 16]
- [0x7A6DF0, palette, level_up/digit_5]
- [0x7A6E10, ci4, level_up/digit_6, 8, 16]
- [0x7A6E50, palette, level_up/digit_6]
- [0x7A6E70, ci4, level_up/digit_7, 8, 16]
- [0x7A6EB0, palette, level_up/digit_7]
- [0x7A6ED0, ci4, level_up/digit_8, 8, 16]
- [0x7A6F10, palette, level_up/digit_8]
- [0x7A6F30, ci4, level_up/digit_9, 8, 16]
- [0x7A6F70, palette, level_up/digit_9]
- [0x7A6F90, ci4, level_up/small_digit_0, 8, 8]
- [0x7A6FB0, palette, level_up/small_digit_0]
- [0x7A6FD0, ci4, level_up/small_digit_1, 8, 8]
- [0x7A6FF0, palette, level_up/small_digit_1]
- [0x7A7010, ci4, level_up/small_digit_2, 8, 8]
- [0x7A7030, palette, level_up/small_digit_2]
- [0x7A7050, ci4, level_up/small_digit_3, 8, 8]
- [0x7A7070, palette, level_up/small_digit_3]
- [0x7A7090, ci4, level_up/small_digit_4, 8, 8]
- [0x7A70B0, palette, level_up/small_digit_4]
- [0x7A70D0, ci4, level_up/small_digit_5, 8, 8]
- [0x7A70F0, palette, level_up/small_digit_5]
- [0x7A7110, ci4, level_up/small_digit_6, 8, 8]
- [0x7A7130, palette, level_up/small_digit_6]
- [0x7A7150, ci4, level_up/small_digit_7, 8, 8]
- [0x7A7170, palette, level_up/small_digit_7]
- [0x7A7190, ci4, level_up/small_digit_8, 8, 8]
- [0x7A71B0, palette, level_up/small_digit_8]
- [0x7A71D0, ci4, level_up/small_digit_9, 8, 8]
- [0x7A71F0, palette, level_up/small_digit_9]
- [0x7A7210, ci4, level_up/small_arrow, 8, 8]
- [0x7A7230, palette, level_up/small_arrow]
- [0x7A7250, palette, level_up/digit_0.red]
- [0x7A7270, palette, level_up/digit_1.red]
- [0x7A7290, palette, level_up/digit_2.red]
- [0x7A72B0, palette, level_up/digit_3.red]
- [0x7A72D0, palette, level_up/digit_4.red]
- [0x7A72F0, palette, level_up/digit_5.red]
- [0x7A7310, palette, level_up/digit_6.red]
- [0x7A7330, palette, level_up/digit_7.red]
- [0x7A7350, palette, level_up/digit_8.red]
- [0x7A7370, palette, level_up/digit_9.red]
- [0x7A7390, palette, level_up/small_digit_0.red]
- [0x7A73B0, palette, level_up/small_digit_1.red]
- [0x7A73D0, palette, level_up/small_digit_2.red]
- [0x7A73F0, palette, level_up/small_digit_3.red]
- [0x7A7410, palette, level_up/small_digit_4.red]
- [0x7A7430, palette, level_up/small_digit_5.red]
- [0x7A7450, palette, level_up/small_digit_6.red]
- [0x7A7470, palette, level_up/small_digit_7.red]
- [0x7A7490, palette, level_up/small_digit_8.red]
- [0x7A74B0, palette, level_up/small_digit_9.red]
- [0x7A74D0, palette, level_up/small_arrow.red]
- [0x7A74F0, palette, level_up/digit_0.blue]
- [0x7A7510, palette, level_up/digit_1.blue]
- [0x7A7530, palette, level_up/digit_2.blue]
- [0x7A7550, palette, level_up/digit_3.blue]
- [0x7A7570, palette, level_up/digit_4.blue]
- [0x7A7590, palette, level_up/digit_5.blue]
- [0x7A75B0, palette, level_up/digit_6.blue]
- [0x7A75D0, palette, level_up/digit_7.blue]
- [0x7A75F0, palette, level_up/digit_8.blue]
- [0x7A7610, palette, level_up/digit_9.blue]
- [0x7A7630, palette, level_up/small_digit_0.blue]
- [0x7A7650, palette, level_up/small_digit_1.blue]
- [0x7A7670, palette, level_up/small_digit_2.blue]
- [0x7A7690, palette, level_up/small_digit_3.blue]
- [0x7A76B0, palette, level_up/small_digit_4.blue]
- [0x7A76D0, palette, level_up/small_digit_5.blue]
- [0x7A76F0, palette, level_up/small_digit_6.blue]
- [0x7A7710, palette, level_up/small_digit_7.blue]
- [0x7A7730, palette, level_up/small_digit_8.blue]
- [0x7A7750, palette, level_up/small_digit_9.blue]
- [0x7A7770, palette, level_up/small_arrow.blue]
- [0x7A7790, ci4, level_up/select_one_to_upgrade, 208, 16]
- [0x7A7E10, palette, level_up/select_one_to_upgrade]
- [0x7A7E30]
- type: code
name: starpoint
start: 0x7A89A0
vram_class: battle_move
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, starpoint]
- start: 0x7A89A0
type: .data
name: starpoint
subsegments:
- [0x7A89A0]
- [0x7A89B8, ia8, starpoint/starpoint, 128, 32]
- [0x7A99B8, gfx, starpoint/load_starpoint]
- [0x7A9A30, vtx, starpoint/starpoint]
- [0x7A9A70]
- [0x7A9B38, vtx, starpoint/starpoints]
- [0x7A9B78, ia8, starpoint/starpoints, 128, 32]
- [0x7AAB78, gfx, starpoint/load_starpoints]
- [0x7AABF0]
- [0x7AACA0, vtx, starpoint/digit_0]
- [0x7AACE0, ia8, starpoint/digit_0, 64, 64]
- [0x7ABCE0, gfx, starpoint/load_digit_0]
- [0x7ABD58, gfx, starpoint/__render_digit_0]
- [0x7ABDA0, gfx, starpoint/_render_digit_0]
- [0x7ABDB0, gfx, starpoint/render_digit_0]
- [0x7ABDC0, vtx, starpoint/digit_1]
- [0x7ABE00, ia8, starpoint/digit_1, 64, 64]
- [0x7ACE00, gfx, starpoint/load_digit_1]
- [0x7ACE78, gfx, starpoint/__render_digit_1]
- [0x7ACEC0, gfx, starpoint/_render_digit_1]
- [0x7ACED0, gfx, starpoint/render_digit_1]
- [0x7ACEE0, vtx, starpoint/digit_2]
- [0x7ACF20, ia8, starpoint/digit_2, 64, 64]
- [0x7ADF20, gfx, starpoint/load_digit_2]
- [0x7ADF98, gfx, starpoint/__render_digit_2]
- [0x7ADFE0, gfx, starpoint/_render_digit_2]
- [0x7ADFF0, gfx, starpoint/render_digit_2]
- [0x7AE000, vtx, starpoint/digit_3]
- [0x7AE040, ia8, starpoint/digit_3, 64, 64]
- [0x7AF040, gfx, starpoint/load_digit_3]
- [0x7AF0B8, gfx, starpoint/__render_digit_3]
- [0x7AF100, gfx, starpoint/_render_digit_3]
- [0x7AF110, gfx, starpoint/render_digit_3]
- [0x7AF120, vtx, starpoint/digit_4]
- [0x7AF160, ia8, starpoint/digit_4, 64, 64]
- [0x7B0160, gfx, starpoint/load_digit_4]
- [0x7B01D8, gfx, starpoint/__render_digit_4]
- [0x7B0220, gfx, starpoint/_render_digit_4]
- [0x7B0230, gfx, starpoint/render_digit_4]
- [0x7B0240, vtx, starpoint/digit_5]
- [0x7B0280, ia8, starpoint/digit_5, 64, 64]
- [0x7B1280, gfx, starpoint/load_digit_5]
- [0x7B12F8, gfx, starpoint/__render_digit_5]
- [0x7B1340, gfx, starpoint/_render_digit_5]
- [0x7B1350, gfx, starpoint/render_digit_5]
- [0x7B1360, vtx, starpoint/digit_6]
- [0x7B13A0, ia8, starpoint/digit_6, 64, 64]
- [0x7B23A0, gfx, starpoint/load_digit_6]
- [0x7B2418, gfx, starpoint/__render_digit_6]
- [0x7B2460, gfx, starpoint/_render_digit_6]
- [0x7B2470, gfx, starpoint/render_digit_6]
- [0x7B2480, vtx, starpoint/digit_7]
- [0x7B24C0, ia8, starpoint/digit_7, 64, 64]
- [0x7B34C0, gfx, starpoint/load_digit_7]
- [0x7B3538, gfx, starpoint/__render_digit_7]
- [0x7B3580, gfx, starpoint/_render_digit_7]
- [0x7B3590, gfx, starpoint/render_digit_7]
- [0x7B35A0, vtx, starpoint/digit_8]
- [0x7B35E0, ia8, starpoint/digit_8, 64, 64]
- [0x7B45E0, gfx, starpoint/load_digit_8]
- [0x7B4658, gfx, starpoint/__render_digit_8]
- [0x7B46A0, gfx, starpoint/_render_digit_8]
- [0x7B46B0, gfx, starpoint/render_digit_8]
- [0x7B46C0, vtx, starpoint/digit_9]
- [0x7B4700, ia8, starpoint/digit_9, 64, 64]
- [0x7B5700, gfx, starpoint/load_digit_9]
- [0x7B5778, gfx, starpoint/__render_digit_9]
- [0x7B57C0, gfx, starpoint/_render_digit_9]
- [0x7B57D0, gfx, starpoint/render_digit_9]
- [0x7B57E0]
- name: world_model_anim_kzn_01
dir: world/model_anim/kzn
type: code
start: 0x7B5960
vram_class: world_model_anim
subsegments:
- [auto, c, "01"]
- name: world_model_anim_kzn_00
dir: world/model_anim/kzn
type: code
start: 0x7B6690
vram_class: world_model_anim
subsegments:
- [auto, c, "00"]
- name: world_model_anim_kzn_04
dir: world/model_anim/kzn
type: code
start: 0x7B70E0
vram_class: world_model_anim
subsegments:
- [auto, c, "04"]
- name: world_model_anim_kzn_05
dir: world/model_anim/kzn
type: code
start: 0x7B8030
vram_class: world_model_anim
subsegments:
- [auto, c, "05"]
- name: world_model_anim_kzn_06
dir: world/model_anim/kzn
type: code
start: 0x7B8D30
vram_class: world_model_anim
subsegments:
- [auto, c, "06"]
- name: world_model_anim_kzn_07
dir: world/model_anim/kzn
type: code
start: 0x7B97E0
vram_class: world_model_anim
subsegments:
- [auto, c, "07"]
- name: world_model_anim_kzn_08
dir: world/model_anim/kzn
type: code
start: 0x7BA280
vram_class: world_model_anim
subsegments:
- [auto, c, "08"]
- name: world_model_anim_kzn_09
dir: world/model_anim/kzn
type: code
start: 0x7BB050
vram_class: world_model_anim
subsegments:
- [auto, c, "09"]
- name: world_model_anim_kzn_0A
dir: world/model_anim/kzn
type: code
start: 0x7BBD80
vram_class: world_model_anim
subsegments:
- [auto, c, "0A"]
- name: world_model_anim_kzn_0B
dir: world/model_anim/kzn
type: code
start: 0x7BEDD0
vram_class: world_model_anim
subsegments:
- [auto, c, "0B"]
- name: world_model_anim_kzn_0C
dir: world/model_anim/kzn
type: code
start: 0x7C16C0
vram_class: world_model_anim
subsegments:
- [auto, c, "0C"]
- name: world_model_anim_kzn_0D
dir: world/model_anim/kzn
type: code
start: 0x7C3A00
vram_class: world_model_anim
subsegments:
- [auto, c, "0D"]
- name: world_model_anim_kzn_0E
dir: world/model_anim/kzn
type: code
start: 0x7C44D0
vram_class: world_model_anim
subsegments:
- [auto, c, "0E"]
- name: world_model_anim_kzn_02
dir: world/model_anim/kzn
type: code
start: 0x7C4F50
vram_class: world_model_anim
subsegments:
- [auto, c, "02"]
- name: world_model_anim_kzn_03
dir: world/model_anim/kzn
type: code
start: 0x7C7410
vram_class: world_model_anim
subsegments:
- [auto, c, "03"]
- name: world_model_anim_kzn_0F
dir: world/model_anim/kzn
type: code
start: 0x7C7E50
vram_class: world_model_anim
subsegments:
- [auto, c, "0F"]
- name: world_model_anim_kzn_10
dir: world/model_anim/kzn
type: code
start: 0x7CA850
vram_class: world_model_anim
subsegments:
- [auto, c, "10"]
- name: world_model_anim_kzn_11
dir: world/model_anim/kzn
type: code
start: 0x7CD5F0
vram_class: world_model_anim
subsegments:
- [auto, c, "11"]
- name: world_model_anim_kzn_12
dir: world/model_anim/kzn
type: code
start: 0x7CDB30
vram_class: world_model_anim
subsegments:
- [auto, c, "12"]
- name: world_model_anim_kzn_13
dir: world/model_anim/kzn
type: code
start: 0x7CEFF0
vram_class: world_model_anim
subsegments:
- [auto, c, "13"]
- name: world_model_anim_kzn_14
dir: world/model_anim/kzn
type: code
start: 0x7CFCC0
vram_class: world_model_anim
subsegments:
- [auto, c, "14"]
- name: world_model_anim_kzn_15
dir: world/model_anim/kzn
type: code
start: 0x7D0860
vram_class: world_model_anim
subsegments:
- [auto, c, "15"]
- name: world_model_anim_kzn_16
dir: world/model_anim/kzn
type: code
start: 0x7D14E0
vram_class: world_model_anim
subsegments:
- [auto, c, "16"]
- name: world_model_anim_kzn_17
dir: world/model_anim/kzn
type: code
start: 0x7D2080
vram_class: world_model_anim
subsegments:
- [auto, c, "17"]
- name: world_model_anim_kzn_18
dir: world/model_anim/kzn
type: code
start: 0x7D2960
vram_class: world_model_anim
subsegments:
- [auto, c, "18"]
- name: world_model_anim_kzn_19
dir: world/model_anim/kzn
type: code
start: 0x7D3260
vram_class: world_model_anim
subsegments:
- [auto, c, "19"]
- name: world_model_anim_kzn_1A
dir: world/model_anim/kzn
type: code
start: 0x7D5570
vram_class: world_model_anim
subsegments:
- [auto, c, "1A"]
- name: world_model_anim_kzn_1B
dir: world/model_anim/kzn
type: code
start: 0x7D6F80
vram_class: world_model_anim
subsegments:
- [auto, c, "1B"]
- name: world_model_anim_kzn_1C
dir: world/model_anim/kzn
type: code
start: 0x7D76B0
vram_class: world_model_anim
subsegments:
- [auto, c, "1C"]
- name: world_model_anim_kzn_1D
dir: world/model_anim/kzn
type: code
start: 0x7D8FF0
vram_class: world_model_anim
subsegments:
- [auto, c, "1D"]
- name: world_model_anim_kzn_1E
dir: world/model_anim/kzn
type: code
start: 0x7D96E0
vram_class: world_model_anim
subsegments:
- [auto, c, "1E"]
- name: world_model_anim_kzn_1F
dir: world/model_anim/kzn
type: code
start: 0x7D98E0
vram_class: world_model_anim
subsegments:
- [auto, c, "1F"]
- name: world_model_anim_kzn_20
dir: world/model_anim/kzn
type: code
start: 0x7DA140
vram_class: world_model_anim
subsegments:
- [auto, c, "20"]
- name: world_model_anim_kzn_21
dir: world/model_anim/kzn
type: code
start: 0x7DC180
vram_class: world_model_anim
subsegments:
- [auto, c, "21"]
- name: world_model_anim_kzn_22
dir: world/model_anim/kzn
type: code
start: 0x7DE970
vram_class: world_model_anim
subsegments:
- [auto, c, "22"]
- name: world_model_anim_kzn_23
dir: world/model_anim/kzn
type: code
start: 0x7DF2B0
vram_class: world_model_anim
subsegments:
- [auto, c, "23"]
- name: world_model_anim_kzn_24
dir: world/model_anim/kzn
type: code
start: 0x7E03B0
vram_class: world_model_anim
subsegments:
- [auto, c, "24"]
- name: world_script_api
dir: world/script_api
type: code
start: 0x7E0E80
vram_class: world_script_api
subsegments:
- [auto, c, shops]
- [auto, c, rooms]
- [auto, c, push_blocks]
- [auto, c, enter_exit]
- name: texture_memory
type: code
start: 0x7E73A0
vram_class: texture_memory
subsegments:
- [auto, c, texture_memory]
############
### maps ###
############
- name: machi
dir: world/area_mac/machi
type: code
start: 0x7E73A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, tables]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, goomba_king]
- [auto, c, npc]
- [auto, c, misstar]
- [auto, c, partner]
- name: mac_00
dir: world/area_mac/mac_00
type: code
start: 0x7EAD10
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, rooms]
- [auto, c, npc]
- [auto, c, shop]
- [auto, c, music_mix]
- [auto, c, demo]
- [auto, c, water_gfx]
- [auto, c, shared_npc]
- [auto, c, intro_npc]
- [auto, c, intro]
- [auto, c, epilogue_npc]
- [auto, c, epilogue]
- name: mac_01
dir: world/area_mac/mac_01
type: code
start: 0x800880
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, rooms]
- [auto, c, shop]
- [auto, c, crystal_ball_gfx]
- [auto, c, bulletin]
- [auto, c, music_mix]
- [auto, c, npc]
- [auto, c, intro_npc]
- [auto, c, epilogue_npc]
- [auto, c, intro]
- [auto, c, foliage]
- start: 0x8091F0
type: .data
name: npc
subsegments:
- [0x970C40]
- [0x80BE10, vtx_common, ../../toad_house/blanket]
- [0x80D3F0, gfx_common, ../../toad_house/blanket]
- [0x80D558, rgba16, ../../toad_house/blanket, 16, 32, namespaced]
- [0x80D958]
- [0x81F9C0]
- name: mac_02
dir: world/area_mac/mac_02
type: code
start: 0x8232C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, foliage]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, music_mix]
- name: mac_03
dir: world/area_mac/mac_03
type: code
start: 0x831800
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, train]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- [auto, c, oinks]
- [auto, c, demo]
- name: mac_04
dir: world/area_mac/mac_04
type: code
start: 0x842BD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, foliage]
- [auto, c, shop]
- [auto, c, npc]
- [auto, c, wish_scene]
- [auto, c, entity]
- [auto, c, music_mix]
- name: mac_05
dir: world/area_mac/mac_05
type: code
start: 0x852170
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, whale]
- [auto, c, rooms]
- [auto, c, club64_sign]
- name: mac_06
dir: world/area_mac/mac_06
type: code
start: 0x864B40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, whale]
- [auto, c, npc]
- name: tik_01
dir: world/area_tik/tik_01
type: code
start: 0x8694B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_02
dir: world/area_tik/tik_02
type: code
start: 0x86C740
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, drips]
- [auto, c, npc]
- name: tik_03
dir: world/area_tik/tik_03
type: code
start: 0x86EB00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, platforms]
- [auto, c, entity]
- [auto, c, demo]
- name: tik_04
dir: world/area_tik/tik_04
type: code
start: 0x871A30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, platforms]
- [auto, c, npc]
- name: tik_05
dir: world/area_tik/tik_05
type: code
start: 0x874DC0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_06
dir: world/area_tik/tik_06
type: code
start: 0x876EE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- name: tik_07
dir: world/area_tik/tik_07
type: code
start: 0x879BE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, drips]
- [auto, c, platforms]
- [auto, c, npc]
- name: tik_08
dir: world/area_tik/tik_08
type: code
start: 0x87EDF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_09
dir: world/area_tik/tik_09
type: code
start: 0x8821C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_10
dir: world/area_tik/tik_10
type: code
start: 0x8863C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- name: tik_12
dir: world/area_tik/tik_12
type: code
start: 0x888BD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_14
dir: world/area_tik/tik_14
type: code
start: 0x88D600
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- name: tik_15
dir: world/area_tik/tik_15
type: code
start: 0x88FBA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, drips]
- [auto, c, npc]
- name: tik_17
dir: world/area_tik/tik_17
type: code
start: 0x892A20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- name: tik_18
dir: world/area_tik/tik_18
type: code
start: 0x8956E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, npc]
- [auto, c, entity]
- name: tik_19
dir: world/area_tik/tik_19
type: code
start: 0x8975E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: tik_20
dir: world/area_tik/tik_20
type: code
start: 0x89A350
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: tik_21
dir: world/area_tik/tik_21
type: code
start: 0x89D7A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: tik_22
dir: world/area_tik/tik_22
type: code
start: 0x89FEC0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: tik_23
dir: world/area_tik/tik_23
type: code
start: 0x8A23D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_24
dir: world/area_tik/tik_24
type: code
start: 0x8A5A80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, drips]
- [auto, c, entity]
- [auto, c, npc]
- name: tik_25
dir: world/area_tik/tik_25
type: code
start: 0x8A7F80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kgr_01
dir: world/area_kgr/kgr_01
type: code
start: 0x8A9A10
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, wiggle]
- [auto, c, extra]
- name: kgr_02
dir: world/area_kgr/kgr_02
type: code
start: 0x8AA450
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, unused]
- [auto, c, npc]
- [auto, c, extra]
- name: kmr_00
dir: world/area_kmr/kmr_00
type: code
start: 0x8ABF90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, revival]
- [auto, c, npc]
- [auto, c, entity]
- name: kmr_02
dir: world/area_kmr/kmr_02
type: code
start: 0x8B0070
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, rooms_1]
- [auto, c, entity]
- [auto, c, rooms_2]
- [auto, c, kammy]
- [auto, c, foliage]
- [auto, c, images]
- start: 0x8C7B70
type: .data
name: images
subsegments:
- [0x8C7B70, ci4, heart_block, 32, 32]
- [0x8C7D70, palette, heart_block]
- [0x8C7D90]
- name: kmr_03
dir: world/area_kmr/kmr_03
type: code
start: 0x8C7F90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- [auto, c, fall_down]
- name: kmr_04
dir: world/area_kmr/kmr_04
type: code
start: 0x8CA900
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- start: 0x8CC4F0
type: .data
name: foliage
subsegments:
- [0x8CC4F0, ci4, hammer_block_message, 48, 48]
- [0x8CC970, palette, hammer_block_message]
- [0x8CC990]
- name: kmr_05
dir: world/area_kmr/kmr_05
type: code
start: 0x8CE070
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- name: kmr_06
dir: world/area_kmr/kmr_06
type: code
start: 0x8D1510
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, sticker_sign]
- name: kmr_07
dir: world/area_kmr/kmr_07
type: code
start: 0x8D3DC0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kmr_09
dir: world/area_kmr/kmr_09
type: code
start: 0x8D5E00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kmr_10
dir: world/area_kmr/kmr_10
type: code
start: 0x8D84D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- name: kmr_11
dir: world/area_kmr/kmr_11
type: code
start: 0x8DA100
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, scenes]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, kammy]
- [auto, c, foliage]
- [auto, c, fortress_skeleton]
- [auto, c, fortress_animation]
- [auto, c, bridge_skeleton]
- [auto, c, bridge_animation]
- name: kmr_12
dir: world/area_kmr/kmr_12
type: code
start: 0x8EB360
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kmr_20
dir: world/area_kmr/kmr_20
type: code
start: 0x8EBE20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, documents]
- [auto, c, entity]
- [auto, c, trees]
- [auto, c, bushes]
- [auto, c, bed]
- [auto, c, npc_scenes]
- [auto, c, npc]
- [auto, c, npc_intro]
- [auto, c, npc_epilogue]
- [auto, c, records]
- start: 0x8FEB70
type: .data
name: records
subsegments:
- [0x8FEB70, gfx, records_screen]
- [0x8FEBE0]
- name: kmr_21
dir: world/area_kmr/kmr_21
type: code
start: 0x8FEE80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: kmr_22
dir: world/area_kmr/kmr_22
type: code
start: 0x8FF670
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- start: 0x900A80
type: .data
name: npc
subsegments:
- [0x900A80]
- [0x900F70, ci4, lava_piranha_vine, 64, 32]
- [0x901370, palette, lava_piranha_vine]
- [0x901570, gfx, lava_piranha_vine]
- [0x901650]
- name: kmr_23
dir: world/area_kmr/kmr_23
type: code
start: 0x907A30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- start: 0x909090
type: .data
name: npc
subsegments:
- [0x909090]
- [0x9090F8, ia8, window_ul, 8, 8]
- [0x909138, ia8, window_ur, 8, 8]
- [0x909178, ia8, window_ll, 8, 8]
- [0x9091B8, ia8, window_lr, 8, 8]
- [0x9091F8]
- name: kmr_24
dir: world/area_kmr/kmr_24
type: code
start: 0x90B240
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: kmr_30
dir: world/area_kmr/kmr_30
type: code
start: 0x90B6D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, the_end]
- name: iwa_00
dir: world/area_iwa/iwa_00
type: code
start: 0x90CC40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, slide]
- name: iwa_01
dir: world/area_iwa/iwa_01
type: code
start: 0x90F6B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, splash]
- [auto, c, npc]
- [auto, c, slide]
- start: 0x913070
type: .data
name: splash
subsegments:
- [0x913070, i8, splash, 32, 32]
- [0x913470, vtx, splash]
- [0x9134B0, gfx, splash]
- [0x913578]
- name: iwa_02
dir: world/area_iwa/iwa_02
type: code
start: 0x915D70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: iwa_03
dir: world/area_iwa/iwa_03
type: code
start: 0x918BB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, slide]
- name: iwa_04
dir: world/area_iwa/iwa_04
type: code
start: 0x91B8E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: iwa_10
dir: world/area_iwa/iwa_10
type: code
start: 0x91E570
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, train]
- [auto, c, entity]
- [auto, c, parakarry]
- [auto, c, new_partner]
- [auto, c, foliage]
- name: iwa_11
dir: world/area_iwa/iwa_11
type: code
start: 0x9269F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, train]
- [auto, c, scenery]
- [auto, c, npc]
- name: sbk_00
dir: world/area_sbk/sbk_00
type: code
start: 0x929270
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: sbk_01
dir: world/area_sbk/sbk_01
type: code
start: 0x929A90
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_02 #TODO
dir: world/area_sbk/sbk_02
type: code
start: 0x92A2B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, ruins]
- [auto, c, npc]
- [auto, c, entity]
- name: sbk_03
dir: world/area_sbk/sbk_03
type: code
start: 0x92F8B0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_04
dir: world/area_sbk/sbk_04
type: code
start: 0x9304D0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_05
dir: world/area_sbk/sbk_05
type: code
start: 0x930CF0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: sbk_06
dir: world/area_sbk/sbk_06
type: code
start: 0x9325C0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_10
dir: world/area_sbk/sbk_10
type: code
start: 0x933C80
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_11
dir: world/area_sbk/sbk_11
type: code
start: 0x934040
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_12
dir: world/area_sbk/sbk_12
type: code
start: 0x934D40
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_13
dir: world/area_sbk/sbk_13
type: code
start: 0x9357E0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_14
dir: world/area_sbk/sbk_14
type: code
start: 0x9366E0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_15
dir: world/area_sbk/sbk_15
type: code
start: 0x936CD0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_16
dir: world/area_sbk/sbk_16
type: code
start: 0x937570
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, foliage]
- name: sbk_20
dir: world/area_sbk/sbk_20
type: code
start: 0x938590
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: sbk_21
dir: world/area_sbk/sbk_21
type: code
start: 0x939560
vram_class: map
subsegments:
- [auto, c, main]
- name: sbk_22
dir: world/area_sbk/sbk_22
type: code
start: 0x939930
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: sbk_23
dir: world/area_sbk/sbk_23
type: code
start: 0x93A760
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_24
dir: world/area_sbk/sbk_24
type: code
start: 0x93AC30
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- name: sbk_25
dir: world/area_sbk/sbk_25
type: code
start: 0x93C280
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_26
dir: world/area_sbk/sbk_26
type: code
start: 0x93DCD0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- name: sbk_30
dir: world/area_sbk/sbk_30
type: code
start: 0x93F5B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- name: sbk_31
dir: world/area_sbk/sbk_31
type: code
start: 0x944000
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_32
dir: world/area_sbk/sbk_32
type: code
start: 0x944A60
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_33
dir: world/area_sbk/sbk_33
type: code
start: 0x9459D0
vram_class: map
subsegments: # unusual organization
- [auto, c, settings]
- [auto, c, entity]
- [auto, c, main]
- name: sbk_34
dir: world/area_sbk/sbk_34
type: code
start: 0x945ED0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- name: sbk_35
dir: world/area_sbk/sbk_35
type: code
start: 0x9486B0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- name: sbk_36
dir: world/area_sbk/sbk_36
type: code
start: 0x949E60
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_40
dir: world/area_sbk/sbk_40
type: code
start: 0x94B3A0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: sbk_41
dir: world/area_sbk/sbk_41
type: code
start: 0x94C040
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_42
dir: world/area_sbk/sbk_42
type: code
start: 0x94C510
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_43
dir: world/area_sbk/sbk_43
type: code
start: 0x94D170
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_44
dir: world/area_sbk/sbk_44
type: code
start: 0x94D5A0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_45
dir: world/area_sbk/sbk_45
type: code
start: 0x94E4A0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_46
dir: world/area_sbk/sbk_46
type: code
start: 0x94E9A0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_50
dir: world/area_sbk/sbk_50
type: code
start: 0x950610
vram_class: map
subsegments:
- [auto, c, main]
- name: sbk_51
dir: world/area_sbk/sbk_51
type: code
start: 0x950970
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_52
dir: world/area_sbk/sbk_52
type: code
start: 0x951670
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_53
dir: world/area_sbk/sbk_53
type: code
start: 0x951AE0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_54
dir: world/area_sbk/sbk_54
type: code
start: 0x952580
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_55
dir: world/area_sbk/sbk_55
type: code
start: 0x952A50
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_56
dir: world/area_sbk/sbk_56
type: code
start: 0x953FC0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- [auto, c, foliage]
- name: sbk_60
dir: world/area_sbk/sbk_60
type: code
start: 0x9569F0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_61
dir: world/area_sbk/sbk_61
type: code
start: 0x956F90
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_62
dir: world/area_sbk/sbk_62
type: code
start: 0x957350
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_63
dir: world/area_sbk/sbk_63
type: code
start: 0x957D70
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- name: sbk_64
dir: world/area_sbk/sbk_64
type: code
start: 0x958590
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: sbk_65
dir: world/area_sbk/sbk_65
type: code
start: 0x958950
vram_class: map
subsegments:
- [auto, c, main]
- name: sbk_66
dir: world/area_sbk/sbk_66
type: code
start: 0x958CB0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: sbk_99
dir: world/area_sbk/sbk_99
type: code
start: 0x95AEB0
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: dro_01
dir: world/area_dro/dro_01
type: code
start: 0x95B200
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, shop]
- [auto, c, rooms]
- [auto, c, entity]
- [auto, c, foliage]
- name: dro_02
dir: world/area_dro/dro_02
type: code
start: 0x9691C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, npc]
- start: 0x96DFA0
type: .data
name: npc
subsegments:
- [0x96DFA0]
- [0x9707A8, ci4, card, 32, 32]
- [0x9709A8, palette, card]
- [0x9709C8, vtx, card_1]
- [0x970A48, vtx, card_2]
- [0x970A88, gfx, card_setup]
- [0x970B78, gfx, card_1]
- [0x970BF8, gfx, card_2]
- [0x970C40]
- [0x971F98] # unmapped vtx/gfx for toad house blanket
- [0x973AE0]
- [0x9780D0]
- name: isk_01
dir: world/area_isk/isk_01
type: code
start: 0x978140
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, haze]
- [auto, c, entity]
- name: isk_02
dir: world/area_isk/isk_02
type: code
start: 0x978710
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, lock]
- [auto, c, ambush]
- [auto, c, entity]
- [auto, c, npc]
- name: isk_03
dir: world/area_isk/isk_03
type: code
start: 0x979E50
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, sand]
- [auto, c, entity]
- [auto, c, switch]
- name: isk_04
dir: world/area_isk/isk_04
type: code
start: 0x97B630
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, obstructions]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, demo]
- name: isk_05
dir: world/area_isk/isk_05
type: code
start: 0x97DAD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: isk_06
dir: world/area_isk/isk_06
type: code
start: 0x980A20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, sand]
- [auto, c, switch]
- name: isk_07
dir: world/area_isk/isk_07
type: code
start: 0x982440
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, stairs]
- [auto, c, lock]
- [auto, c, switch]
- [auto, c, ambush]
- name: isk_08
dir: world/area_isk/isk_08
type: code
start: 0x984E30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: isk_09
dir: world/area_isk/isk_09
type: code
start: 0x9864E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, stairs]
- [auto, c, switch]
- name: isk_10
dir: world/area_isk/isk_10
type: code
start: 0x988B60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, bombable]
- name: isk_11
dir: world/area_isk/isk_11
type: code
start: 0x98AA10
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, scene]
- [auto, c, puzzle]
- [auto, c, lock]
- name: isk_12
dir: world/area_isk/isk_12
type: code
start: 0x98D640
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, sand]
- [auto, c, switch]
- name: isk_13
dir: world/area_isk/isk_13
type: code
start: 0x98F7E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: isk_14
dir: world/area_isk/isk_14
type: code
start: 0x992730
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: isk_16
dir: world/area_isk/isk_16
type: code
start: 0x9951F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, boss]
- [auto, c, entity]
- name: isk_18
dir: world/area_isk/isk_18
type: code
start: 0x997F70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: isk_19
dir: world/area_isk/isk_19
type: code
start: 0x999740
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: trd_00
dir: world/area_trd/trd_00
type: code
start: 0x999C70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: trd_01
dir: world/area_trd/trd_01
type: code
start: 0x99C990
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: trd_02
dir: world/area_trd/trd_02
type: code
start: 0x9A0FE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: trd_03
dir: world/area_trd/trd_03
type: code
start: 0x9A4650
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, puzzle]
- name: trd_04
dir: world/area_trd/trd_04
type: code
start: 0x9A83F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: trd_05
dir: world/area_trd/trd_05
type: code
start: 0x9AE700
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, trap]
- [auto, c, npc]
- name: trd_06
dir: world/area_trd/trd_06
type: code
start: 0x9B1790
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, falling]
- [auto, c, npc_prisoners]
- [auto, c, npc_koopa_bros]
- [auto, c, entity]
- name: trd_07
dir: world/area_trd/trd_07
type: code
start: 0x9B6980
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, magic_doors]
- name: trd_08
dir: world/area_trd/trd_08
type: code
start: 0x9BB2A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: trd_09
dir: world/area_trd/trd_09
type: code
start: 0x9BD660
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, demo]
- name: trd_10
dir: world/area_trd/trd_10
type: code
start: 0x9C2910
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, fake_bowser]
- name: nok_01
dir: world/area_nok/nok_01
type: code
start: 0x9C53E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, shop]
- [auto, c, rooms]
- [auto, c, radio]
- [auto, c, foliage]
- name: nok_02
dir: world/area_nok/nok_02
type: code
start: 0x9D7020
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, rooms]
- [auto, c, bookshelf]
- [auto, c, npc]
- [auto, c, demo]
- [auto, c, koot_favors]
- [auto, c, foliage]
- [auto, c, epilogue]
- name: nok_03
dir: world/area_nok/nok_03
type: code
start: 0x9EB7F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: nok_04
dir: world/area_nok/nok_04
type: code
start: 0x9EDBF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, new_partner]
- name: nok_11
dir: world/area_nok/nok_11
type: code
start: 0x9F4A40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: nok_12
dir: world/area_nok/nok_12
type: code
start: 0x9FA7F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, bridge]
- [auto, c, foliage]
- [auto, c, npc]
- [auto, c, demo]
- name: nok_13
dir: world/area_nok/nok_13
type: code
start: 0xA00600
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, musical_hill]
- name: nok_14
dir: world/area_nok/nok_14
type: code
start: 0xA02840
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, bridge]
- [auto, c, npc]
- name: nok_15
dir: world/area_nok/nok_15
type: code
start: 0xA06F00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, foliage]
- name: hos_00
dir: world/area_hos/hos_00
type: code
start: 0xA0BCF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, unused]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, scenes]
- [auto, c, shade_gfx]
- name: hos_01
dir: world/area_hos/hos_01
type: code
start: 0xA10880
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, model_fx]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, star_way]
- name: hos_02
dir: world/area_hos/hos_02
type: code
start: 0xA16220
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, model_fx]
- [auto, c, unused]
- [auto, c, npc]
- [auto, c, descent]
- name: hos_03
dir: world/area_hos/hos_03
type: code
start: 0xA1B100
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, model_fx]
- [auto, c, rooms]
- [auto, c, foliage]
- [auto, c, npc]
- [auto, c, shop]
- [auto, c, entity]
- name: hos_04
dir: world/area_hos/hos_04
type: code
start: 0xA26ED0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, fountains]
- [auto, c, unused]
- [auto, c, intro]
- [auto, c, starship]
- [auto, c, narrator]
- name: hos_05
dir: world/area_hos/hos_05
type: code
start: 0xA2A240
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, misc]
- [auto, c, npc]
- [auto, c, intro]
- [auto, c, narrator]
- [auto, c, model_fx]
- [auto, c, star_ship]
- name: hos_06
dir: world/area_hos/hos_06
type: code
start: 0xA394E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, merlow]
- [auto, c, rooms]
- [auto, c, merluvlee]
- [auto, c, chest]
- name: hos_10
dir: world/area_hos/hos_10
type: code
start: 0xA3F740
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, npc1]
- [auto, c, npc2]
- [auto, c, main]
- [auto, c, intro]
- [auto, c, pre_title]
- [auto, c, ending]
- name: hos_20
dir: world/area_hos/hos_20
type: code
start: 0xA45930
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, starship]
- name: kpa_01
dir: world/area_kpa/kpa_01
type: code
start: 0xA46F60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_03
dir: world/area_kpa/kpa_03
type: code
start: 0xA485C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_04
dir: world/area_kpa/kpa_04
type: code
start: 0xA4BF60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, statues]
- name: kpa_08
dir: world/area_kpa/kpa_08
type: code
start: 0xA4CA20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kpa_09
dir: world/area_kpa/kpa_09
type: code
start: 0xA4F000
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kpa_10
dir: world/area_kpa/kpa_10
type: code
start: 0xA51980
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_11
dir: world/area_kpa/kpa_11
type: code
start: 0xA528C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kpa_12
dir: world/area_kpa/kpa_12
type: code
start: 0xA54950
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, platforms]
- name: kpa_13
dir: world/area_kpa/kpa_13
type: code
start: 0xA55F20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, platforms]
- name: kpa_14
dir: world/area_kpa/kpa_14
type: code
start: 0xA574B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, platforms]
- name: kpa_15
dir: world/area_kpa/kpa_15
type: code
start: 0xA59390
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kpa_16
dir: world/area_kpa/kpa_16
type: code
start: 0xA5A030
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kpa_17
dir: world/area_kpa/kpa_17
type: code
start: 0xA5CA20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_32
dir: world/area_kpa/kpa_32
type: code
start: 0xA5E0C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- name: kpa_33
dir: world/area_kpa/kpa_33
type: code
start: 0xA5F080
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- name: kpa_40
dir: world/area_kpa/kpa_40
type: code
start: 0xA60040
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_41
dir: world/area_kpa/kpa_41
type: code
start: 0xA60470
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_50
dir: world/area_kpa/kpa_50
type: code
start: 0xA609D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_51
dir: world/area_kpa/kpa_51
type: code
start: 0xA64090
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_52
dir: world/area_kpa/kpa_52
type: code
start: 0xA67100
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_53
dir: world/area_kpa/kpa_53
type: code
start: 0xA6ACA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_60
dir: world/area_kpa/kpa_60
type: code
start: 0xA6CB00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, scenes]
- name: kpa_61
dir: world/area_kpa/kpa_61
type: code
start: 0xA6E3E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_62
dir: world/area_kpa/kpa_62
type: code
start: 0xA72220
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- name: kpa_63
dir: world/area_kpa/kpa_63
type: code
start: 0xA735B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, scenes]
- name: kpa_70
dir: world/area_kpa/kpa_70
type: code
start: 0xA74870
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, chain_skele]
- [auto, c, chain_anim]
- name: kpa_81
dir: world/area_kpa/kpa_81
type: code
start: 0xA784C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_82
dir: world/area_kpa/kpa_82
type: code
start: 0xA7A500
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_83
dir: world/area_kpa/kpa_83
type: code
start: 0xA83490
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_90
dir: world/area_kpa/kpa_90
type: code
start: 0xA867B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_91
dir: world/area_kpa/kpa_91
type: code
start: 0xA86A50
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_94
dir: world/area_kpa/kpa_94
type: code
start: 0xA8C7C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_95
dir: world/area_kpa/kpa_95
type: code
start: 0xA8CA80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_96
dir: world/area_kpa/kpa_96
type: code
start: 0xA927C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_100
dir: world/area_kpa/kpa_100
type: code
start: 0xA93160
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kpa_101
dir: world/area_kpa/kpa_101
type: code
start: 0xA93440
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kpa_102
dir: world/area_kpa/kpa_102
type: code
start: 0xA93740
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_111
dir: world/area_kpa/kpa_111
type: code
start: 0xA99590
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, statues]
- [auto, c, npc]
- [auto, c, entity]
- name: kpa_112
dir: world/area_kpa/kpa_112
type: code
start: 0xA9C990
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_113
dir: world/area_kpa/kpa_113
type: code
start: 0xA9CC30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, statues]
- [auto, c, npc]
- name: kpa_114
dir: world/area_kpa/kpa_114
type: code
start: 0xA9E980
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kpa_115
dir: world/area_kpa/kpa_115
type: code
start: 0xA9ED40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, statues]
- [auto, c, npc]
- name: kpa_116
dir: world/area_kpa/kpa_116
type: code
start: 0xAA1EE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_117
dir: world/area_kpa/kpa_117
type: code
start: 0xAA2180
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_118
dir: world/area_kpa/kpa_118
type: code
start: 0xAA23C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_119
dir: world/area_kpa/kpa_119
type: code
start: 0xAA2660
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- name: kpa_121
dir: world/area_kpa/kpa_121
type: code
start: 0xAA28F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kpa_130
dir: world/area_kpa/kpa_130
type: code
start: 0xAA2D20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kpa_133
dir: world/area_kpa/kpa_133
type: code
start: 0xAA7480
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, water]
- [auto, c, ease]
- name: kpa_134
dir: world/area_kpa/kpa_134
type: code
start: 0xAA8FA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, chains]
- [auto, c, npc]
- [auto, c, panels]
- [auto, c, entity]
- name: osr_00
dir: world/area_osr/osr_00
type: code
start: 0xAAC830
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc_intro]
- [auto, c, npc_epilogue]
- [auto, c, scenes]
- name: osr_01
dir: world/area_osr/osr_01
type: code
start: 0xAAFFF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: osr_02
dir: world/area_osr/osr_02
type: code
start: 0xAB2170
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, npc_peach]
- name: osr_03
dir: world/area_osr/osr_03
type: code
start: 0xAB6290
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, intro]
- [auto, c, starship]
- [auto, c, interlude]
- [auto, c, ending]
- name: osr_04
dir: world/area_osr/osr_04
type: code
start: 0xAB92B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, assault]
- name: kkj_00
dir: world/area_kkj/kkj_00
type: code
start: 0xABB290
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc_intro]
- [auto, c, scene_intro]
- [auto, c, npc_ending]
- [auto, c, scene_ending]
- name: kkj_01
dir: world/area_kkj/kkj_01
type: code
start: 0xAC5170
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kkj_02
dir: world/area_kkj/kkj_02
type: code
start: 0xAC8D20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kkj_03
dir: world/area_kkj/kkj_03
type: code
start: 0xAC9710
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, scenes]
- name: kkj_10
dir: world/area_kkj/kkj_10
type: code
start: 0xACAB20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npcs_early]
- [auto, c, npcs_later]
- name: kkj_11
dir: world/area_kkj/kkj_11
type: code
start: 0xACE140
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, scene]
- [auto, c, demo]
- [auto, c, npcs_early]
- [auto, c, npcs_later]
- name: kkj_12
dir: world/area_kkj/kkj_12
type: code
start: 0xAD4090
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- name: kkj_13
dir: world/area_kkj/kkj_13
type: code
start: 0xAD5ED0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npcs_finale]
- [auto, c, npcs_intro]
- [auto, c, intro_scenes]
- name: kkj_14
dir: world/area_kkj/kkj_14
type: code
start: 0xADAEA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, interactables]
- [auto, c, npc_guards]
- [auto, c, npc_ch0]
- [auto, c, npc_ch2]
- [auto, c, npc_ch7]
- [auto, c, chapter0]
- [auto, c, chapter1]
- [auto, c, chapter2]
- [auto, c, chapter3]
- [auto, c, chapter4]
- [auto, c, chapter5]
- [auto, c, chapter6]
- [auto, c, chapter7]
- name: kkj_15
dir: world/area_kkj/kkj_15
type: code
start: 0xAE5590
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rotating_wall]
- [auto, c, chapter0]
- [auto, c, chapter1]
- [auto, c, chapter2]
- [auto, c, chapter3]
- [auto, c, npc_chapter0]
- [auto, c, npc_chapter1]
- [auto, c, npc_chapter3]
- name: kkj_16
dir: world/area_kkj/kkj_16
type: code
start: 0xAED410
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npcs_early]
- [auto, c, npcs_later]
- [auto, c, stealth]
- [auto, c, entity]
- name: kkj_17
dir: world/area_kkj/kkj_17
type: code
start: 0xAF1C60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, chest]
- name: kkj_18
dir: world/area_kkj/kkj_18
type: code
start: 0xAF2CA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, gourmet]
- name: kkj_19
dir: world/area_kkj/kkj_19
type: code
start: 0xAF7950
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npcs_intro]
- [auto, c, npcs_peach]
- [auto, c, baking]
- name: kkj_20
dir: world/area_kkj/kkj_20
type: code
start: 0xAFDB40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kkj_21
dir: world/area_kkj/kkj_21
type: code
start: 0xB022A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: kkj_22
dir: world/area_kkj/kkj_22
type: code
start: 0xB024F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: kkj_23
dir: world/area_kkj/kkj_23
type: code
start: 0xB02880
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npcs_finale]
- [auto, c, npcs_peach]
- [auto, c, scene]
- name: kkj_24
dir: world/area_kkj/kkj_24
type: code
start: 0xB06570
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: kkj_25
dir: world/area_kkj/kkj_25
type: code
start: 0xB06A00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc_initial]
- [auto, c, npc_midpoint]
- [auto, c, npc_final]
- [auto, c, arena]
- [auto, c, peach_free]
- [auto, c, kammy_defeated]
- [auto, c, bowser_defeated]
- [auto, c, entity]
- name: kkj_26
dir: world/area_kkj/kkj_26
type: code
start: 0xB13120
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, scenes]
- [auto, c, demo]
- name: kkj_27
dir: world/area_kkj/kkj_27
type: code
start: 0xB13D70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rotating_wall]
- name: kkj_28
dir: world/area_kkj/kkj_28
type: code
start: 0xB14EA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: kkj_29
dir: world/area_kkj/kkj_29
type: code
start: 0xB150B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, quiz]
- name: tst_01
dir: world/area_tst/tst_01
type: code
start: 0xB1A900
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: tst_02
dir: world/area_tst/tst_02
type: code
start: 0xB1AC30
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: tst_03
dir: world/area_tst/tst_03
type: code
start: 0xB1AF80
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- name: tst_04
dir: world/area_tst/tst_04
type: code
start: 0xB1B570
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, entity]
- [auto, c, reflection]
- [auto, c, npc]
- name: tst_10
dir: world/area_tst/tst_10
type: code
start: 0xB1C540
vram_class: map
subsegments:
- [auto, c, main]
- name: tst_11
dir: world/area_tst/tst_11
type: code
start: 0xB1CA50
vram_class: map
subsegments:
- [auto, c, main]
- [auto, c, extra]
- name: tst_12
dir: world/area_tst/tst_12
type: code
start: 0xB1D2F0
vram_class: map
subsegments:
- [auto, c, main]
- name: tst_13
dir: world/area_tst/tst_13
type: code
start: 0xB1D760
vram_class: map
subsegments:
- [auto, c, main]
- start: 0xB1DB20
type: .data
name: main
subsegments:
- [0xB1DB20]
- [0xB1FA10, vtx, shockwave]
- [0xB1FFC0, gfx, shockwave]
- [0xB20350]
- name: tst_20
dir: world/area_tst/tst_20
type: code
start: 0xB20470
vram_class: map
subsegments:
- [auto, c, main]
- name: jan_00
dir: world/area_jan/jan_00
type: code
start: 0xB20540
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, whale]
- [auto, c, foliage]
- name: jan_01
dir: world/area_jan/jan_01
type: code
start: 0xB28030
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- name: jan_02
dir: world/area_jan/jan_02
type: code
start: 0xB2C470
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- name: jan_03
dir: world/area_jan/jan_03
type: code
start: 0xB34BD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, shop]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, rooms]
- [auto, c, foliage]
- name: jan_04
dir: world/area_jan/jan_04
type: code
start: 0xB44770
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, unused]
- [auto, c, trees]
- [auto, c, scenes]
- [auto, c, treasure]
- [auto, c, bushes]
- [auto, c, demo]
- name: jan_05
dir: world/area_jan/jan_05
type: code
start: 0xB4AA70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, log]
- [auto, c, bushes]
- [auto, c, npc]
- [auto, c, trees]
- [auto, c, entity]
- name: jan_06
dir: world/area_jan/jan_06
type: code
start: 0xB52830
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, statue]
- [auto, c, log]
- [auto, c, trees]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, bushes]
- name: jan_07
dir: world/area_jan/jan_07
type: code
start: 0xB59870
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, trees]
- [auto, c, bushes]
- name: jan_08
dir: world/area_jan/jan_08
type: code
start: 0xB5E2B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, bushes]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, trees]
- name: jan_09
dir: world/area_jan/jan_09
type: code
start: 0xB65AB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, bushes]
- [auto, c, npc]
- [auto, c, trees]
- [auto, c, entity]
- name: jan_10
dir: world/area_jan/jan_10
type: code
start: 0xB6C390
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, log]
- [auto, c, trees]
- [auto, c, bushes]
- [auto, c, entity]
- name: jan_11
dir: world/area_jan/jan_11
type: code
start: 0xB70860
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: jan_12
dir: world/area_jan/jan_12
type: code
start: 0xB730B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, trees]
- [auto, c, entity]
- [auto, c, npc]
- name: jan_13
dir: world/area_jan/jan_13
type: code
start: 0xB767B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, puzzle]
- [auto, c, trees]
- [auto, c, entity]
- name: jan_14
dir: world/area_jan/jan_14
type: code
start: 0xB7A050
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, trees]
- [auto, c, npc]
- name: jan_15
dir: world/area_jan/jan_15
type: code
start: 0xB7D920
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, trees]
- [auto, c, entity]
- name: jan_16
dir: world/area_jan/jan_16
type: code
start: 0xB80000
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, bushes]
- name: jan_17
dir: world/area_jan/jan_17
type: code
start: 0xB837C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: jan_18
dir: world/area_jan/jan_18
type: code
start: 0xB83B90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: jan_19
dir: world/area_jan/jan_19
type: code
start: 0xB83E60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: jan_22
dir: world/area_jan/jan_22
type: code
start: 0xB84180
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, zipline]
- [auto, c, bushes]
- [auto, c, trees]
- name: jan_23
dir: world/area_jan/jan_23
type: code
start: 0xB8FCD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: mim_01
dir: world/area_mim/mim_01
type: code
start: 0xB93440
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_02
dir: world/area_mim/mim_02
type: code
start: 0xB97C00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, gate]
- [auto, c, hint]
- name: mim_03
dir: world/area_mim/mim_03
type: code
start: 0xB9B480
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_04
dir: world/area_mim/mim_04
type: code
start: 0xB9D960
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_05
dir: world/area_mim/mim_05
type: code
start: 0xBA0730
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_06
dir: world/area_mim/mim_06
type: code
start: 0xBA4780
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_07
dir: world/area_mim/mim_07
type: code
start: 0xBAA140
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_08
dir: world/area_mim/mim_08
type: code
start: 0xBAD940
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_09
dir: world/area_mim/mim_09
type: code
start: 0xBB2E00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, hint]
- [auto, c, gate]
- [auto, c, npc]
- name: mim_10
dir: world/area_mim/mim_10
type: code
start: 0xBB59E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- name: mim_11
dir: world/area_mim/mim_11
type: code
start: 0xBB7070
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gate]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, foliage]
- name: mim_12
dir: world/area_mim/mim_12
type: code
start: 0xBBB380
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, gate]
- name: obk_01
dir: world/area_obk/obk_01
type: code
start: 0xBBD1A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, chandelier]
- [auto, c, portrait]
- [auto, c, jump_scare]
- [auto, c, npc]
- [auto, c, entity]
- name: obk_02
dir: world/area_obk/obk_02
type: code
start: 0xBC2A90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, bombable]
- [auto, c, clock]
- [auto, c, entity]
- name: obk_03
dir: world/area_obk/obk_03
type: code
start: 0xBC4280
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, shop]
- [auto, c, entity]
- [auto, c, stairs]
- [auto, c, npc]
- [auto, c, rocking_chair]
- name: obk_04
dir: world/area_obk/obk_04
type: code
start: 0xBC7E60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, main]
- [auto, c, hole]
- [auto, c, game]
- name: obk_05
dir: world/area_obk/obk_05
type: code
start: 0xBCD060
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rocking_chair]
- [auto, c, hole]
- [auto, c, npc]
- [auto, c, entity]
- name: obk_06
dir: world/area_obk/obk_06
type: code
start: 0xBCE690
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, bombable]
- [auto, c, entity]
- name: obk_07
dir: world/area_obk/obk_07
type: code
start: 0xBCEBF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, fireplace]
- [auto, c, npc]
- [auto, c, phonograph]
- name: obk_08
dir: world/area_obk/obk_08
type: code
start: 0xBD3870
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, cabinets]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, game]
- name: obk_09
dir: world/area_obk/obk_09
type: code
start: 0xBDA7B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, meet_bow]
- [auto, c, npc]
- [auto, c, new_partner]
- [auto, c, epilogue]
- name: arn_02
dir: world/area_arn/arn_02
type: code
start: 0xBDD1B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: arn_03
dir: world/area_arn/arn_03
type: code
start: 0xBDED90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_04
dir: world/area_arn/arn_04
type: code
start: 0xBE37B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_05
dir: world/area_arn/arn_05
type: code
start: 0xBE7BE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_07
dir: world/area_arn/arn_07
type: code
start: 0xBECDF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, windmill]
- [auto, c, entity]
- [auto, c, npc]
- name: arn_08
dir: world/area_arn/arn_08
type: code
start: 0xBF47A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, well]
- [auto, c, gears]
- [auto, c, demo]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_09
dir: world/area_arn/arn_09
type: code
start: 0xBF6060
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, launch]
- [auto, c, npc]
- name: arn_10
dir: world/area_arn/arn_10
type: code
start: 0xBF6A00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_11
dir: world/area_arn/arn_11
type: code
start: 0xBF7680
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: arn_12
dir: world/area_arn/arn_12
type: code
start: 0xBF8790
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: arn_13
dir: world/area_arn/arn_13
type: code
start: 0xBF9410
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dgb_00
dir: world/area_dgb/dgb_00
type: code
start: 0xBFA0A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dgb_01
dir: world/area_dgb/dgb_01
type: code
start: 0xBFD880
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, bridges]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, img0]
- [auto, c, img1]
- [auto, c, img2]
- [auto, c, img3]
- [auto, c, img4]
- [auto, c, img5]
- [auto, c, img6]
- [auto, c, img7]
- [auto, c, gfx]
- start: 0xC047F0
type: .data
name: img0
subsegments:
- [0xC047F0, rgba16, img0, 64, 32]
- [0xC057F0, gfx, img0]
- start: 0xC05870
type: .data
name: img1
subsegments:
- [0xC05870, rgba16, img1, 64, 32]
- [0xC06870, gfx, img1]
- start: 0xC068F0
type: .data
name: img2
subsegments:
- [0xC068F0, rgba16, img2, 32, 32]
- [0xC070F0, gfx, img2]
- start: 0xC07170
type: .data
name: img3
subsegments:
- [0xC07170, rgba16, img3, 16, 32]
- [0xC07570, gfx, img3]
- start: 0xC075F0
type: .data
name: img4
subsegments:
- [0xC075F0, rgba16, img4, 16, 32]
- [0xC079F0, gfx, img4]
- start: 0xC07A70
type: .data
name: img5
subsegments:
- [0xC07A70, rgba16, img5, 16, 32]
- [0xC07E70, gfx, img5]
- start: 0xC07EF0
type: .data
name: img6
subsegments:
- [0xC07EF0, rgba16, img6, 32, 32]
- [0xC086F0, gfx, img6]
- start: 0xC08770
type: .data
name: img7
subsegments:
- [0xC08770, rgba16, img7, 32, 32]
- [0xC08F70, gfx, img7]
- [0xC08FF0, .data, gfx] # TODO needs additioanl cleanup and gfx splitting
- [0xC20C70]
- name: dgb_01_smash_bridges # DMAd at the beginning of tubba blubba's castle (bridge cutscene)
type: code
dir: world/area_dgb
start: 0xC20F40
vram_class: dgb_01_smash_bridges
subsegments:
- [auto, c, smash_bridges]
- start: 0xC20F40
type: .data
name: smash_bridges
subsegments:
- [0xC20F40, vtx, vtx/C20F40]
- [0xC21100, vtx, vtx/C21100]
- [0xC21130, vtx, vtx/C21130]
- [0xC211E0, vtx, vtx/C211E0]
- [0xC211F0, vtx, vtx/C211F0]
- [0xC21240, vtx, vtx/C21240]
- [0xC21360, vtx, vtx/C21360]
- [0xC213C0, vtx, vtx/C213C0]
- [0xC215A0, vtx, vtx/C215A0]
- [0xC21700, vtx, vtx/C21700]
- [0xC21770, vtx, vtx/C21770]
- [0xC21810, vtx, vtx/C21810]
- [0xC21930, vtx, vtx/C21930]
- [0xC21AE0, vtx, vtx/C21AE0]
- [0xC21B20, vtx, vtx/C21B20]
- [0xC21BD0, vtx, vtx/C21BD0]
- [0xC21C90, vtx, vtx/C21C90]
- [0xC21D30, vtx, vtx/C21D30]
- [0xC21DD0, vtx, vtx/C21DD0]
- [0xC21E00, vtx, vtx/C21E00]
- [0xC21F30, vtx, vtx/C21F30]
- [0xC22050, vtx, vtx/C22050]
- [0xC22190, vtx, vtx/C22190]
- [0xC222D0, vtx, vtx/C222D0]
- [0xC22330, vtx, vtx/C22330]
- [0xC224A0, vtx, vtx/C224A0]
- [0xC224E0, vtx, vtx/C224E0]
- [0xC22510, vtx, vtx/C22510]
- [0xC22620, vtx, vtx/C22620]
- [0xC22780, vtx, vtx/C22780]
- [0xC22810, vtx, vtx/C22810]
- [0xC22870, vtx, vtx/C22870]
- [0xC228F0, vtx, vtx/C228F0]
- [0xC22950, vtx, vtx/C22950]
- [0xC229F0, vtx, vtx/C229F0]
- [0xC22B00, vtx, vtx/C22B00]
- [0xC22C00, vtx, vtx/C22C00]
- [0xC22E00, vtx, vtx/C22E00]
- [0xC22EC0, vtx, vtx/C22EC0]
- [0xC230A0, vtx, vtx/C230A0]
- [0xC23240, vtx, vtx/C23240]
- [0xC23260, vtx, vtx/C23260]
- [0xC232A0, vtx, vtx/C232A0]
- [0xC23330, vtx, vtx/C23330]
- [0xC233D0, vtx, vtx/C233D0]
- [0xC23480, vtx, vtx/C23480]
- [0xC234B0, vtx, vtx/C234B0]
- [0xC235C0, vtx, vtx/C235C0]
- [0xC236E0, vtx, vtx/C236E0]
- [0xC23810, vtx, vtx/C23810]
- [0xC238B0, vtx, vtx/C238B0]
- [0xC239D0, vtx, vtx/C239D0]
- [0xC23A70, vtx, vtx/C23A70]
- [0xC23B70, vtx, vtx/C23B70]
- [0xC23BA0, vtx, vtx/C23BA0]
- [0xC23C70, vtx, vtx/C23C70]
- [0xC23C90, vtx, vtx/C23C90]
- [0xC23CE0, vtx, vtx/C23CE0]
- [0xC23D20, vtx, vtx/C23D20]
- [0xC23D60, vtx, vtx/C23D60]
- [0xC23DD0, vtx, vtx/C23DD0]
- [0xC23E00, vtx, vtx/C23E00]
- [0xC23E20, vtx, vtx/C23E20]
- [0xC23E50, vtx, vtx/C23E50]
- [0xC23F10, vtx, vtx/C23F10]
- [0xC23FD0, vtx, vtx/C23FD0]
- [0xC240D0, vtx, vtx/C240D0]
- [0xC241D0, vtx, vtx/C241D0]
- [0xC24350, vtx, vtx/C24350]
- [0xC24510, vtx, vtx/C24510]
- [0xC24540, vtx, vtx/C24540]
- [0xC24600, vtx, vtx/C24600]
- [0xC24690, vtx, vtx/C24690]
- [0xC24720, vtx, vtx/C24720]
- [0xC24730, vtx, vtx/C24730]
- [0xC24840, vtx, vtx/C24840]
- [0xC24960, vtx, vtx/C24960]
- [0xC24980, vtx, vtx/C24980]
- [0xC24AD0, vtx, vtx/C24AD0]
- [0xC24AF0, vtx, vtx/C24AF0]
- [0xC24CD0, vtx, vtx/C24CD0]
- [0xC24EB0, vtx, vtx/C24EB0]
- [0xC24F30, vtx, vtx/C24F30]
- [0xC24FB0, vtx, vtx/C24FB0]
- [0xC25050, vtx, vtx/C25050]
- [0xC25250, vtx, vtx/C25250]
- [0xC25310, vtx, vtx/C25310]
- [0xC25350, vtx, vtx/C25350]
- [0xC25500, vtx, vtx/C25500]
- [0xC25600, vtx, vtx/C25600]
- [0xC256D0, vtx, vtx/C256D0]
- [0xC25710, vtx, vtx/C25710]
- [0xC257D0, vtx, vtx/C257D0]
- [0xC257F0, vtx, vtx/C257F0]
- [0xC25900, vtx, vtx/C25900]
- [0xC25950, vtx, vtx/C25950]
- [0xC25A30, vtx, vtx/C25A30]
- [0xC25AB0, vtx, vtx/C25AB0]
- [0xC25B30, vtx, vtx/C25B30]
- [0xC25BD0, vtx, vtx/C25BD0]
- [0xC25C00, vtx, vtx/C25C00]
- [0xC25C20, vtx, vtx/C25C20]
- [0xC25C80, vtx, vtx/C25C80]
- [0xC25CF0, vtx, vtx/C25CF0]
- [0xC25D30, vtx, vtx/C25D30]
- [0xC25DA0, vtx, vtx/C25DA0]
- [0xC25DD0, vtx, vtx/C25DD0]
- [0xC25EA0, vtx, vtx/C25EA0]
- [0xC25F00, vtx, vtx/C25F00]
- [0xC25F90, vtx, vtx/C25F90]
- [0xC26040, vtx, vtx/C26040]
- [0xC26090, vtx, vtx/C26090]
- [0xC26130, vtx, vtx/C26130]
- [0xC26250, vtx, vtx/C26250]
- [0xC26290, vtx, vtx/C26290]
- [0xC262D0, vtx, vtx/C262D0]
- [0xC26310, vtx, vtx/C26310]
- [0xC26350, vtx, vtx/C26350]
- [0xC26390, vtx, vtx/C26390]
- [0xC263D0, vtx, vtx/C263D0]
- [0xC26410, vtx, vtx/C26410]
- [0xC26450, vtx, vtx/C26450]
- [0xC26490, vtx, vtx/C26490]
- [0xC264D0, vtx, vtx/C264D0]
- [0xC26510, vtx, vtx/C26510]
- [0xC26550, vtx, vtx/C26550]
- [0xC26590, vtx, vtx/C26590]
- [0xC265D0, vtx, vtx/C265D0]
- [0xC26610, vtx, vtx/C26610]
- [0xC26650, vtx, vtx/C26650]
- [0xC26690, vtx, vtx/C26690]
- [0xC266D0, vtx, vtx/C266D0]
- [0xC26710, vtx, vtx/C26710]
- [0xC26750, vtx, vtx/C26750]
- [0xC26890, vtx, vtx/C26890]
- [0xC26A60, vtx, vtx/C26A60]
- [0xC26AE0, vtx, vtx/C26AE0]
- [0xC26CC0, vtx, vtx/C26CC0]
- [0xC26EB0, vtx, vtx/C26EB0]
- [0xC26F40, vtx, vtx/C26F40]
- [0xC26FB0, vtx, vtx/C26FB0]
- [0xC27110, vtx, vtx/C27110]
- [0xC27180, vtx, vtx/C27180]
- [0xC27220, vtx, vtx/C27220]
- [0xC27300, vtx, vtx/C27300]
- [0xC273A0, vtx, vtx/C273A0]
- [0xC27460, vtx, vtx/C27460]
- [0xC27580, vtx, vtx/C27580]
- [0xC27740, vtx, vtx/C27740]
- [0xC27770, vtx, vtx/C27770]
- [0xC27880, vtx, vtx/C27880]
- [0xC27A40, vtx, vtx/C27A40]
- [0xC27A70, vtx, vtx/C27A70]
- [0xC27B80, vtx, vtx/C27B80]
- [0xC27D60, vtx, vtx/C27D60]
- [0xC27F20, vtx, vtx/C27F20]
- [0xC27FC0, vtx, vtx/C27FC0]
- [0xC27FE0, vtx, vtx/C27FE0]
- [0xC28080, vtx, vtx/C28080]
- [0xC28110, vtx, vtx/C28110]
- [0xC28190, vtx, vtx/C28190]
- [0xC281B0, vtx, vtx/C281B0]
- [0xC281E0, vtx, vtx/C281E0]
- [0xC282D0, vtx, vtx/C282D0]
- [0xC282F0, vtx, vtx/C282F0]
- [0xC28310, vtx, vtx/C28310]
- [0xC28420, vtx, vtx/C28420]
- [0xC284F0, vtx, vtx/C284F0]
- [0xC28550, vtx, vtx/C28550]
- [0xC28690, vtx, vtx/C28690]
- [0xC28720, vtx, vtx/C28720]
- [0xC287A0, vtx, vtx/C287A0]
- [0xC28890, vtx, vtx/C28890]
- [0xC28970, vtx, vtx/C28970]
- [0xC28A70, vtx, vtx/C28A70]
- [0xC28BB0, vtx, vtx/C28BB0]
- [0xC28D90, vtx, vtx/C28D90]
- [0xC28F70, vtx, vtx/C28F70]
- [0xC29150, vtx, vtx/C29150]
- [0xC29330, vtx, vtx/C29330]
- [0xC29470, vtx, vtx/C29470]
- [0xC294A0, vtx, vtx/C294A0]
- [0xC294F0, vtx, vtx/C294F0]
- [0xC29540, vtx, vtx/C29540]
- [0xC29570, vtx, vtx/C29570]
- [0xC295B0, vtx, vtx/C295B0]
- [0xC29630, vtx, vtx/C29630]
- [0xC29650, vtx, vtx/C29650]
- [0xC296C0, vtx, vtx/C296C0]
- [0xC29750, vtx, vtx/C29750]
- [0xC297F0, vtx, vtx/C297F0]
- [0xC298E0, vtx, vtx/C298E0]
- [0xC29A40, vtx, vtx/C29A40]
- [0xC29AB0, vtx, vtx/C29AB0]
- [0xC29BB0, vtx, vtx/C29BB0]
- [0xC29CD0, vtx, vtx/C29CD0]
- [0xC29E00, vtx, vtx/C29E00]
- [0xC29F50, vtx, vtx/C29F50]
- [0xC2A080, vtx, vtx/C2A080]
- [0xC2A180, vtx, vtx/C2A180]
- [0xC2A2C0, vtx, vtx/C2A2C0]
- [0xC2A3C0, vtx, vtx/C2A3C0]
- [0xC2A540, vtx, vtx/C2A540]
- [0xC2A700, vtx, vtx/C2A700]
- [0xC2A740, vtx, vtx/C2A740]
- [0xC2A790, vtx, vtx/C2A790]
- [0xC2A8D0, vtx, vtx/C2A8D0]
- [0xC2AAB0, vtx, vtx/C2AAB0]
- [0xC2AC90, vtx, vtx/C2AC90]
- [0xC2AD20, vtx, vtx/C2AD20]
- [0xC2AD70, vtx, vtx/C2AD70]
- [0xC2AE50, vtx, vtx/C2AE50]
- [0xC2AE70, vtx, vtx/C2AE70]
- [0xC2AEB0, vtx, vtx/C2AEB0]
- [0xC2AF60, vtx, vtx/C2AF60]
- [0xC2AF80, vtx, vtx/C2AF80]
- [0xC2B010, vtx, vtx/C2B010]
- [0xC2B050, vtx, vtx/C2B050]
- [0xC2B220, vtx, vtx/C2B220]
- [0xC2B250, vtx, vtx/C2B250]
- [0xC2B2D0, vtx, vtx/C2B2D0]
- [0xC2B340, vtx, vtx/C2B340]
- [0xC2B3C0, vtx, vtx/C2B3C0]
- [0xC2B3E0, vtx, vtx/C2B3E0]
- [0xC2B410, vtx, vtx/C2B410]
- [0xC2B560, vtx, vtx/C2B560]
- [0xC2B6D0, vtx, vtx/C2B6D0]
- [0xC2B800, vtx, vtx/C2B800]
- [0xC2B850, vtx, vtx/C2B850]
- [0xC2B8E0, vtx, vtx/C2B8E0]
- [0xC2B9B0, vtx, vtx/C2B9B0]
- [0xC2BA50, vtx, vtx/C2BA50]
- [0xC2BB50, vtx, vtx/C2BB50]
- [0xC2BD50, vtx, vtx/C2BD50]
- [0xC2BE50, vtx, vtx/C2BE50]
- [0xC2BF50, vtx, vtx/C2BF50]
- [0xC2BF60, vtx, vtx/C2BF60]
- [0xC2BFD0, vtx, vtx/C2BFD0]
- [0xC2C080, vtx, vtx/C2C080]
- [0xC2C0B0, vtx, vtx/C2C0B0]
- [0xC2C0F0, vtx, vtx/C2C0F0]
- [0xC2C130, vtx, vtx/C2C130]
- [0xC2C1C0, vtx, vtx/C2C1C0]
- [0xC2C300, vtx, vtx/C2C300]
- [0xC2C4E0, vtx, vtx/C2C4E0]
- [0xC2C6C0, vtx, vtx/C2C6C0]
- [0xC2C8A0, vtx, vtx/C2C8A0]
- [0xC2CA20, vtx, vtx/C2CA20]
- [0xC2CBA0, vtx, vtx/C2CBA0]
- [0xC2CD20, vtx, vtx/C2CD20]
- [0xC2CEA0, vtx, vtx/C2CEA0]
- [0xC2CED0, vtx, vtx/C2CED0]
- [0xC2CF00, vtx, vtx/C2CF00]
- [0xC2CFC0, vtx, vtx/C2CFC0]
- [0xC2D140, vtx, vtx/C2D140]
- [0xC2D170, vtx, vtx/C2D170]
- [0xC2D1A0, vtx, vtx/C2D1A0]
- [0xC2D260, vtx, vtx/C2D260]
- [0xC2D3E0, vtx, vtx/C2D3E0]
- [0xC2D410, vtx, vtx/C2D410]
- [0xC2D440, vtx, vtx/C2D440]
- [0xC2D500, vtx, vtx/C2D500]
- [0xC2D560, vtx, vtx/C2D560]
- [0xC2D5C0, vtx, vtx/C2D5C0]
- [0xC2D620, vtx, vtx/C2D620]
- [0xC2D660, vtx, vtx/C2D660]
- [0xC2D6A0, vtx, vtx/C2D6A0]
- [0xC2D6E0, vtx, vtx/C2D6E0]
- [0xC2D830, vtx, vtx/C2D830]
- [0xC2D8F0, vtx, vtx/C2D8F0]
- [0xC2DA20, vtx, vtx/C2DA20]
- [0xC2DBE0, vtx, vtx/C2DBE0]
- [0xC2DCB0, vtx, vtx/C2DCB0]
- [0xC2DD50, vtx, vtx/C2DD50]
- [0xC2DD90, vtx, vtx/C2DD90]
- [0xC2DEA0, vtx, vtx/C2DEA0]
- [0xC2DFC0, vtx, vtx/C2DFC0]
- [0xC2E020, vtx, vtx/C2E020]
- [0xC2E1E0, vtx, vtx/C2E1E0]
- [0xC2E2B0, vtx, vtx/C2E2B0]
- [0xC2E360, vtx, vtx/C2E360]
- [0xC2E390, vtx, vtx/C2E390]
- [0xC2E4A0, vtx, vtx/C2E4A0]
- [0xC2E5D0, vtx, vtx/C2E5D0]
- [0xC2E620, vtx, vtx/C2E620]
- [0xC2E7B0, vtx, vtx/C2E7B0]
- [0xC2E800, vtx, vtx/C2E800]
- [0xC2E8C0, vtx, vtx/C2E8C0]
- [0xC2E980, vtx, vtx/C2E980]
- [0xC2EA60, vtx, vtx/C2EA60]
- name: dgb_02
dir: world/area_dgb/dgb_02
type: code
start: 0xC2EBA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: dgb_03
dir: world/area_dgb/dgb_03
type: code
start: 0xC314E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, clock]
- [auto, c, entity]
- [auto, c, npc]
- name: dgb_04
dir: world/area_dgb/dgb_04
type: code
start: 0xC36530
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dgb_05
dir: world/area_dgb/dgb_05
type: code
start: 0xC3AA10
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, hole]
- [auto, c, entity]
- [auto, c, npc]
- name: dgb_06
dir: world/area_dgb/dgb_06
type: code
start: 0xC3D080
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: dgb_07
dir: world/area_dgb/dgb_07
type: code
start: 0xC3DBF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: dgb_08
dir: world/area_dgb/dgb_08
type: code
start: 0xC3FDB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dgb_09
dir: world/area_dgb/dgb_09
type: code
start: 0xC46BE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, breakable]
- [auto, c, npc]
- name: dgb_10
dir: world/area_dgb/dgb_10
type: code
start: 0xC4C390
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, hole]
- [auto, c, entity]
- name: dgb_11
dir: world/area_dgb/dgb_11
type: code
start: 0xC4D3E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: dgb_12
dir: world/area_dgb/dgb_12
type: code
start: 0xC4DEF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, spikes]
- [auto, c, entity]
- name: dgb_13
dir: world/area_dgb/dgb_13
type: code
start: 0xC4E960
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, drawer]
- name: dgb_14
dir: world/area_dgb/dgb_14
type: code
start: 0xC4F030
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: dgb_15
dir: world/area_dgb/dgb_15
type: code
start: 0xC4F510
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dgb_16
dir: world/area_dgb/dgb_16
type: code
start: 0xC52540
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: dgb_17
dir: world/area_dgb/dgb_17
type: code
start: 0xC55A60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: dgb_18
dir: world/area_dgb/dgb_18
type: code
start: 0xC55F40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kzn_01
dir: world/area_kzn/kzn_01
type: code
start: 0xC599D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- name: kzn_02
dir: world/area_kzn/kzn_02
type: code
start: 0xC5A740
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, platforms]
- [auto, c, npc]
- [auto, c, demo]
- name: kzn_03
dir: world/area_kzn/kzn_03
type: code
start: 0xC60D10
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, ziplines]
- name: kzn_04
dir: world/area_kzn/kzn_04
type: code
start: 0xC68130
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kzn_05
dir: world/area_kzn/kzn_05
type: code
start: 0xC6C0D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: kzn_06
dir: world/area_kzn/kzn_06
type: code
start: 0xC6C920
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, extra]
- name: kzn_07
dir: world/area_kzn/kzn_07
type: code
start: 0xC6E330
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kzn_08
dir: world/area_kzn/kzn_08
type: code
start: 0xC71480
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, extra]
- name: kzn_09
dir: world/area_kzn/kzn_09
type: code
start: 0xC76CE0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, zipline]
- [auto, c, npc]
- name: kzn_10
dir: world/area_kzn/kzn_10
type: code
start: 0xC7E180
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, tromp]
- name: kzn_11
dir: world/area_kzn/kzn_11
type: code
start: 0xC801A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, platforms]
- [auto, c, npc]
- name: kzn_17
dir: world/area_kzn/kzn_17
type: code
start: 0xC85AB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, tromp]
- name: kzn_18
dir: world/area_kzn/kzn_18
type: code
start: 0xC8C0A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: kzn_19
dir: world/area_kzn/kzn_19
type: code
start: 0xC8DBB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc_settings]
- [auto, c, npc]
- [auto, c, eruption]
- [auto, c, entity]
- start: 0xC90BF0
type: .data
name: npc
subsegments:
- [0xC90BF0]
- [0xC91088, ci4, ../../lava_piranha/vine, 64, 32]
- [0xC91488, palette, ../../lava_piranha/vine]
- [0xC91688, gfx_common, ../../lava_piranha/vine]
- [0xC91768]
- name: kzn_20
dir: world/area_kzn/kzn_20
type: code
start: 0xC95F30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: kzn_22
dir: world/area_kzn/kzn_22
type: code
start: 0xC9A200
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: kzn_23
dir: world/area_kzn/kzn_23
type: code
start: 0xC9C300
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: flo_00
dir: world/area_flo/flo_00
type: code
start: 0xC9DF20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, epilogue]
- [auto, c, beanstalk]
- [auto, c, entity]
- name: flo_03
dir: world/area_flo/flo_03
type: code
start: 0xCA72A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: flo_07
dir: world/area_flo/flo_07
type: code
start: 0xCAC1F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: flo_08
dir: world/area_flo/flo_08
type: code
start: 0xCAED40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, vines]
- name: flo_09
dir: world/area_flo/flo_09
type: code
start: 0xCB5000
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, foliage]
- [auto, c, npc]
- name: flo_10
dir: world/area_flo/flo_10
type: code
start: 0xCB9200
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, fountain]
- [auto, c, npc]
- [auto, c, waterfx]
- [auto, c, foliage]
- name: flo_11
dir: world/area_flo/flo_11
type: code
start: 0xCBDCD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: flo_12
dir: world/area_flo/flo_12
type: code
start: 0xCC0E30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: flo_13
dir: world/area_flo/flo_13
type: code
start: 0xCC3810
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, new_partner]
- name: flo_14
dir: world/area_flo/flo_14
type: code
start: 0xCCB310
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, bubbles]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, logs]
- name: flo_15
dir: world/area_flo/flo_15
type: code
start: 0xCD06C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, stairs]
- name: flo_16
dir: world/area_flo/flo_16
type: code
start: 0xCD1E30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, puzzle]
- name: flo_17
dir: world/area_flo/flo_17
type: code
start: 0xCD72E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, logs]
- [auto, c, npc]
- [auto, c, entity]
- name: flo_18
dir: world/area_flo/flo_18
type: code
start: 0xCDC6A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, machine]
- [auto, c, npc]
- [auto, c, foliage]
- name: flo_19
dir: world/area_flo/flo_19
type: code
start: 0xCE36F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, clouds]
- [auto, c, beanstalk]
- name: flo_21
dir: world/area_flo/flo_21
type: code
start: 0xCE6700
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, clouds]
- [auto, c, npc]
- name: flo_22
dir: world/area_flo/flo_22
type: code
start: 0xCEC240
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, well]
- [auto, c, foliage]
- name: flo_23
dir: world/area_flo/flo_23
type: code
start: 0xCEE260
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: flo_24
dir: world/area_flo/flo_24
type: code
start: 0xCF0940
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, foliage]
- [auto, c, water]
- [auto, c, entity]
- name: flo_25
dir: world/area_flo/flo_25
type: code
start: 0xCF2BD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, foliage]
- [auto, c, vine]
- name: sam_01
dir: world/area_sam/sam_01
type: code
start: 0xCF7B70
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, npc]
- [auto, c, scenes]
- [auto, c, entity]
- name: sam_02
dir: world/area_sam/sam_02
type: code
start: 0xD05730
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, shop]
- name: sam_03
dir: world/area_sam/sam_03
type: code
start: 0xD110C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc1]
- [auto, c, npc2]
- name: sam_04
dir: world/area_sam/sam_04
type: code
start: 0xD135D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, snowmen]
- [auto, c, npc]
- [auto, c, entity]
- name: sam_05
dir: world/area_sam/sam_05
type: code
start: 0xD187E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, scenes]
- [auto, c, monstar_gfx]
- [auto, c, monstar_vtx]
- start: 0xD1A900
type: .data
name: npc
subsegments:
- [0xD1A900]
- [0xD1AF50, ci4, monstar, 32, 32]
- [0xD1B150, ia4, monstar_blank1, 32, 32]
- [0xD1B350, ia4, monstar_blank2, 32, 32]
- [0xD1B550, ia4, monstar_blank3, 32, 32]
- [0xD1B750, palette, monstar]
- [0xD1B770]
- start: 0xD1F780
type: .data
name: monstar_gfx
subsegments:
- [0xD1F780, gfx, monstar]
- start: 0xD1F890
type: .data
name: monstar_vtx
subsegments:
- [0xD1F890, vtx, monstar]
- [0xD1FCB0]
- name: sam_06
dir: world/area_sam/sam_06
type: code
start: 0xD1FE90
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, npc]
- [auto, c, entity]
- name: sam_07
dir: world/area_sam/sam_07
type: code
start: 0xD2BD30
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, frozen_pit]
- [auto, c, npc]
- name: sam_08
dir: world/area_sam/sam_08
type: code
start: 0xD2FC80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, scenes]
- name: sam_09
dir: world/area_sam/sam_09
type: code
start: 0xD362F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, sockets]
- name: sam_10
dir: world/area_sam/sam_10
type: code
start: 0xD37800
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, stairs]
- [auto, c, npc]
- name: sam_11
dir: world/area_sam/sam_11
type: code
start: 0xD3A5D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, rooms]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, pond]
- [auto, c, staircase]
- [auto, c, pond_anim]
- [auto, c, pond_skele]
- name: sam_12
dir: world/area_sam/sam_12
type: code
start: 0xD4BA20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, scenes]
- [auto, c, entity]
- name: pra_01
dir: world/area_pra/pra_01
type: code
start: 0xD4D040
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: pra_02
dir: world/area_pra/pra_02
type: code
start: 0xD4FFF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: pra_03
dir: world/area_pra/pra_03
type: code
start: 0xD53CB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_04
dir: world/area_pra/pra_04
type: code
start: 0xD54690
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: pra_05
dir: world/area_pra/pra_05
type: code
start: 0xD55BB0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_06
dir: world/area_pra/pra_06
type: code
start: 0xD57430
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_09
dir: world/area_pra/pra_09
type: code
start: 0xD58890
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_10
dir: world/area_pra/pra_10
type: code
start: 0xD5F2B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_11
dir: world/area_pra/pra_11
type: code
start: 0xD61500
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_12
dir: world/area_pra/pra_12
type: code
start: 0xD62D10
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_13
dir: world/area_pra/pra_13
type: code
start: 0xD645E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_14
dir: world/area_pra/pra_14
type: code
start: 0xD67D00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_15
dir: world/area_pra/pra_15
type: code
start: 0xD69810
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_16
dir: world/area_pra/pra_16
type: code
start: 0xD69B20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: pra_18
dir: world/area_pra/pra_18
type: code
start: 0xD6B620
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_19
dir: world/area_pra/pra_19
type: code
start: 0xD6E9B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_20
dir: world/area_pra/pra_20
type: code
start: 0xD763A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- name: pra_21
dir: world/area_pra/pra_21
type: code
start: 0xD77F20
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_22
dir: world/area_pra/pra_22
type: code
start: 0xD78880
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_27
dir: world/area_pra/pra_27
type: code
start: 0xD799F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_28
dir: world/area_pra/pra_28
type: code
start: 0xD7B2A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_29
dir: world/area_pra/pra_29
type: code
start: 0xD7CB50
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, bridge]
- name: pra_31
dir: world/area_pra/pra_31
type: code
start: 0xD7ED60
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, npc]
- [auto, c, main]
- [auto, c, puzzle]
- [auto, c, texture_1]
- [auto, c, texture_2]
- [auto, c, texture_3]
- [auto, c, stairs_skele]
- [auto, c, stairs_anim]
- [auto, c, stairs_lights]
- [auto, c, stairs_vtx]
- start: 0xD82270
type: .data
name: texture_1
subsegments:
- [0xD82270, ci4, texture_1, 64, 64]
- [0xD82A70, palette, texture_1]
- [0xD82A90, gfx, texture_1]
- [0xD82B48]
- start: 0xD82B50
type: .data
name: texture_2
subsegments:
- [0xD82B50, ci4, texture_2, 64, 64]
- [0xD83350, palette, texture_2]
- [0xD83370, gfx, texture_2]
- [0xD83418]
- start: 0xD83420
type: .data
name: texture_3
subsegments:
- [0xD83420, rgba16, texture_3, 32, 32]
- [0xD83C20, gfx, texture_3]
- [0xD83CA8]
- start: 0xD83CB0
type: .data
name: stairs_skele
subsegments:
- [0xD83CB0, gfx, unk_01]
- [0xD83D28, gfx, unk_02]
- [0xD83D60, gfx, unk_03]
- [0xD83DC8, gfx, unk_04]
- [0xD83E00, gfx, unk_05]
- [0xD83E78, gfx, unk_06]
- [0xD83EB0, gfx, unk_07]
- [0xD83F28, gfx, unk_08]
- [0xD83F60, gfx, unk_09]
- [0xD83FC8, gfx, unk_10]
- [0xD84000, gfx, unk_11]
- [0xD84078, gfx, unk_12]
- [0xD840B0, gfx, unk_13]
- [0xD84128, gfx, unk_14]
- [0xD84160, gfx, unk_15]
- [0xD841C8, gfx, unk_16]
- [0xD84200, gfx, unk_17]
- [0xD84278, gfx, unk_18]
- [0xD842B0, gfx, unk_19]
- [0xD84328, gfx, unk_20]
- [0xD84360, gfx, unk_21]
- [0xD843C8, gfx, unk_22]
- [0xD84400, gfx, unk_23]
- [0xD84478, gfx, unk_24]
- [0xD844B0, gfx, unk_25]
- [0xD84528, gfx, unk_26]
- [0xD84560, gfx, unk_27]
- [0xD845C8, gfx, unk_28]
- [0xD84628, gfx, unk_29]
- [0xD84690, gfx, unk_30]
- [0xD846D8, gfx, unk_31]
- [0xD84768, gfx, unk_32]
- [0xD84790, gfx, unk_33]
- [0xD847B8, gfx, unk_34]
- [0xD847F0]
- start: 0xD864A0
type: .data
name: stairs_vtx
subsegments:
- [0xD864A0]
- [0xD86820, vtx, stairs]
- [0xD869E0]
- [0xD869E0]
- name: pra_32
dir: world/area_pra/pra_32
type: code
start: 0xD86A00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_33
dir: world/area_pra/pra_33
type: code
start: 0xD896E0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_34
dir: world/area_pra/pra_34
type: code
start: 0xD8B3B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: pra_35
dir: world/area_pra/pra_35
type: code
start: 0xD8D250
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: pra_36
dir: world/area_pra/pra_36
type: code
start: 0xD91700
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_37
dir: world/area_pra/pra_37
type: code
start: 0xD92F40
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_38
dir: world/area_pra/pra_38
type: code
start: 0xD955F0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_39
dir: world/area_pra/pra_39
type: code
start: 0xD97890
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: pra_40
dir: world/area_pra/pra_40
type: code
start: 0xD999B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- name: omo_01
dir: world/area_omo/omo_01
type: code
start: 0xD9AEF0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, npc]
- [auto, c, entity]
- name: omo_02
dir: world/area_omo/omo_02
type: code
start: 0xD9D4D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, gizmos]
- [auto, c, barricade]
- [auto, c, npc]
- name: omo_03
dir: world/area_omo/omo_03
type: code
start: 0xDA5240
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, train]
- [auto, c, train_drop]
- [auto, c, epilogue]
- name: omo_04
dir: world/area_omo/omo_04
type: code
start: 0xDAD400
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, scenes]
- name: omo_05
dir: world/area_omo/omo_05
type: code
start: 0xDB22C0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, npc]
- [auto, c, entity]
- name: omo_06
dir: world/area_omo/omo_06
type: code
start: 0xDB7910
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, train]
- [auto, c, npc]
- [auto, c, entity]
- name: omo_07
dir: world/area_omo/omo_07
type: code
start: 0xDBD2B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, scenes]
- name: omo_08
dir: world/area_omo/omo_08
type: code
start: 0xDC43D0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, boxes]
- [auto, c, train]
- [auto, c, entity]
- [auto, c, npc]
- name: omo_09
dir: world/area_omo/omo_09
type: code
start: 0xDCCCD0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, conveyors]
- [auto, c, slot_machine]
- [auto, c, gizmos]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, scenes]
- name: omo_10
dir: world/area_omo/omo_10
type: code
start: 0xDD79B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, train]
- [auto, c, npc]
- [auto, c, entity]
- name: omo_11
dir: world/area_omo/omo_11
type: code
start: 0xDDC830
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, entity]
- [auto, c, npc]
- name: omo_12
dir: world/area_omo/omo_12
type: code
start: 0xDDF310
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, new_partner]
- name: omo_13
dir: world/area_omo/omo_13
type: code
start: 0xDE2490
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, npc]
- [auto, c, entity]
- name: omo_14
dir: world/area_omo/omo_14
type: code
start: 0xDE56B0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: omo_15
dir: world/area_omo/omo_15
type: code
start: 0xDE8770
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: omo_16
dir: world/area_omo/omo_16
type: code
start: 0xDEBED0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, train]
- [auto, c, npc]
- name: omo_17
dir: world/area_omo/omo_17
type: code
start: 0xDEEEA0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, gizmos]
- [auto, c, train]
- [auto, c, npc]
- [auto, c, entity]
- name: end_00
dir: world/area_end/end_00
type: code
start: 0xDF6A00
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, credits]
- [auto, c, parade_setup]
- [auto, c, allies]
- [auto, c, koopas]
- [auto, c, caravan]
- [auto, c, boos]
- [auto, c, yoshis]
- [auto, c, huff_n_puff]
- [auto, c, crystal_king]
- [auto, c, bowser]
- name: end_01
dir: world/area_end/end_01
type: code
start: 0xE05360
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, credits]
- [auto, c, parade_setup]
- [auto, c, opera_float]
- [auto, c, flower_float]
- [auto, c, shyguy_float]
- [auto, c, peach_float]
- name: mgm_00
dir: world/area_mgm/mgm_00
type: code
start: 0xE0E7A0
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, scoreboard]
- name: mgm_01
dir: world/area_mgm/mgm_01
type: code
start: 0xE12760
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, images]
- start: 0xE15440
type: .data
name: images
subsegments:
- [0xE15440, ci4, panel_1_coin, 32, 32]
- [0xE15640, palette, panel_1_coin]
- [0xE15660, ci4, panel_5_coins, 32, 32]
- [0xE15860, palette, panel_5_coins]
- [0xE15880, ci4, panel_times_5, 32, 32]
- [0xE15A80, palette, panel_times_5]
- [0xE15AA0, ci4, panel_bowser, 32, 32]
- [0xE15CA0, palette, panel_bowser]
- [0xE15CC0]
- name: mgm_02
dir: world/area_mgm/mgm_02
type: code
start: 0xE15D80
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, images]
- start: 0xE1E020
type: .data
name: images
subsegments:
- [0xE1E020, ci4, panel_peach, 32, 32]
- [0xE1E220, palette, panel_peach]
- [0xE1E240]
- name: mgm_03
dir: world/area_mgm/mgm_03
type: code
start: 0xE1E380
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: gv_01
dir: world/area_gv/gv_01
type: code
start: 0xE1E460
vram_class: map
subsegments:
- [auto, c, settings]
- [auto, c, main]
- name: heaps2
type: code
start: 0xE20110
vram_class: heaps2
subsegments:
- [auto, c, heaps2]
- type: code
start: 0xE20110
name: inspect_icon
vram_class: indicator_icon
subsegments:
- [auto, c, inspect_icon]
- start: 0xE20B30
type: .data
name: inspect_icon
subsegments:
- [0xE20B30, ci4, inspect_icon, 32, 32]
- [0xE20D30, palette, inspect_icon]
- [0xE20D50, gfx, inspect_icon]
- [0xE20DC8]
- [0xE20DD0]
- type: code
start: 0xE20EB0
name: speech_bubble
vram_class: indicator_icon
subsegments:
- [auto, c, speech_bubble]
- start: 0xE215C0
type: .data
name: speech_bubble
subsegments:
- [0xE215C0, ci4, speech_bubble, 32, 32]
- [0xE217C0, palette, speech_bubble]
- [0xE217E0, gfx, speech_bubble]
- [0xE21858]
- [0xE21860]
- type: code
start: 0xE21870
name: pulse_stone
vram_class: indicator_icon
subsegments:
- [auto, c, pulse_stone]
- start: 0xE21EB0
type: .data
name: pulse_stone
subsegments:
- [0xE21EB0, ci4, pulse_stone_icon, 56, 56]
- [0xE224D0, palette, pulse_stone_icon]
- [0xE224F0, palette, pulse_stone_icon.flash]
- [0xE22510, gfx, pulse_stone_icon]
- [0xE22588]
- [0xE22590]
- type: code
start: 0xE225B0
name: i_spy
vram_class: indicator_icon
subsegments:
- [auto, c, i_spy]
- start: 0xE22B30
type: .data
name: i_spy
subsegments:
- [0xE22B30, ci4, ispy_icon, 56, 56]
- [0xE23150, palette, ispy_icon]
- [0xE23170, palette, ispy_icon.2]
- [0xE23190, palette, ispy_icon.3]
- [0xE231B0, gfx, ispy_icon]
- [0xE23228]
- [0xE23230]
- type: code
name: model_clear_render_tasks
start: 0xE23260
vram_class: model_clear_render_tasks
subsegments:
- [auto, c, model_clear_render_tasks]
- type: code
name: world_action_idle
dir: world/action
start: 0xE23260
vram_class: world_action
subsegments:
- [auto, c, idle]
- type: code
name: world_action_walk
dir: world/action
start: 0xE236E0
vram_class: world_action
subsegments:
- [auto, c, walk]
- type: code
name: world_action_jump
dir: world/action
start: 0xE24040
vram_class: world_action
subsegments:
- [auto, c, jump]
- type: code
name: world_action_step_up
dir: world/action
start: 0xE245D0
vram_class: world_action
subsegments:
- [auto, c, step_up]
- type: code
name: world_action_land
dir: world/action
start: 0xE24920
vram_class: world_action
subsegments:
- [auto, c, land]
- type: code
name: world_action_hammer
dir: world/action
start: 0xE24ED0
vram_class: world_action
subsegments:
- [auto, c, hammer]
- type: code
name: world_action_spin
dir: world/action
start: 0xE25D60
vram_class: world_action
subsegments:
- [auto, c, spin]
- type: code
name: world_action_tornado_jump
dir: world/action
start: 0xE26710
vram_class: world_action
subsegments:
- [auto, c, tornado_jump]
- type: code
name: world_action_spin_jump
dir: world/action
start: 0xE26DE0
vram_class: world_action
subsegments:
- [auto, c, spin_jump]
- type: code
name: world_action_slide
dir: world/action
start: 0xE27510
vram_class: world_action
subsegments:
- [auto, c, slide]
- type: code
name: world_action_hit_fire
dir: world/action
start: 0xE27C90
vram_class: world_action
subsegments:
- [auto, c, hit_fire]
- type: code
name: world_action_hit_lava
dir: world/action
start: 0xE27F40
vram_class: world_action
subsegments:
- [auto, c, hit_lava]
- type: code
name: world_action_knockback
dir: world/action
start: 0xE287F0
vram_class: world_action
subsegments:
- [auto, c, knockback]
- type: code
name: world_action_misc
dir: world/action
start: 0xE28A30
vram_class: world_action
subsegments:
- [auto, c, misc]
- type: code
name: world_action_use_munchlesia
dir: world/action
start: 0xE291A0
vram_class: world_action
subsegments:
- [auto, c, use_munchlesia]
- type: code
name: world_action_use_spinning_flower
dir: world/action
start: 0xE29470
vram_class: world_action
subsegments:
- [auto, c, use_spinning_flower]
- type: code
name: world_action_use_tweester
dir: world/action
start: 0xE2A340
vram_class: world_action
subsegments:
- [auto, c, use_tweester]
- type: code
name: world_action_sneaky_parasol
dir: world/action
start: 0xE2A6B0
vram_class: world_action
subsegments:
- [auto, c, sneaky_parasol]
- type: code
dir: entity/default
start: 0xE2B530
vram_class: area_entities
subsegments:
- [auto, c, Padlock]
- [auto, c, BoardedFloor]
- [auto, c, BombableRock]
- type: code
dir: entity/jan_iwa
start: 0xE2D730
vram_class: area_entities
subsegments:
- [auto, c, Plants1]
- [auto, c, Plants2]
- [auto, c, ArrowSign]
- type: code
dir: entity/sbk_omo
start: 0xE2F750
vram_class: area_entities
subsegments:
- [auto, c, Tweester]
- [auto, c, StarBoxLauncher]
- name: entity_model_Hammer1Block
dir: entity/model
type: code
start: 0xE31530
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Hammer1Block]
- start: 0xE31530
type: .data
name: Hammer1Block
subsegments:
- [0xE31530, vtx, Hammer1Block]
- [0xE317B0, ci4, Hammer1Block_face, 16, 32]
- [0xE318B0, palette, Hammer1Block_face]
- [0xE318D0]
- name: entity_model_Hammer2Block
dir: entity/model
type: code
start: 0xE31A30
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Hammer2Block]
- start: 0xE31A30
type: .data
name: Hammer2Block
subsegments:
- [0xE31A30, vtx, Hammer2Block]
- [0xE31CB0, ci4, Hammer2Block_face, 16, 32]
- [0xE31DB0, palette, Hammer2Block_face]
- [0xE31DD0]
- name: entity_model_Hammer3Block
dir: entity/model
type: code
start: 0xE31F30
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Hammer3Block]
- start: 0xE31F30
type: .data
name: Hammer3Block
subsegments:
- [0xE31F30, vtx, Hammer3Block]
- [0xE321B0, ci4, Hammer3Block_face, 16, 32]
- [0xE322B0, palette, Hammer3Block_face]
- [0xE322D0]
- name: entity_model_ShatteringHammer1Block
dir: entity/model
type: code
start: 0xE32420
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ShatteringHammer1Block]
- start: 0xE32420
type: .data
name: ShatteringHammer1Block
subsegments:
- [0xE32420, vtx, ShatteringHammer1Block]
- [0xE33480, ci8, ShatteringHammer1Block_texture, 16, 32]
- [0xE33680, palette, ShatteringHammer1Block_texture]
- [0xE33880]
- name: entity_model_ShatteringHammer2Block
dir: entity/model
type: code
start: 0xE35670
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ShatteringHammer2Block]
- start: 0xE35670
type: .data
name: ShatteringHammer2Block
subsegments:
- [0xE35670, vtx, ShatteringHammer2Block]
- [0xE366D0, rgba16, ShatteringHammer2Block_texture, 16, 32]
- [0xE36AD0]
- name: entity_model_ShatteringHammer3Block
dir: entity/model
type: code
start: 0xE38890
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ShatteringHammer3Block]
- start: 0xE38890
type: .data
name: ShatteringHammer3Block
subsegments:
- [0xE38890, vtx, ShatteringHammer3Block]
- [0xE398E0, ci4, ShatteringHammer3Block_texture, 16, 32]
- [0xE399E0, palette, ShatteringHammer3Block_texture]
- [0xE39A00]
- name: entity_model_YellowBlock
dir: entity/model
type: code
start: 0xE3B870
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, YellowBlock]
- start: 0xE3B870
type: .data
name: YellowBlock
subsegments:
- [0xE3B870, vtx, YellowBlock]
- [0xE3B9F0, rgba16, YellowBlock_face, 32, 32]
- [0xE3C1F0]
- name: entity_model_RedBlock
dir: entity/model
type: code
start: 0xE3C320
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, RedBlock]
- start: 0xE3C320
type: .data
name: RedBlock
subsegments:
- [0xE3C320, vtx, RedBlock]
- [0xE3C4A0, rgba16, RedBlock_face, 32, 32]
- [0xE3CCA0]
- name: entity_model_UnusedBlock
dir: entity/model
type: code
start: 0xE3CDD0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, UnusedBlock]
- start: 0xE3CDD0
type: .data
name: UnusedBlock
subsegments:
- [0xE3CDD0, vtx, UnusedBlock]
- [0xE3D190, rgba16, UnusedBlock_img1, 16, 32]
- [0xE3D590]
- [0xE3D618, ci4, UnusedBlock_img2, 16, 32]
- [0xE3D718, palette, UnusedBlock_img2]
- [0xE3D738]
- name: entity_model_PushBlock
dir: entity/model
type: code
start: 0xE3DA60
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PushBlock]
- start: 0xE3DA60
type: .data
name: PushBlock
subsegments:
- [0xE3DA60, vtx, PushBlock]
- [0xE3DB80, ci4, PushBlock_face, 16, 16]
- [0xE3DC00, palette, PushBlock_face]
- [0xE3DC20]
- name: entity_model_BrickBlock
dir: entity/model
type: code
start: 0xE3DDB0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BrickBlock]
- start: 0xE3DDB0
type: .data
name: BrickBlock
subsegments:
- [0xE3DDB0, vtx, BrickBlock]
- [0xE3DEF0, ci4, BrickBlock_face, 32, 32]
- [0xE3E0F0, palette, BrickBlock_face]
- [0xE3E110]
- name: entity_model_ShatteringBrickBlock
dir: entity/model
type: code
start: 0xE3E260
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ShatteringBrickBlock]
- start: 0xE3E260
type: .data
name: ShatteringBrickBlock
subsegments:
- [0xE3E260, vtx, ShatteringBrickBlock]
- [0xE3FD00, rgba16, ShatteringBrickBlock_texture, 32, 32]
- [0xE40500]
- name: entity_model_InertYellowBlock
dir: entity/model
type: code
start: 0xE42240
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, InertYellowBlock]
- start: 0xE42240
type: .data
name: InertYellowBlock
subsegments:
- [0xE42240, vtx, InertYellowBlock_1]
- [0xE42340, vtx, InertYellowBlock_2]
- [0xE423C0, ci4, InertYellowBlock_face, 32, 32]
- [0xE425C0, palette, InertYellowBlock_face]
- [0xE425E0]
- name: entity_model_InertRedBlock
dir: entity/model
type: code
start: 0xE42740
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, InertRedBlock]
- start: 0xE42740
type: .data
name: InertRedBlock
subsegments:
- [0xE42740, vtx, InertRedBlock_1]
- [0xE42840, vtx, InertRedBlock_2]
- [0xE428C0, rgba16, InertRedBlock_face, 32, 32]
- [0xE430C0]
- name: entity_model_HeartBlock
dir: entity/model
type: code
start: 0xE431F0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, HeartBlock]
- start: 0xE431F0
type: .data
name: HeartBlock
subsegments:
- [0xE431F0, vtx, HeartBlock]
- [0xE435B0, rgba16, HeartBlock_face, 16, 32]
- [0xE439B0]
- name: entity_model_PowBlock
dir: entity/model
type: code
start: 0xE43B20
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PowBlock]
- start: 0xE43B20
type: .data
name: PowBlock
subsegments:
- [0xE43B20, vtx, PowBlock]
- [0xE43C20, ci8, PowBlock_face, 64, 32]
- [0xE44420, palette, PowBlock_face]
- [0xE44620]
- name: entity_model_SuperBlock
dir: entity/model
type: code
start: 0xE44800
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, SuperBlock]
- start: 0xE44800
type: .data
name: SuperBlock
subsegments:
- [0xE44800, vtx, SuperBlock]
- [0xE44C80, ci4, SuperBlock_tex, 16, 32]
- [0xE44D80, palette, SuperBlock_tex]
- [0xE44DA0]
- name: entity_model_UltraBlock
dir: entity/model
type: code
start: 0xE45110
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, UltraBlock]
- start: 0xE45110
type: .data
name: UltraBlock
subsegments:
- [0xE45110, vtx, UltraBlock]
- [0xE45590, ci4, UltraBlock_tex, 16, 32]
- [0xE45690, palette, UltraBlock_tex]
- [0xE456B0]
- name: entity_model_HitYellowBlock_gfx
dir: entity/model
type: code
start: 0xE459F0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, HitYellowBlock_gfx]
- start: 0xE459F0
type: .data
name: HitYellowBlock_gfx
subsegments:
- [0xE459F0, vtx, HitYellowBlock_1]
- [0xE45B50, vtx, HitYellowBlock_2]
- [0xE45CB0]
- [0xE45E10, rgba16, HitYellowBlock_face1, 32, 32]
- [0xE46610, rgba16, HitYellowBlock_face2, 32, 32]
- name: entity_model_HitYellowBlock_anim
dir: entity/model
type: code
start: 0xE46E10
vram_class: entity_model_anim
subsegments:
- [auto, c, HitYellowBlock_anim]
- name: entity_model_HitFloatingYellowBlock_gfx
dir: entity/model
type: code
start: 0xE470B0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, HitFloatingYellowBlock_gfx]
- start: 0xE470B0
type: .data
name: HitFloatingYellowBlock_gfx
subsegments:
- [0xE470B0, vtx, HitFloatingYellowBlock_1]
- [0xE47210, vtx, HitFloatingYellowBlock_2]
- [0xE47390]
- [0xE474F0, rgba16, HitFloatingYellowBlock_face1, 32, 32]
- [0xE47CF0, rgba16, HitFloatingYellowBlock_face2, 32, 32]
- name: entity_model_HitFloatingYellowBlock_anim
dir: entity/model
type: code
start: 0xE484F0
vram_class: entity_model_anim
subsegments:
- [auto, c, HitFloatingYellowBlock_anim]
- name: entity_model_HitRedBlock_gfx
dir: entity/model
type: code
start: 0xE48780
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, HitRedBlock_gfx]
- start: 0xE48780
type: .data
name: HitRedBlock_gfx
subsegments:
- [0xE48780, vtx, HitRedBlock_1]
- [0xE488E0, vtx, HitRedBlock_2]
- [0xE48A40]
- [0xE48BE0, rgba16, HitRedBlock_face1, 32, 32]
- [0xE493E0, rgba16, HitRedBlock_face2, 32, 32]
- name: entity_model_HitRedBlock_anim
dir: entity/model
type: code
start: 0xE49BE0
vram_class: entity_model_anim
subsegments:
- [auto, c, HitRedBlock_anim]
- name: entity_model_HeartBlockContent
dir: entity/model
type: code
start: 0xE49E40
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, HeartBlockContent]
- start: 0xE49E40
type: .data
name: HeartBlockContent
subsegments:
- [0xE49E40]
#- [0xE49E40, ci4, HeartBlockContent_img1, 32, 32]
#- [0xE4A040, ci4, HeartBlockContent_img2, 32, 32]
#- [0xE4A240, ci4, HeartBlockContent_img3, 32, 32]
#- [0xE4A440, palette, HeartBlockContent_pal] # this palette is common for all images above
#- [0xE4A460]
- name: entity_model_SuperBlockContent
dir: entity/model
type: code
start: 0xE4A6A0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, SuperBlockContent]
- start: 0xE4A6A0
type: .data
name: SuperBlockContent
subsegments:
- [0xE4A6A0, ci4, SuperBlockContent, 32, 32]
- [0xE4A8A0, palette, SuperBlockContent]
- [0xE4A8C0, palette, SuperBlockContent.pal2]
- [0xE4A8E0, palette, SuperBlockContent.pal3]
- [0xE4A900, palette, SuperBlockContent.pal4]
- [0xE4A920]
- name: entity_model_UltraBlockContent
dir: entity/model
type: code
start: 0xE4AA80
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, UltraBlockContent]
- start: 0xE4AA80
type: .data
name: UltraBlockContent
subsegments:
- [0xE4AA80]
#- [0xE4AA80, ci4, UltraBlockContent_img1, 32, 32]
#- [0xE4AC80, ci4, UltraBlockContent_img2, 32, 32]
#- [0xE4AE80, ci4, UltraBlockContent_img3, 32, 32]
#- [0xE4B080, palette, UltraBlockContent_pal] # this palette is common for all images above
#- [0xE4B0A0]
- name: entity_model_SaveBlock
dir: entity/model
type: code
start: 0xE4B2E0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, SaveBlock]
- start: 0xE4B2E0
type: .data
name: SaveBlock
subsegments:
- [0xE4B2E0, vtx, SaveBlock_1]
- [0xE4B650, vtx, SaveBlock_2]
- [0xE4B9A0, vtx, SaveBlock_3]
- [0xE4BBE0, rgba16, SaveBlock_star, 32, 32]
- [0xE4C3E0]
- [0xE4C450, rgba32, SaveBlock_face, 32, 32]
- [0xE4D450]
- [0xE4D4C8, rgba16, SaveBlock_letterS, 64, 32]
- [0xE4E4C8]
- name: entity_model_BoardedFloor
dir: entity/model
type: code
start: 0xE4E7F0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BoardedFloor]
- start: 0xE4E7F0
type: .data
name: BoardedFloor
subsegments:
- [0xE4E7F0, vtx, BoardedFloor_1]
- [0xE4E9D0, vtx, BoardedFloor_2]
- [0xE4EBB0, vtx, BoardedFloor_3]
- [0xE4ED90, vtx, BoardedFloor_4]
- [0xE4EF70, vtx, BoardedFloor_5]
- [0xE4F0F0, vtx, BoardedFloor_6]
- [0xE4F270, vtx, BoardedFloor_7]
- [0xE4F470, vtx, BoardedFloor_8]
- [0xE4F670, vtx, BoardedFloor_9]
- [0xE4F7F0, vtx, BoardedFloor_A]
- [0xE4F970, vtx, BoardedFloor_B]
- [0xE4FA70, vtx, BoardedFloor_C]
- [0xE4FBF0, rgba16, BoardedFloor, 64, 32]
- [0xE50BF0]
- name: entity_model_WoodenCrate
dir: entity/model
type: code
start: 0xE51640
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, WoodenCrate]
- start: 0xE51640
type: .data
name: WoodenCrate
subsegments:
- [0xE51640, vtx, WoodenCrate]
- [0xE52BA0, ci4, WoodenCrate_img1, 64, 64]
- [0xE533A0, palette, WoodenCrate_img1]
- [0xE533C0]
- [0xE53468, ci4, WoodenCrate_img2, 64, 64]
- [0xE53C68, palette, WoodenCrate_img2]
- [0xE53C88]
- name: entity_model_StarBoxLauncher
dir: entity/model
type: code
start: 0xE55A40
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, StarBoxLauncher]
- start: 0xE55A40
type: .data
name: StarBoxLauncher
subsegments:
- [0xE55A40, vtx, StarBoxLauncher_1]
- [0xE55B30, vtx, StarBoxLauncher_2]
- [0xE55C50, vtx, StarBoxLauncher_3]
- [0xE55C90, vtx, StarBoxLauncher_4]
- [0xE55CD0, rgba16, StarBoxLauncher_link, 16, 16]
- [0xE55ED0]
- [0xE55F48, ci4, StarBoxLauncher_face, 128, 32]
- [0xE56748, palette, StarBoxLauncher_face]
- [0xE56768]
- [0xE56810, ci4, StarBoxLauncher_box, 16, 32]
- [0xE56910, palette, StarBoxLauncher_box]
- [0xE56930]
- name: entity_model_HiddenPanel
dir: entity/model
type: code
start: 0xE56BA0
vram_class: entity_model
subsegments:
- [auto, c, HiddenPanel]
- name: entity_model_Tweester
dir: entity/model
type: code
start: 0xE56E60
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Tweester]
- start: 0xE56E60
type: .data
name: Tweester
subsegments:
- [0xE56E60, vtx, Tweester_1]
- [0xE57270, vtx, Tweester_2]
- [0xE57680, vtx, Tweester_3]
- [0xE576C0, vtx, Tweester_4]
- [0xE57A50, i8, Tweester_img1, 32, 32]
- [0xE57E50, i8, Tweester_img2, 32, 32]
- [0xE58250]
- [0xE58300, ci4, Tweester_img3, 64, 32]
- [0xE58700, palette, Tweester_img3]
- [0xE58720]
- name: entity_model_BlueWarpPipe
dir: entity/model
type: code
start: 0xE58CD0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BlueWarpPipe]
- start: 0xE58CD0
type: .data
name: BlueWarpPipe
subsegments:
- [0xE58CD0, vtx, BlueWarpPipe_1]
- [0xE58D30, vtx, BlueWarpPipe_2]
- [0xE58FB0, vtx, BlueWarpPipe_3]
- [0xE58FF0, ci4, BlueWarpPipe_texBase, 16, 16]
- [0xE59070, palette, BlueWarpPipe_texBase]
- [0xE59090]
- [0xE59140, ci4, BlueWarpPipe_texPipe, 32, 16]
- [0xE59240, palette, BlueWarpPipe_texPipe]
- [0xE59260]
- name: entity_model_Signpost
dir: entity/model
type: code
start: 0xE59480
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Signpost]
- start: 0xE59480
type: .data
name: Signpost
subsegments:
- [0xE59480, vtx, Signpost_1]
- [0xE595A0, vtx, Signpost_2]
- [0xE59A00, ci4, Signpost, 32, 32]
- [0xE59C00, palette, Signpost]
- [0xE59C20]
- name: entity_model_ArrowSign
dir: entity/model
type: code
start: 0xE59F00
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ArrowSign]
- start: 0xE59F00
type: .data
name: ArrowSign
subsegments:
- [0xE59F00]
- [0xE59F80, ci8, ArrowSign, 64, 32]
- [0xE5A780, palette, ArrowSign]
- [0xE5A980]
- name: entity_model_Padlock
dir: entity/model
type: code
start: 0xE5AB50
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Padlock]
- start: 0xE5AB50
type: .data
name: Padlock
subsegments:
- [0xE5AB50, vtx, Padlock_1]
- [0xE5B110, vtx, Padlock_2]
- [0xE5B170, vtx, Padlock_3]
- [0xE5B1B0, vtx, Padlock_4]
- [0xE5B250, ci8, Padlock_face, 32, 32]
- [0xE5B650, palette, Padlock_face]
- [0xE5B850]
- [0xE5B8F8, ci8, Padlock_keyhole, 32, 64]
- [0xE5C0F8, palette, Padlock_keyhole]
- [0xE5C2F8]
- [0xE5C3A0, ci8, Padlock_body, 32, 32]
- [0xE5C7A0, palette, Padlock_body]
- [0xE5C9A0]
- name: entity_model_PadlockRedFrame
dir: entity/model
type: code
start: 0xE5CD80
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PadlockRedFrame]
- start: 0xE5CD80
type: .data
name: PadlockRedFrame
subsegments:
- [0xE5CD80, vtx, PadlockRedFrame_1]
- [0xE5CF80, vtx, PadlockRedFrame_2]
- [0xE5CFC0, vtx, PadlockRedFrame_3]
- [0xE5D000, vtx, PadlockRedFrame_4]
- [0xE5D2C0, ci8, PadlockRedFrame_keyhole, 32, 64]
- [0xE5DAC0, palette, PadlockRedFrame_keyhole]
- [0xE5DCC0]
- [0xE5DD68, ci8, PadlockRedFrame_face, 32, 32]
- [0xE5E168, palette, PadlockRedFrame_face]
- [0xE5E368]
- name: entity_model_PadlockRedFace
dir: entity/model
type: code
start: 0xE5E730
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PadlockRedFace]
- start: 0xE5E730
type: .data
name: PadlockRedFace
subsegments:
- [0xE5E730, vtx, PadlockRedFace_1]
- [0xE5ECF0, vtx, PadlockRedFace_2]
- [0xE5ED50, vtx, PadlockRedFace_3]
- [0xE5ED90, vtx, PadlockRedFace_4]
- [0xE5EE30, i4, PadlockRedFace_face, 32, 32]
- [0xE5F030]
- [0xE5F0A8, ci8, PadlockRedFace_keyhole, 32, 64]
- [0xE5F8A8, palette, PadlockRedFace_keyhole]
- [0xE5FAA8]
- [0xE5FB50, ci8, PadlockRedFace_body, 32, 32]
- [0xE5FF50, palette, PadlockRedFace_body]
- [0xE60150]
- name: entity_model_PadlockBlueFace
dir: entity/model
type: code
start: 0xE60550
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PadlockBlueFace]
- start: 0xE60550
type: .data
name: PadlockBlueFace
subsegments:
- [0xE60550, vtx, PadlockBlueFace_1]
- [0xE60B10, vtx, PadlockBlueFace_2]
- [0xE60B70, vtx, PadlockBlueFace_3]
- [0xE60BB0, vtx, PadlockBlueFace_4]
- [0xE60C50, i4, PadlockBlueFace_face, 32, 32]
- [0xE60E50]
- [0xE60EC8, ci8, PadlockBlueFace_keyhole, 32, 64]
- [0xE616C8, palette, PadlockBlueFace_keyhole]
- [0xE618C8]
- [0xE61970, ci8, PadlockBlueFace_body, 32, 32]
- [0xE61D70, palette, PadlockBlueFace_body]
- [0xE61F70]
- name: entity_model_GreenStompSwitch
dir: entity/model
type: code
start: 0xE62370
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, GreenStompSwitch]
- start: 0xE62370
type: .data
name: GreenStompSwitch
subsegments:
- [0xE62370, vtx, GreenStompSwitch_1]
- [0xE623F0, vtx, GreenStompSwitch_2]
- [0xE625F0, ci4, GreenStompSwitch_tex, 16, 16]
- [0xE62670, palette, GreenStompSwitch_tex]
- [0xE62690]
- [0xE62748, ci4, GreenStompSwitch_exclamationMark, 16, 32]
- [0xE62848, palette, GreenStompSwitch_exclamationMark]
- [0xE62868]
- name: entity_model_RedSwitch
dir: entity/model
type: code
start: 0xE62AC0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, RedSwitch]
- start: 0xE62AC0
type: .data
name: RedSwitch
subsegments:
- [0xE62AC0, vtx, RedSwitch_1]
- [0xE62E50, vtx, RedSwitch_2]
- [0xE62E90, vtx, RedSwitch_3]
- [0xE63090, ci8, RedSwitch_tex, 16, 16]
- [0xE63190, palette, RedSwitch_tex]
- [0xE63390]
- [0xE63438, ia4, RedSwitch_exclamationMark, 16, 32]
- [0xE63538]
- name: entity_model_BlueSwitch
dir: entity/model
type: code
start: 0xE639C0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BlueSwitch]
- start: 0xE639C0
type: .data
name: BlueSwitch
subsegments:
- [0xE639C0, vtx, BlueSwitch_1]
- [0xE63CC0, vtx, BlueSwitch_2]
- [0xE63D50, vtx, BlueSwitch_3]
- [0xE63D90, vtx, BlueSwitch_4]
- [0xE63F90, ci8, BlueSwitch_tex, 16, 16]
- [0xE64090, palette, BlueSwitch_tex]
- [0xE64290]
- [0xE64338, ia4, BlueSwitch_exclamationMark, 16, 32]
- [0xE64438]
- name: entity_model_Chest
dir: entity/model
type: code
start: 0xE648D0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, Chest]
- start: 0xE648D0
type: .data
name: Chest
subsegments:
- [0xE648D0, vtx, Chest_1]
- [0xE64A60, vtx, Chest_2]
- [0xE64AE0, vtx, Chest_3]
- [0xE64C60, vtx, Chest_4]
- [0xE64CE0, rgba16, Chest_tex1, 16, 32]
- [0xE650E0]
- [0xE65168, ci4, Chest_tex2, 16, 32]
- [0xE65268, palette, Chest_tex2]
- [0xE65288]
- [0xE65340, ci4, Chest_lock, 16, 32]
- [0xE65440, palette, Chest_lock]
- [0xE65460]
- name: entity_model_ScriptSpring_gfx
dir: entity/model
type: code
start: 0xE657A0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, ScriptSpring_gfx]
- start: 0xE657A0
type: .data
name: ScriptSpring_gfx
subsegments:
- [0xE657A0, vtx, ScriptSpring_1]
- [0xE65A20, vtx, ScriptSpring_2]
- [0xE65AA0, vtx, ScriptSpring_3]
- [0xE65B20, vtx, ScriptSpring_4]
- [0xE65BA0, vtx, ScriptSpring_5]
- [0xE65E20, vtx, ScriptSpring_6]
- [0xE65F80, vtx, ScriptSpring_7]
- [0xE66000, ci8, ScriptSpring_tex1, 16, 16]
- [0xE66100, palette, ScriptSpring_tex1]
- [0xE66300]
- [0xE663A8, ci8, ScriptSpring_tex2, 16, 16]
- [0xE664A8, palette, ScriptSpring_tex2]
- [0xE666A8]
- [0xE66750, ci8, ScriptSpring_star, 32, 32]
- [0xE66B50, palette, ScriptSpring_star]
- [0xE66D50]
- name: entity_model_ScriptSpring_anim
dir: entity/model
type: code
start: 0xE67120
vram_class: entity_model_anim
subsegments:
- [auto, c, ScriptSpring_anim]
- name: entity_model_SimpleSpring_gfx
dir: entity/model
type: code
start: 0xE68580
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, SimpleSpring_gfx]
- start: 0xE68580
type: .data
name: SimpleSpring_gfx
subsegments:
- [0xE68580, vtx, SimpleSpring_1]
- [0xE68800, vtx, SimpleSpring_2]
- [0xE68880, vtx, SimpleSpring_3]
- [0xE68900, vtx, SimpleSpring_4]
- [0xE68B80, vtx, SimpleSpring_5]
- [0xE68CE0, vtx, SimpleSpring_6]
- [0xE68D60, ci8, SimpleSpring_tex1, 16, 16]
- [0xE68E60, palette, SimpleSpring_tex1]
- [0xE69060]
- [0xE69108, rgba16, SimpleSpring_tex2, 16, 16]
- [0xE69308]
- [0xE69380, ci8, SimpleSpring_star, 32, 32]
- [0xE69780, palette, SimpleSpring_star]
- [0xE69980]
- name: entity_model_SimpleSpring_anim
dir: entity/model
type: code
start: 0xE69D50
vram_class: entity_model_anim
subsegments:
- [auto, c, SimpleSpring_anim]
- name: entity_model_BellbellPlant_gfx
dir: entity/model
type: code
start: 0xE6B1B0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BellbellPlant_gfx]
- start: 0xE6B1B0
type: .data
name: BellbellPlant_gfx
subsegments:
- [0xE6B1B0, vtx, BellbellPlant_1]
- [0xE6B540, vtx, BellbellPlant_2]
- [0xE6B7F0, vtx, BellbellPlant_3]
- [0xE6B8D0, vtx, BellbellPlant_4]
- [0xE6BBC0, vtx, BellbellPlant_5]
- [0xE6BCA0]
- [0xE6C240, rgba16, BellbellPlant, 16, 16]
- name: entity_model_BellbellPlant_anim
dir: entity/model
type: code
start: 0xE6C440
vram_class: entity_model_anim
subsegments:
- [auto, c, BellbellPlant_anim]
- name: entity_model_TrumpetPlant_gfx
dir: entity/model
type: code
start: 0xE6D390
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, TrumpetPlant_gfx]
- start: 0xE6D390
type: .data
name: TrumpetPlant_gfx
subsegments:
- [0xE6D390, vtx, TrumpetPlant_1]
- [0xE6D5D0, vtx, TrumpetPlant_2]
- [0xE6DD40]
- [0xE6E0D0, rgba16, TrumpetPlant, 16, 16]
- name: entity_model_TrumpetPlant_anim
dir: entity/model
type: code
start: 0xE6E2D0
vram_class: entity_model_anim
subsegments:
- [auto, c, TrumpetPlant_anim]
- name: entity_model_MunchlesiaReset_gfx
dir: entity/model
type: code
start: 0xE6E660
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaReset_gfx]
- start: 0xE6E660
type: .data
name: MunchlesiaReset_gfx
subsegments:
- [0xE6E660, vtx, MunchlesiaReset]
- [0xE6FF50]
- [0xE74548, rgba16, MunchlesiaReset, 16, 16]
- name: entity_model_MunchlesiaReset_anim
dir: entity/model
type: code
start: 0xE74750
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaReset_anim]
- name: entity_model_MunchlesiaGrab_gfx
dir: entity/model
type: code
start: 0xE74BD0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaGrab_gfx]
- start: 0xE74BD0
type: .data
name: MunchlesiaGrab_gfx
subsegments:
- [0xE74BD0, vtx, MunchlesiaGrab]
- [0xE764C0]
- [0xE7AAB8, rgba16, MunchlesiaGrab, 16, 16]
- name: entity_model_MunchlesiaGrab_anim
dir: entity/model
type: code
start: 0xE7ACC0
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaGrab_anim]
- name: entity_model_MunchlesiaEnvelop_gfx
dir: entity/model
type: code
start: 0xE7B0E0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaEnvelop_gfx]
- start: 0xE7B0E0
type: .data
name: MunchlesiaEnvelop_gfx
subsegments:
- [0xE7B0E0, vtx, MunchlesiaEnvelop]
- [0xE7C9D0]
- [0xE80FC8, rgba16, MunchlesiaEnvelop, 16, 16]
- name: entity_model_MunchlesiaEnvelop_anim
dir: entity/model
type: code
start: 0xE811D0
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaEnvelop_anim]
- name: entity_model_MunchlesiaBeginChew_gfx
dir: entity/model
type: code
start: 0xE815F0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaBeginChew_gfx]
- start: 0xE815F0
type: .data
name: MunchlesiaBeginChew_gfx
subsegments:
- [0xE815F0, vtx, MunchlesiaBeginChew]
- [0xE82EE0]
- [0xE87E30, rgba16, MunchlesiaBeginChew, 16, 16]
- name: entity_model_MunchlesiaBeginChew_anim
dir: entity/model
type: code
start: 0xE88030
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaBeginChew_anim]
- name: entity_model_MunchlesiaChewing_gfx
dir: entity/model
type: code
start: 0xE884A0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaChewing_gfx]
- start: 0xE884A0
type: .data
name: MunchlesiaChewing_gfx
subsegments:
- [0xE884A0, vtx, MunchlesiaChewing]
- [0xE89D90]
- [0xE8A210, rgba16, MunchlesiaChewing, 16, 16]
- name: entity_model_MunchlesiaChewing_anim
dir: entity/model
type: code
start: 0xE8A410
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaChewing_anim]
- name: entity_model_MunchlesiaSpitOut_gfx
dir: entity/model
type: code
start: 0xE8A9E0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaSpitOut_gfx]
- start: 0xE8A9E0
type: .data
name: MunchlesiaSpitOut_gfx
subsegments:
- [0xE8A9E0, vtx, MunchlesiaSpitOut]
- [0xE8C2D0]
- [0xE91220, rgba16, MunchlesiaSpitOut, 16, 16]
- name: entity_model_MunchlesiaSpitOut_anim
dir: entity/model
type: code
start: 0xE91420
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaSpitOut_anim]
- name: entity_model_MunchlesiaReset1_gfx
dir: entity/model
type: code
start: 0xE91890
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, MunchlesiaReset1_gfx]
- start: 0xE91890
type: .data
name: MunchlesiaReset1_gfx
subsegments:
- [0xE91890, vtx, MunchlesiaReset1]
- [0xE93180]
- [0xE980D0, rgba16, MunchlesiaReset1, 16, 16]
- name: entity_model_MunchlesiaReset1_anim
dir: entity/model
type: code
start: 0xE982D0
vram_class: entity_model_anim
subsegments:
- [auto, c, MunchlesiaReset1_anim]
- name: entity_model_CymbalPlant_anim
dir: entity/model
type: code
start: 0xE98740
vram_class: entity_model_anim
subsegments:
- [auto, c, CymbalPlant_anim]
- name: entity_model_CymbalPlant_gfx
dir: entity/model
type: code
start: 0xE992F0
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, CymbalPlant_gfx]
- start: 0xE992F0
type: .data
name: CymbalPlant_gfx
subsegments:
- [0xE992F0, ci4, CymbalPlant, 64, 64]
- [0xE99AF0, palette, CymbalPlant]
- [0xE99B10]
- [0xE99BB8, vtx, CymbalPlant_1]
- [0xE99C58, vtx, CymbalPlant_2]
- [0xE99CB8, vtx, CymbalPlant_3]
- [0xE99D58, vtx, CymbalPlant_4]
- [0xE99EA8, vtx, CymbalPlant_5]
- [0xE9A018, vtx, CymbalPlant_6]
- [0xE9A0A8, vtx, CymbalPlant_7]
- [0xE9A218, vtx, CymbalPlant_8]
- [0xE9A368]
- name: entity_model_PinkFlower_anim
dir: entity/model
type: code
start: 0xE9A990
vram_class: entity_model_anim
subsegments:
- [auto, c, PinkFlower_anim]
- name: entity_model_PinkFlower_gfx
dir: entity/model
type: code
start: 0xE9B500
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, PinkFlower_gfx]
- start: 0xE9B500
type: .data
name: PinkFlower_gfx
subsegments:
- [0xE9B500, vtx, PinkFlower_1]
- [0xE9B540, vtx, PinkFlower_2]
- [0xE9B790, vtx, PinkFlower_3]
- [0xE9B8B0, vtx, PinkFlower_4]
- [0xE9B9B0, vtx, PinkFlower_5]
- [0xE9BAB0, ia16, PinkFlower_light, 16, 16]
- [0xE9BCB0]
- [0xE9BD20, rgba16, PinkFlower_tex, 16, 64]
- [0xE9C520]
- name: entity_model_SpinningFlower
dir: entity/model
type: code
start: 0xE9C900
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, SpinningFlower]
- start: 0xE9C900
type: .data
name: SpinningFlower
subsegments:
- [0xE9C900, vtx, SpinningFlower_1]
- [0xE9C950, vtx, SpinningFlower_2]
- [0xE9C9A0, vtx, SpinningFlower_3]
- [0xE9CA20, vtx, SpinningFlower_4]
- [0xE9CA80, ia4, SpinningFlower_img1, 16, 32]
- [0xE9CB80]
- [0xE9CBF8, rgba16, SpinningFlower_petal, 32, 32]
- [0xE9D3F8]
- name: entity_model_BombableRock
dir: entity/model
type: code
start: 0xE9D650
vram_class: entity_model
symbol_name_format: $VRAM_$ROM
subsegments:
- [auto, c, BombableRock]
- start: 0xE9D650
type: .data
name: BombableRock
subsegments:
- [0xE9D650, vtx, BombableRock_1]
- [0xE9D9D0, vtx, BombableRock_2]
- [0xE9DAF0, vtx, BombableRock_3]
- [0xE9DC50, vtx, BombableRock_4]
- [0xE9DD70, vtx, BombableRock_5]
- [0xE9DE90, ci4, BombableRock, 64, 64]
- [0xE9E690, palette, BombableRock]
- [0xE9E6B0]
#################
### Dead maps ###
#################
- [0xE9ECD0, bin, dead_kzn_11_end] # tail of dead kzn_11
#- name: dead_kzn_11
# dir: world/dead/area_kzn/kzn_11
# type: code
# start: 0xE9AFF0
# vram_class: map
# subsegments:
# - [auto, c, settings]
# - [auto, c, main]
# - [auto, c, platforms]
# - [auto, c, npc]
# - [0xE9D650]
- name: dead_kzn_17
dir: world/dead/area_kzn/kzn_17
type: code
start: 0xEA0900
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, tromp]
- name: dead_kzn_18
dir: world/dead/area_kzn/kzn_18
type: code
start: 0xEA6FD0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dead_kzn_19
dir: world/dead/area_kzn/kzn_19
type: code
start: 0xEA8AE0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc_settings]
- [auto, c, npc]
- [auto, c, eruption]
- [auto, c, entity]
- start: 0xEABB20
type: .data
name: npc
subsegments:
- [0xEABB20]
- [0xEABFB8, ci4, ../../lava_piranha/vine, 64, 32]
- [0xEAC3B8, palette, ../../lava_piranha/vine]
- [0xEAC5B8, gfx_common, ../../lava_piranha/vine]
- [0xEAC698]
- name: dead_kzn_20
dir: world/dead/area_kzn/kzn_20
type: code
start: 0xEB0E60
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: dead_kzn_22
dir: world/dead/area_kzn/kzn_22
type: code
start: 0xEB5130
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, entity]
- [auto, c, npc]
- name: dead_kzn_23
dir: world/dead/area_kzn/kzn_23
type: code
start: 0xEB7230
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: dead_flo_00
dir: world/dead/area_flo/flo_00
type: code
start: 0xEB8E50
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, epilogue]
- [auto, c, beanstalk]
- [auto, c, entity]
- name: dead_flo_03
dir: world/dead/area_flo/flo_03
type: code
start: 0xEC2200
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, entity]
- name: dead_flo_07
dir: world/dead/area_flo/flo_07
type: code
start: 0xEC71B0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: dead_flo_08
dir: world/dead/area_flo/flo_08
type: code
start: 0xEC9D00
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, foliage]
- [auto, c, vines]
- name: dead_flo_09
dir: world/dead/area_flo/flo_09
type: code
start: 0xECFFF0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, foliage]
- [auto, c, npc]
- name: dead_flo_10
dir: world/dead/area_flo/flo_10
type: code
start: 0xED4220
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, fountain]
- [auto, c, npc]
- [auto, c, waterfx]
- [auto, c, foliage]
- name: dead_flo_11
dir: world/dead/area_flo/flo_11
type: code
start: 0xED8E20
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- name: dead_flo_12
dir: world/dead/area_flo/flo_12
type: code
start: 0xEDBFE0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- name: dead_flo_13
dir: world/dead/area_flo/flo_13
type: code
start: 0xEDE9C0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, new_partner]
- name: dead_flo_14
dir: world/dead/area_flo/flo_14
type: code
start: 0xEE65B0
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, bubbles]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, logs]
- name: dead_flo_15
dir: world/dead/area_flo/flo_15
type: code
start: 0xEEB990
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, npc]
- [auto, c, entity]
- [auto, c, stairs]
- name: dead_flo_16
dir: world/dead/area_flo/flo_16
type: code
start: 0xEED100
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, vines]
- [auto, c, entity]
- [auto, c, npc]
- [auto, c, puzzle]
- name: dead_flo_17
dir: world/dead/area_flo/flo_17
type: code
start: 0xEF2610
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, logs]
- [auto, c, npc]
- [auto, c, entity]
- name: dead_flo_18
dir: world/dead/area_flo/flo_18
type: code
start: 0xEF7A80
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, main]
- [auto, c, machine]
- [auto, c, npc]
- [auto, c, foliage]
- name: dead_flo_19
dir: world/dead/area_flo/flo_19
type: code
start: 0xEFEB00
vram_class: map
dead_code: True
subsegments:
- [auto, c, settings]
- [auto, c, music]
- [auto, c, entity]
- [auto, c, main]
- [auto, c, clouds]
- [auto, c, beanstalk]
- [0xF00000, pm_sbn, audio]
- [0x1942C40, bin, copy_1942C40] # copy of 0x1642C40 - 0x1643000
- { start: 0x1943000, align: 8, type: pm_sprites, name: sprites }
- [0x1B82208, bin, pad_1B82208] # zeros
- [0x1B8220C, bin, copy_1B8220C] # copy of 0x188220C - 0x1883000
- start: 0x1B83000
type: pm_msg
files:
- 00_Intro
- 01_Outro
- 02_ToadTownGate
- 03_ToadTownPlaza
- 04_ToadTownBridge
- 05_ToadTownStation
- 06_ToadTownHousing
- 07_ToadTownPort
- 08_Minigame
- 09_CastleGrounds
- 0A_ShootingStarSummit
- 0B_Prologue
- 0C_Chapter1
- 0D_Chapter2
- 0E_Chapter3
- 0F_Chapter4
- 10_Chapter5
- 11_Chapter6
- 12_Chapter7
- 13_Chapter8
- 14_Peach
- 15_KootFavors
- 16_RussTHints
- 17_NewsBoard
- 18_GossipBoard
- 19_MapTattles
- 1A_NpcTattles
- 1B_EntityTattles
- 1C_EnemyTattles
- 1D_Menus
- 1E_Choices
- 1F_MenuTips
- 20_Documents
- 21_MerlonHints
- 22_MerluvleeHints
- 23_ShortItemDesc
- 24_ShopItemDesc
- 25_FullItemDesc
- 26_ItemNames
- 27_Shops
- 28_PartnerDesc
- 29_EnemyNames
- 2A_PlayerMoves
- 2B_PartnerMoves
- 2C_QuizQuestions
- 2D_QuizChoices
- 2E_Credits
- [0x1C84D30, bin, unk_1C84D30] # junk(?)
- [0x1E00000, bin, copy_1E00000] # copy of 0x1943000 - 0x1983000
- [0x1E40000, pm_map_data, mapfs]
- { name: copy_27FEE22, type: bin, start: 0x27FEE22, subalign: 2 } # copy of 0x232EE22 - 0x2330000
- [0x2800000]