Fix more static banks (trainers, mobile graphics).

This commit is contained in:
yenatch
2014-12-29 10:23:22 -08:00
parent 133e2fb7a7
commit 4781d9a809
4 changed files with 94 additions and 92 deletions

View File

@@ -1,22 +1,17 @@
INCLUDE "includes.asm"
SECTION "Pic Pointers", ROMX, BANK[PIC_POINTERS]
; Unown pic pointers are assumed to start at the same address in a different bank.
PicPointers::
INCLUDE "gfx/pics/pic_pointers.asm"
SECTION "Pic Pointers", ROMX[$4000], BANK[PIC_POINTERS]
PicPointers:: INCLUDE "gfx/pics/pic_pointers.asm"
SECTION "Unown Pic Pointers", ROMX, BANK[UNOWN_PIC_POINTERS]
UnownPicPointers::
INCLUDE "gfx/pics/unown_pic_pointers.asm"
SECTION "Unown Pic Pointers", ROMX[$4000], BANK[UNOWN_PIC_POINTERS]
UnownPicPointers:: INCLUDE "gfx/pics/unown_pic_pointers.asm"
SECTION "Trainer Pic Pointers", ROMX, BANK[TRAINER_PIC_POINTERS]
TrainerPicPointers::
INCLUDE "gfx/pics/trainer_pic_pointers.asm"
TrainerPicPointers:: INCLUDE "gfx/pics/trainer_pic_pointers.asm"