You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Lowercase v for VRAM addresses
This commit is contained in:
@@ -46,6 +46,6 @@ bgcoord: MACRO
|
||||
IF _NARG >= 4
|
||||
ld \1, \3 bgrows + \2 + \4
|
||||
ELSE
|
||||
ld \1, \3 bgrows + \2 + VBGMap0
|
||||
ld \1, \3 bgrows + \2 + vBGMap0
|
||||
ENDC
|
||||
ENDM
|
||||
|
||||
Reference in New Issue
Block a user