mirror of
https://github.com/zeldaret/oot.git
synced 2025-07-03 06:24:30 +00:00
Convert z_map_data to C (#183)
* Convert z_map_data to C * Style Co-authored-by: Random <28494085+Random06457@users.noreply.github.com> * Cleanup Co-authored-by: Random <28494085+Random06457@users.noreply.github.com> * Convert the whole file * Cleanup * Cleanup Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com> * floorNames → floorID * Style * Format & fix switch array padding * Remove trailing zeroes * Cleanup Co-authored-by: Random <28494085+Random06457@users.noreply.github.com> Co-authored-by: Roman971 <32455037+Roman971@users.noreply.github.com>
This commit is contained in:
parent
78049aa5c5
commit
69e30364b9
4 changed files with 354 additions and 127 deletions
2
spec
2
spec
|
@ -334,7 +334,7 @@ beginseg
|
|||
include "build/src/code/z_onepointdemo.o"
|
||||
include "build/data/z_onepointdemo.data.o"
|
||||
include "build/src/code/z_map_exp.o"
|
||||
include "build/data/z_map_data.data.o"
|
||||
include "build/src/code/z_map_data.o"
|
||||
include "build/src/code/z_parameter.o"
|
||||
include "build/src/code/z_path.o"
|
||||
include "build/src/code//code_8008E6A0.o"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue