You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Move all misc/ and unknown/ files to meaningful directories
This commit is contained in:
44
mobile/news/news.asm
Normal file
44
mobile/news/news.asm
Normal file
@@ -0,0 +1,44 @@
|
||||
; http://forums.glitchcity.info/index.php?topic=7509.msg206449#msg206449
|
||||
|
||||
db $cc, $6b, $1e ; XXX
|
||||
|
||||
Function1f4003: ; 1f4003
|
||||
; XXX
|
||||
ld a, $6
|
||||
call GetSRAMBank
|
||||
ld hl, .news_data
|
||||
ld de, $a000
|
||||
ld bc, $1000
|
||||
call CopyBytes
|
||||
call CloseSRAM
|
||||
ret
|
||||
|
||||
.news_data
|
||||
INCBIN "mobile/news/news_1.bin"
|
||||
|
||||
Function1f4dbe: ; 1f4dbe
|
||||
; XXX
|
||||
ld a, $6
|
||||
call GetSRAMBank
|
||||
ld hl, .news_data
|
||||
ld de, $a000
|
||||
ld bc, $1000
|
||||
call CopyBytes
|
||||
call CloseSRAM
|
||||
ret
|
||||
|
||||
.news_data
|
||||
INCBIN "mobile/news/news_2.bin"
|
||||
|
||||
Function1f5d9f: ; 1f5d9f
|
||||
ld a, $6
|
||||
call GetSRAMBank
|
||||
ld hl, .news_data
|
||||
ld de, $a000
|
||||
ld bc, $1000
|
||||
call CopyBytes
|
||||
call CloseSRAM
|
||||
ret
|
||||
|
||||
.news_data
|
||||
INCBIN "mobile/news/news_3.bin"
|
BIN
mobile/news/news_1.bin
Normal file
BIN
mobile/news/news_1.bin
Normal file
Binary file not shown.
BIN
mobile/news/news_2.bin
Normal file
BIN
mobile/news/news_2.bin
Normal file
Binary file not shown.
BIN
mobile/news/news_3.bin
Normal file
BIN
mobile/news/news_3.bin
Normal file
Binary file not shown.
Reference in New Issue
Block a user