mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
split the mobile adapter library into lib/mobile/
This commit is contained in:
parent
013c6fc368
commit
0ce5c4fe93
17
lib/mobile/main.asm
Normal file
17
lib/mobile/main.asm
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
; A library included as part of the Mobile Adapter GB SDK.
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc", $110000, $110fad - $110000
|
||||||
|
|
||||||
|
URIPrefix: ; 0x110fad
|
||||||
|
ascii "http://"
|
||||||
|
HTTPDownloadURL: ; 0x110fb4
|
||||||
|
ascii "gameboy.datacenter.ne.jp/cgb/download"
|
||||||
|
HTTPUploadURL: ; 0x110fd9
|
||||||
|
ascii "gameboy.datacenter.ne.jp/cgb/upload"
|
||||||
|
HTTPUtilityURL: ; 0x110ffc
|
||||||
|
ascii "gameboy.datacenter.ne.jp/cgb/utility"
|
||||||
|
HTTPRankingURL: ; 0x111020
|
||||||
|
ascii "gameboy.datacenter.ne.jp/cgb/ranking"
|
||||||
|
|
||||||
|
INCBIN "baserom.gbc", $111044, $113f84 - $111044
|
||||||
|
|
14
main.asm
14
main.asm
@ -79682,20 +79682,8 @@ TitleScreenPalettes:
|
|||||||
|
|
||||||
SECTION "bank44",ROMX,BANK[$44]
|
SECTION "bank44",ROMX,BANK[$44]
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $110000, $110fad - $110000
|
INCLUDE "lib/mobile/main.asm"
|
||||||
|
|
||||||
URIPrefix: ; 0x110fad
|
|
||||||
ascii "http://"
|
|
||||||
HTTPDownloadURL: ; 0x110fb4
|
|
||||||
ascii "gameboy.datacenter.ne.jp/cgb/download"
|
|
||||||
HTTPUploadURL: ; 0x110fd9
|
|
||||||
ascii "gameboy.datacenter.ne.jp/cgb/upload"
|
|
||||||
HTTPUtilityURL: ; 0x110ffc
|
|
||||||
ascii "gameboy.datacenter.ne.jp/cgb/utility"
|
|
||||||
HTTPRankingURL: ; 0x111020
|
|
||||||
ascii "gameboy.datacenter.ne.jp/cgb/ranking"
|
|
||||||
|
|
||||||
INCBIN "baserom.gbc", $111044, $113f84 - $111044
|
|
||||||
|
|
||||||
SECTION "bank45",ROMX,BANK[$45]
|
SECTION "bank45",ROMX,BANK[$45]
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user