mirror of
https://github.com/thornAvery/jep-hack.git
synced 2026-02-06 16:15:24 +13:00
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
```
This commit is contained in:
parent
26bb9fbc7b
commit
a8546f60c9
22 changed files with 155 additions and 4 deletions
2
maps/SilentHills.ablk
Normal file
2
maps/SilentHills.ablk
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
IJHFABFIJaJE
|
||||
xxIIIIIJTvvvvU
|
||||
25
maps/SilentHills.asm
Normal file
25
maps/SilentHills.asm
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
object_const_def
|
||||
;const GLOBALTERMINALOUTSIDE_ROCKET
|
||||
|
||||
SilentHills_MapScripts:
|
||||
def_scene_scripts
|
||||
|
||||
def_callbacks
|
||||
callback MAPCALLBACK_NEWMAP, SilentHillFlypointCallback
|
||||
|
||||
SilentHillsFlypointCallback:
|
||||
setflag ENGINE_FLYPOINT_SILENT_HILLS
|
||||
endcallback
|
||||
|
||||
SilentHills_MapEvents:
|
||||
db 0, 0 ; filler
|
||||
|
||||
def_warp_events
|
||||
;warp_event 8, 13, GLOBAL_TERMINAL_1F, 1
|
||||
|
||||
def_coord_events
|
||||
|
||||
def_bg_events
|
||||
|
||||
def_object_events
|
||||
;object_event 24, 16, SPRITE_ROCKET, SPRITEMOVEDATA_STANDING_UP, 0, 0, -1, -1, 0, OBJECTTYPE_SCRIPT, 0, GoldenrodCityRocketScoutScript, EVENT_GOLDENROD_CITY_ROCKET_SCOUT
|
||||
Loading…
Add table
Add a link
Reference in a new issue