mirror of
https://github.com/zeldaret/mm.git
synced 2026-06-06 11:37:19 -04:00
Ovl_En_Fsn Ok and Documented (#204)
* First decomp pass: Matched everything w/ data * Minor cleanup of func_80AE2F78 * Documented * Format * Some cleanup and PR suggestions * Format * Add the word player to a few functions to specify it is the player trying to buy * Add controller macros * Move common shopkeeper defines * name unk274 and add note to unk27A * Remove macros and just use flag defines * Convert Controller Macros to take globalCtx * Fix merge conflicts
This commit is contained in:
@@ -6119,9 +6119,9 @@ SECTIONS
|
||||
ovl_En_Fsn : AT(RomLocation)
|
||||
{
|
||||
build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.text)
|
||||
build/asm/overlays/ovl_En_Fsn_data.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.data)
|
||||
build/src/overlays/actors/ovl_En_Fsn/z_en_fsn.o(.rodata)
|
||||
build/asm/overlays/ovl_En_Fsn_rodata.o(.rodata)
|
||||
build/src/overlays/actors/ovl_En_Fsn/z_en_fsn_overlay.o(.ovl)
|
||||
}
|
||||
SegmentEnd = .;
|
||||
SegmentSize = SegmentEnd - SegmentStart;
|
||||
|
||||
Reference in New Issue
Block a user