mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2024-09-09 09:51:34 -07:00
Split up mobile_45.asm by bank
This commit is contained in:
parent
faa2d8f26e
commit
d346664b14
12
main.asm
12
main.asm
@ -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
8885
misc/mobile_45.asm
8885
misc/mobile_45.asm
File diff suppressed because it is too large
Load Diff
8033
misc/mobile_46.asm
Executable file
8033
misc/mobile_46.asm
Executable file
File diff suppressed because it is too large
Load Diff
1236
misc/mobile_5b.asm
Executable file
1236
misc/mobile_5b.asm
Executable file
File diff suppressed because it is too large
Load Diff
2592
misc/mobile_5c.asm
Executable file
2592
misc/mobile_5c.asm
Executable file
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user