pokecarde/decoration/prologue.asm
pokegold-spaceworld 1f99a55607 Localization Changes / Additional Card Support
- Improvements to build, which should help find nevpk and rgbds a little easier.
- Support for berry cards K007-K012 has been added (original Japanese) and they have received unofficial localizations.
- Unofficial Localizations for cards B001 - B048 have now been included.
- Cards P001-P004 have now been added (Official English and Japanese)
- Cards P005-P008 have now been added (official Japanese) and have also received unofficial localizations.
- Cards N001-N008 have now been added (official Japanese) and have also received unofficial localizations.
- Unofficial localization for card O001 has been improved to be more in-line with official localizations of the time.

tl;dr All Ruby/Sapphire e-Reader cards are now included and exist in their original English/Japanese, and have unofficial localizations if no official translation is available.
2023-07-09 20:43:08 -04:00

16 lines
273 B
NASM

INCLUDE "../macros.asm"
SECTION "prologue", ROM0[$100]
db "GameFreak inc."
db 0,0,0,0,0,0
db $78,$56,$34,$12,$56,$AD,$95,$BF,$FF
;dd 0
;Text "e reader" ; no string terminator
db 0,0,0,0,0,0,0,$01,$55
db 0,0,0,0
db REGION_EN
db 0
db "GameFreak inc."
db 0,0
EOF