Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Make evening the fourth time of day" is not compatible with RGDBS 0.7.0 #1122

Open
N3rd1n5id3 opened this issue May 14, 2024 · 0 comments
Open
Labels

Comments

@N3rd1n5id3
Copy link

When edit constants/map_data_constant.asm:
; map palettes (wEnvironment)
const_def
const PALETTE_AUTO
const PALETTE_DAY
const PALETTE_NITE
const PALETTE_MORN

  • const PALETTE_DARK
  • const PALETTE_EVE
    NUM_MAP_PALETTES EQU const_value

+IN_DARKNESS_F EQU 3
+IN_DARKNESS EQU 1 << IN_DARKNESS_F ; masked with a PALETTE_* constant

terminal show me this error:

rgbasm -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1 -o audio.o audio.asm
error: audio.asm(0) -> includes.asm(43) -> constants/map_data_constants.asm(41):
syntax error, unexpected EQU, expecting : or ::
error: audio.asm(0) -> includes.asm(43) -> constants/map_data_constants.asm(42):
syntax error, unexpected EQU, expecting : or ::
error: Assembly aborted (2 errors)!
make: *** [Makefile:128: audio.o] Errore 1

@Rangi42 Rangi42 added the wiki label May 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants