diff options
Diffstat (limited to 'mobile/news/news.asm')
-rw-r--r-- | mobile/news/news.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mobile/news/news.asm b/mobile/news/news.asm index 130ff048e..8f31e5755 100644 --- a/mobile/news/news.asm +++ b/mobile/news/news.asm @@ -2,7 +2,7 @@ dab Doll1Script ; related to "My Room" in Stadium 2? -Unreferenced_Function1f4003: +Function1f4003: ; unreferenced ld a, BANK(s6_a000) call OpenSRAM ld hl, .news_data @@ -15,7 +15,7 @@ Unreferenced_Function1f4003: .news_data INCBIN "mobile/news/news_1.bin" -Unreferenced_Function1f4dbe: +Function1f4dbe: ; unreferenced ld a, BANK(s6_a000) call OpenSRAM ld hl, .news_data |