mirror of
https://github.com/thornAvery/jep-hack.git
synced 2025-11-14 00:56:40 +13: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
```
|
||
|---|---|---|
| .. | ||
| battle | ||
| battle_anims | ||
| battle_tower | ||
| collision | ||
| decorations | ||
| events | ||
| items | ||
| maps | ||
| moves | ||
| phone | ||
| pokemon | ||
| radio | ||
| sprite_anims | ||
| sprites | ||
| text | ||
| tilesets | ||
| trainers | ||
| types | ||
| wild | ||
| credits_script.asm | ||
| credits_strings.asm | ||
| default_options.asm | ||
| growth_rates.asm | ||
| icon_pointers.asm | ||
| mon_menu.asm | ||
| party_menu_qualities.asm | ||
| player_names.asm | ||
| predef_pointers.asm | ||
| sgb_ctrl_packets.asm | ||
| text_buffers.asm | ||
| tilesets.asm | ||