mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-11-16 11:27:33 -08:00
Split the mobile adapter library into another object file.
This commit is contained in:
parent
da88588636
commit
c7938cc7d3
1
Makefile
1
Makefile
@ -15,6 +15,7 @@ TEXTQUEUE :=
|
||||
CRYSTAL_OBJS := \
|
||||
wram.o \
|
||||
main.o \
|
||||
lib/mobile/main.o \
|
||||
home.o \
|
||||
audio.o \
|
||||
maps_crystal.o \
|
||||
|
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user