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:
mid-kid
2022-08-31 22:39:52 +02:00
parent 8ed7c392cd
commit cff8aec3a7
4 changed files with 14 additions and 6 deletions

View File

@@ -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)