mirror of
https://github.com/zeldaret/mm.git
synced 2026-08-22 06:19:54 -04:00
bg_iknin_susceil OK (#186)
* 6 functions left * All but one function matched * all functions decomped * Formatted files * Added switch flag define * Made all suggested changes
This commit is contained in:
@@ -8928,9 +8928,9 @@ SECTIONS
|
||||
ovl_Bg_Iknin_Susceil : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.text)
|
||||
build/asm/overlays/ovl_Bg_Iknin_Susceil_data.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.data)
|
||||
build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil.o(.rodata)
|
||||
build/asm/overlays/ovl_Bg_Iknin_Susceil_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_Bg_Iknin_Susceil/z_bg_iknin_susceil_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
@@ -243,6 +243,11 @@ D_06003478 = 0x06003478;
|
||||
D_06000040 = 0x06000040;
|
||||
D_060024F0 = 0x060024F0;
|
||||
|
||||
/* z_bg_iknin_susceil */
|
||||
D_0600CBAC = 0x0600CBAC;
|
||||
D_0600C670 = 0x0600C670;
|
||||
D_0600C308 = 0x0600C308;
|
||||
|
||||
/* z_bg_keikoku_spr */
|
||||
D_06000100 = 0x06000100;
|
||||
D_060001F8 = 0x060001F8;
|
||||
|
||||
Reference in New Issue
Block a user