diff options
author | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2015-11-28 20:15:35 -0500 |
commit | 794410352fd92ccf06974763e4b3be0b807641ab (patch) | |
tree | 05f5dd861966762db9556082229cee82e8b5eed9 /contents.asm | |
parent | 9c5473e965520f672640daf4ee76622640e0de15 (diff) | |
parent | 4bcd71e3227181baa536357af3d87a8d02af3890 (diff) |
Merge pull request #328 from PikalaxALT/master
Split out most of main.asm
Diffstat (limited to 'contents.asm')
-rw-r--r-- | contents.asm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contents.asm b/contents.asm index 0d55c2dcd..c13fffc7b 100644 --- a/contents.asm +++ b/contents.asm @@ -48,6 +48,8 @@ PIC_POINTERS EQU $48 UNOWN_PIC_POINTERS EQU $49 TRAINER_PIC_POINTERS EQU $4A +PICS_FIX EQU $36 + PICS_1 EQU $48 PICS_2 EQU $49 PICS_3 EQU $4A |