diff options
author | yenatch <yenatch@gmail.com> | 2014-04-29 17:43:24 -0400 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2014-04-30 03:03:20 -0400 |
commit | c7938cc7d368a68f73fe5cbb3a750172db70cf7a (patch) | |
tree | 90e7faddc09d13f420717ebdc9d792d6da0f23a8 /lib/mobile | |
parent | da88588636e2a296668e509ce8e614f51727a254 (diff) |
Split the mobile adapter library into another object file.
Diffstat (limited to 'lib/mobile')
-rw-r--r-- | lib/mobile/main.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mobile/main.asm b/lib/mobile/main.asm index 758e79a93..0d390955f 100644 --- a/lib/mobile/main.asm +++ b/lib/mobile/main.asm @@ -1,5 +1,10 @@ ; A library included as part of the Mobile Adapter GB SDK. +INCLUDE "gbhw.asm" + + +SECTION "Main", ROMX + ; known jump sources: 110004 (44:4004), 111bdd (44:5bdd), 111bfd (44:5bfd), 111c0e (44:5c0e), 111c7d (44:5c7d), 111cbd (44:5cbd), 111cf4 (44:5cf4), 111d30 (44:5d30) Function110000: ; 110000 (44:4000) ld a, [hli] |