mirror of
https://github.com/pret/pokegold-spaceworld.git
synced 2026-08-08 19:25:24 -05:00
8 lines
189 B
NASM
8 lines
189 B
NASM
INCLUDE "macros/code.asm"
|
|
INCLUDE "macros/coords.asm"
|
|
INCLUDE "macros/data.asm"
|
|
INCLUDE "macros/enum.asm"
|
|
INCLUDE "macros/farcall.asm"
|
|
INCLUDE "macros/predef.asm"
|
|
INCLUDE "macros/wram.asm"
|