diff options
| author | mzxrules <mzxrules@gmail.com> | 2023-11-06 07:02:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-06 23:02:52 +1100 |
| commit | ddb63dcec217104580cced6bf00a88ef91f5563f (patch) | |
| tree | aa4c89e4e3b0e0295331b6a3d106fd91cd64e672 /spec | |
| parent | 5b4fddf16e3564a6703bc7601495365d5e57a3b9 (diff) | |
z_hono_trap OK (#1437)
* match first couple of funcs
* Attempt all functions
* add flags, func_80930190 OK
* z_en_honotrap OK
* clean things up
* implement most suggestions
* space out OPEN/CLOSE_DISP
* more improvements
* implement suggestions
* implement alf suggestions
* u substitution
* nitpicky
* format
Diffstat (limited to 'spec')
| -rw-r--r-- | spec | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -655,7 +655,7 @@ beginseg include "build/src/overlays/gamestates/ovl_file_choose/z_file_choose_NES.o" #ifdef NON_MATCHING include "build/src/overlays/gamestates/ovl_file_choose/ovl_file_choose_reloc.o" - #else + #else include "build/data/ovl_file_choose/ovl_file_choose.reloc.o" #endif endseg @@ -1339,8 +1339,7 @@ beginseg name "ovl_En_Honotrap" compress include "build/src/overlays/actors/ovl_En_Honotrap/z_en_honotrap.o" - include "build/data/ovl_En_Honotrap/ovl_En_Honotrap.data.o" - include "build/data/ovl_En_Honotrap/ovl_En_Honotrap.reloc.o" + include "build/src/overlays/actors/ovl_En_Honotrap/ovl_En_Honotrap_reloc.o" endseg beginseg |
