mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-09 04:29:39 -04:00
C file for Fishing, some changes to collider scripts, a few minor cleanups (#210)
* Improve match in EnFirefly_Draw * Vestigial fishing files, add enums * Improve scripts, add ColChkInfo one * Some minor actor cleanup (static etc) * C file for Fishing, remove some local vars from variables.h * Remove comma and format * Newline * Review suggestions
This commit is contained in:
@@ -1902,8 +1902,9 @@ SECTIONS
|
||||
_ovl_En_FishingSegmentStart = SegmentStart;
|
||||
ovl_En_Fishing : AT(RomLocation)
|
||||
{
|
||||
build/asm/overlays/ovl_En_Fishing_0x808FC6C0.o(.text)
|
||||
build/src/overlays/actors/ovl_En_Fishing/z_en_fishing.o(.text)
|
||||
build/asm/overlays/ovl_En_Fishing_data.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Fishing/z_en_fishing.o(.rodata)
|
||||
build/asm/overlays/ovl_En_Fishing_rodata.o(.rodata)
|
||||
ovl_En_Fishing_bss_start = .;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user