You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Use a macro instead of manually subtracting $36 from pic banks.
This commit is contained in:
4
macros/pic.asm
Normal file
4
macros/pic.asm
Normal file
@@ -0,0 +1,4 @@
|
||||
add_pic: MACRO
|
||||
db BANK(\1) - $36
|
||||
dw \1
|
||||
ENDM
|
Reference in New Issue
Block a user