Split up mobile_45.asm by bank

This commit is contained in:
PikalaxALT 2015-11-04 07:35:41 -05:00
parent faa2d8f26e
commit d346664b14
6 changed files with 11873 additions and 11871 deletions

View File

@ -81634,7 +81634,19 @@ INCLUDE "engine/title.asm"
INCLUDE "misc/mobile_45.asm"
INCLUDE "misc/mobile_46.asm"
SECTION "bank47", ROMX, BANK[$47]
INCLUDE "misc/battle_tower_47.asm"
SECTION "bank5B", ROMX, BANK[$5B]
INCLUDE "misc/mobile_5b.asm"
SECTION "bank5C", ROMX, BANK[$5C]
INCLUDE "misc/mobile_5c.asm"
SECTION "bank5D", ROMX, BANK[$5D]

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

8033
misc/mobile_46.asm Executable file

File diff suppressed because it is too large Load Diff

1236
misc/mobile_5b.asm Executable file

File diff suppressed because it is too large Load Diff

2592
misc/mobile_5c.asm Executable file

File diff suppressed because it is too large Load Diff