You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
gfx/pics.o
This commit is contained in:
3
Makefile
3
Makefile
@@ -18,7 +18,8 @@ engine/credits_crystal.o \
|
||||
stats/egg_moves_crystal.o \
|
||||
stats/evos_attacks_crystal.o \
|
||||
stats/pokedex/entries_crystal.o \
|
||||
misc/crystal_misc.o
|
||||
misc/crystal_misc.o \
|
||||
gfx/pics.o
|
||||
|
||||
OBJS := $(CRYSTAL_OBJS)
|
||||
|
||||
|
27
contents.asm
27
contents.asm
@@ -31,6 +31,33 @@ EVENTS EQU $25
|
||||
CREDITS EQU $42
|
||||
|
||||
|
||||
; gfx/pics.o
|
||||
|
||||
PIC_POINTERS EQU $48
|
||||
UNOWN_PIC_POINTERS EQU $49
|
||||
TRAINER_PIC_POINTERS EQU $4A
|
||||
|
||||
PICS_1 EQU $48
|
||||
PICS_2 EQU $49
|
||||
PICS_3 EQU $4A
|
||||
PICS_4 EQU $4B
|
||||
PICS_5 EQU $4C
|
||||
PICS_6 EQU $4D
|
||||
PICS_7 EQU $4E
|
||||
PICS_8 EQU $4F
|
||||
PICS_9 EQU $50
|
||||
PICS_10 EQU $51
|
||||
PICS_11 EQU $52
|
||||
PICS_12 EQU $53
|
||||
PICS_13 EQU $54
|
||||
PICS_14 EQU $55
|
||||
PICS_15 EQU $56
|
||||
PICS_16 EQU $57
|
||||
PICS_17 EQU $58
|
||||
PICS_18 EQU $59
|
||||
PICS_19 EQU $5A
|
||||
|
||||
|
||||
; maps.o
|
||||
|
||||
MAP_HEADERS EQU $25
|
||||
|
798
gfx/pics.asm
Normal file
798
gfx/pics.asm
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user