mirror of
https://github.com/pret/pokecrystal.git
synced 2026-03-21 17:45:29 -05:00
8 lines
119 B
NASM
8 lines
119 B
NASM
INCLUDE "macros/ram.asm"
|
|
|
|
|
|
INCLUDE "ram/vram.asm"
|
|
INCLUDE "ram/wram.asm"
|
|
INCLUDE "ram/sram.asm"
|
|
INCLUDE "ram/hram.asm"
|