mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
mobile/mobile_45.asm -> lib/mobile/mail.asm
This file is part of the official mobile adapter SDK, although unlike lib/mobile/main.asm, this file was included as source code the developers could modify.
This commit is contained in:
parent
8ed7c392cd
commit
cff8aec3a7
3
Makefile
3
Makefile
@ -22,7 +22,8 @@ rom_obj := \
|
||||
gfx/pics.o \
|
||||
gfx/sprites.o \
|
||||
gfx/tilesets.o \
|
||||
lib/mobile/main.o
|
||||
lib/mobile/main.o \
|
||||
lib/mobile/mail.o
|
||||
|
||||
pokecrystal_obj := $(rom_obj:.o=.o)
|
||||
pokecrystal11_obj := $(rom_obj:.o=11.o)
|
||||
|
@ -185,6 +185,7 @@ ROMX $43
|
||||
ROMX $44
|
||||
"Mobile Adapter SDK"
|
||||
ROMX $45
|
||||
"Mobile Adapter SDK Mail"
|
||||
"mobile45"
|
||||
ROMX $46
|
||||
"mobile46"
|
||||
|
@ -1,5 +1,14 @@
|
||||
pushc
|
||||
setcharmap ascii
|
||||
; A library included as part of the Mobile Adapter GB SDK.
|
||||
|
||||
INCLUDE "macros/code.asm"
|
||||
INCLUDE "macros/const.asm"
|
||||
INCLUDE "macros/gfx.asm"
|
||||
INCLUDE "constants/gfx_constants.asm"
|
||||
INCLUDE "constants/hardware_constants.asm"
|
||||
INCLUDE "constants/mobile_constants.asm"
|
||||
INCLUDE "constants/text_constants.asm"
|
||||
|
||||
SECTION "Mobile Adapter SDK Mail", ROMX
|
||||
|
||||
String_114000:
|
||||
db "---", 0
|
||||
@ -5154,5 +5163,3 @@ Function115d80:
|
||||
ld d, $a0
|
||||
ld e, $0
|
||||
ret
|
||||
|
||||
popc
|
Loading…
Reference in New Issue
Block a user