jep-hack/engine/overworld
Llinos Evans a8546f60c9 Nihon + Silent Hills Groundwork
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
```
2023-10-20 06:23:47 +01:00
..
cmd_queue.asm First Commit 2023-09-10 12:35:35 -04:00
decorations.asm First Commit 2023-09-10 12:35:35 -04:00
events.asm First Commit 2023-09-10 12:35:35 -04:00
init_map.asm First Commit 2023-09-10 12:35:35 -04:00
landmarks.asm Nihon + Silent Hills Groundwork 2023-10-20 06:23:47 +01:00
load_map_part.asm Tiles can have different attributes in different blocks 2023-09-13 12:44:30 -04:00
map_object_action.asm First Commit 2023-09-10 12:35:35 -04:00
map_objects.asm First Commit 2023-09-10 12:35:35 -04:00
map_objects_2.asm First Commit 2023-09-10 12:35:35 -04:00
map_setup.asm First Commit 2023-09-10 12:35:35 -04:00
movement.asm First Commit 2023-09-10 12:35:35 -04:00
npc_movement.asm First Commit 2023-09-10 12:35:35 -04:00
overworld.asm Initial giant enby Commit 2023-09-11 11:26:46 -04:00
player_movement.asm First Commit 2023-09-10 12:35:35 -04:00
player_object.asm Initial giant enby Commit 2023-09-11 11:26:46 -04:00
player_step.asm First Commit 2023-09-10 12:35:35 -04:00
scripting.asm First Commit 2023-09-10 12:35:35 -04:00
select_menu.asm First Commit 2023-09-10 12:35:35 -04:00
spawn_points.asm First Commit 2023-09-10 12:35:35 -04:00
tile_events.asm First Commit 2023-09-10 12:35:35 -04:00
time.asm First Commit 2023-09-10 12:35:35 -04:00
variables.asm Finish adding nonbinary player option 2023-09-12 00:30:11 -04:00
warp_connection.asm First Commit 2023-09-10 12:35:35 -04:00
wildmons.asm First Commit 2023-09-10 12:35:35 -04:00