mirror of
https://github.com/lesserkuma/pokecrystal-news-en.git
synced 2026-03-21 17:34:32 -05:00
- Applied all of Matze's latest fixes - Used IF DEFs to support the building of Japanese and international news in the same repo.
11 lines
251 B
NASM
11 lines
251 B
NASM
SECTION "SRAM bank 5", SRAM, BANK[5]
|
|
sMobileEventIndex:: ds 1 ; a000
|
|
ds 19
|
|
sNumBattleTowerWins:: ds 2 ; a014
|
|
ds 101
|
|
sLargestMagikarp:: ds 2 ; a07b
|
|
ds 2
|
|
sBugContestHighscore:: ds 2 ; a07f
|
|
ds 2546
|
|
sNewsId:: ds 12 ; aa73
|
|
sNewsIdBackup:: ds 12 ; aa7f |