Skip to content

Commit

Permalink
Remove lingering references to incorrect file
Browse files Browse the repository at this point in the history
  • Loading branch information
Rozelette committed Feb 27, 2020
1 parent 50a7c1c commit b444031
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions include/dmadata.h
Original file line number Diff line number Diff line change
Expand Up @@ -279,8 +279,8 @@ extern u32 ovl_En_Rd_vrom_end;
extern u32 ovl_Bg_F40_Flift_vrom_start;
extern u32 ovl_Bg_F40_Flift_vrom_end;

extern u32 ovl_Bg_Heavy_Block_vrom_start;
extern u32 ovl_Bg_Heavy_Block_vrom_end;
extern u32 ovl_Obj_Mure_vrom_start;
extern u32 ovl_Obj_Mure_vrom_end;

extern u32 ovl_En_Sw_vrom_start;
extern u32 ovl_En_Sw_vrom_end;
Expand Down
4 changes: 2 additions & 2 deletions linker_scripts/dmadata_script.txt
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ ovl_En_Rd_vrom_end = 0x00D51720;
ovl_Bg_F40_Flift_vrom_start = 0x00D51720;
ovl_Bg_F40_Flift_vrom_end = 0x00D51AA0;

ovl_Bg_Heavy_Block_vrom_start = 0x00D51AA0;
ovl_Bg_Heavy_Block_vrom_end = 0x00D52B10;
ovl_Obj_Mure_vrom_start = 0x00D51AA0;
ovl_Obj_Mure_vrom_end = 0x00D52B10;

ovl_En_Sw_vrom_start = 0x00D52B10;
ovl_En_Sw_vrom_end = 0x00D56050;
Expand Down
2 changes: 1 addition & 1 deletion tables/dmadata_table.txt
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
('build/decomp/ovl_En_Floormas', 'build/comp/ovl_En_Floormas.yaz0', 0x10, 0),
('build/decomp/ovl_En_Rd', 'build/comp/ovl_En_Rd.yaz0', 0x10, 0),
('build/decomp/ovl_Bg_F40_Flift', 'build/comp/ovl_Bg_F40_Flift.yaz0', 0x10, 0),
('build/decomp/ovl_Bg_Heavy_Block', 'build/comp/ovl_Bg_Heavy_Block.yaz0', 0x10, 0),
('build/decomp/ovl_Obj_Mure', 'build/comp/ovl_Obj_Mure.yaz0', 0x10, 0),
('build/decomp/ovl_En_Sw', 'build/comp/ovl_En_Sw.yaz0', 0x10, 0),
('build/decomp/ovl_Object_Kankyo', 'build/comp/ovl_Object_Kankyo.yaz0', 0x10, 0),
('build/decomp/ovl_En_Horse_Link_Child', 'build/comp/ovl_En_Horse_Link_Child.yaz0', 0x10, 0),
Expand Down
2 changes: 1 addition & 1 deletion tables/makerom_files.txt
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ build/comp/ovl_Demo_Kankyo.yaz0
build/comp/ovl_En_Floormas.yaz0
build/comp/ovl_En_Rd.yaz0
build/comp/ovl_Bg_F40_Flift.yaz0
build/comp/ovl_Bg_Heavy_Block.yaz0
build/comp/ovl_Obj_Mure.yaz0
build/comp/ovl_En_Sw.yaz0
build/comp/ovl_Object_Kankyo.yaz0
build/comp/ovl_En_Horse_Link_Child.yaz0
Expand Down

0 comments on commit b444031

Please sign in to comment.