diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-09-24 08:38:12 -0700 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-09-24 08:38:12 -0700 |
commit | 3dedf4c109b6883c8731918a8e59cb21b2bbec26 (patch) | |
tree | 0e7a8167c809e1c97162c0fd250029d386039085 /lib/mobile/main.asm | |
parent | d536990828adee8a47e71f24ec45900ea783cd7a (diff) | |
parent | f6a5d7b2f2bce987ae7d5e291e80e830516c2965 (diff) |
Merge pull request #204 from yenatch/master
Some uncommented code.
Diffstat (limited to 'lib/mobile/main.asm')
-rw-r--r-- | lib/mobile/main.asm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lib/mobile/main.asm b/lib/mobile/main.asm new file mode 100644 index 000000000..584f5bd37 --- /dev/null +++ b/lib/mobile/main.asm @@ -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 + |