You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-09-08 08:13:02 -07:00
Use existing bigdw macro
This commit is contained in:
@@ -64,7 +64,7 @@ dd: MACRO ; four-byte (big-endian)
|
||||
ENDM
|
||||
|
||||
bigdw: MACRO ; big-endian word
|
||||
dx 2, \1
|
||||
dx 2, \1 ; db HIGH(\1), LOW(\1)
|
||||
ENDM
|
||||
|
||||
dba: MACRO ; dbw bank, address
|
||||
|
||||
Reference in New Issue
Block a user