summaryrefslogtreecommitdiff
path: root/lib/mobile/main.asm
blob: 584f5bd376ec7d1018caf92d656c122436953dfd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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