Skip to content

Commit

Permalink
fix RGBDS 0.5.2 complaining about obsolete syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
JustRegularLuna committed Feb 27, 2022
1 parent fcee9a6 commit e4342f9
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion color/data/map_palette_constants.asm
Original file line number Diff line number Diff line change
@@ -78,7 +78,7 @@ const_value = 0
const PAL_BG_TEXT ; 07

; Used when you want a tile to display above the Player and NPCs
const_value SET $80
const_value = $80
const PAL_BG_PRIORITY_GRAY ; 80
const PAL_BG_PRIORITY_RED ; 81
const PAL_BG_PRIORITY_GREEN ; 82
2 changes: 1 addition & 1 deletion constants/misc_constants.asm
Original file line number Diff line number Diff line change
@@ -34,7 +34,7 @@ D_LEFT EQU %00100000
D_UP EQU %01000000
D_DOWN EQU %10000000

const_value set 0
const_value = 0
const BIT_A_BUTTON
const BIT_B_BUTTON
const BIT_SELECT

0 comments on commit e4342f9

Please sign in to comment.