mirror of
https://github.com/lesserkuma/pokecrystal-news-en.git
synced 2026-04-26 10:07:07 -05:00
- Applied Matze's latest fixes to RAM locations for international news builds. - Fixed some issues with strings overflowing the textbox/not being read properly.
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 2637
|
|
sNewsId:: ds 12 ; aace
|
|
sNewsIdBackup:: ds 12 ; aada |