You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Item usage strings and misc labels.
This commit is contained in:
@@ -3,19 +3,19 @@ INCLUDE "includes.asm"
|
||||
|
||||
SECTION "Pic Pointers", ROMX, BANK[PIC_POINTERS]
|
||||
|
||||
PicPointers:
|
||||
PicPointers::
|
||||
INCLUDE "gfx/pics/pic_pointers.asm"
|
||||
|
||||
|
||||
SECTION "Unown Pic Pointers", ROMX, BANK[UNOWN_PIC_POINTERS]
|
||||
|
||||
UnownPicPointers:
|
||||
UnownPicPointers::
|
||||
INCLUDE "gfx/pics/unown_pic_pointers.asm"
|
||||
|
||||
|
||||
SECTION "Trainer Pic Pointers", ROMX, BANK[TRAINER_PIC_POINTERS]
|
||||
|
||||
TrainerPicPointers:
|
||||
TrainerPicPointers::
|
||||
INCLUDE "gfx/pics/trainer_pic_pointers.asm"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user