diff options
author | yenatch <yenatch@gmail.com> | 2013-11-29 02:11:40 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-29 02:11:40 -0500 |
commit | 2ec12a22af7f54b927a51ee9802b7727ca755cdb (patch) | |
tree | b0698ddc94eecda9e0818f61fa7609a2ea2a8225 /contents.asm | |
parent | c2889215a8dcf0af0f94ac05e6fa92be6838e101 (diff) |
gfx/pics.o
Diffstat (limited to 'contents.asm')
-rw-r--r-- | contents.asm | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/contents.asm b/contents.asm index 0b5f4045e..a7b440278 100644 --- a/contents.asm +++ b/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 |