mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-09-17 02:30:50 +12:00
![]() Currently doesn't build due to a weird error ``` rgbasm -hL -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 -o data/maps/map_data.o data/maps/map_data.asm error: data/maps/map_data.asm(3) -> data/maps/maps.asm(544) -> macros/asserts.as m::assert_table_length(14): Expected constant expression: 'NUM_SILENT_HILLS_MAP' is not constant at asse mbly time error: data/maps/map_data.asm(3) -> data/maps/maps.asm(544) -> macros/asserts.as m::assert_table_length(16): Assertion failed: MapGroup_SilentHills: expected 0 entries, each 9 bytes error: Assembly aborted (2 errors)! make: *** [Makefile:119: data/maps/map_data.o] Error 1 ``` |
||
---|---|---|
.. | ||
cmd_queue.asm | ||
decorations.asm | ||
events.asm | ||
init_map.asm | ||
landmarks.asm | ||
load_map_part.asm | ||
map_object_action.asm | ||
map_objects.asm | ||
map_objects_2.asm | ||
map_setup.asm | ||
movement.asm | ||
npc_movement.asm | ||
overworld.asm | ||
player_movement.asm | ||
player_object.asm | ||
player_step.asm | ||
scripting.asm | ||
select_menu.asm | ||
spawn_points.asm | ||
tile_events.asm | ||
time.asm | ||
variables.asm | ||
warp_connection.asm | ||
wildmons.asm |