pokecrystal-news-en/header.asm
pokegold-spaceworld 91cac01d0b Added GER news build
Translation by LesserKuma
2023-09-30 17:01:12 -04:00

19 lines
374 B
NASM

INCLUDE "pokecrystal/constants.asm"
INCLUDE "macros.asm"
IF DEF(_NEWS_EN)
INCLUDE "ram/wram_int.asm"
INCLUDE "ram/sram_int.asm"
ELIF DEF(_NEWS_DE)
INCLUDE "ram/wram_int.asm"
INCLUDE "ram/sram_int.asm"
ELSE
INCLUDE "ram/wram.asm"
INCLUDE "ram/sram.asm"
ENDC
SECTION "header", ROM0[$0000]
db $00
db $A0
dw 0 ; checksum will go here
dw 0 ; size will go here
NewsDataStart: