diff options
author | yenatch <yenatch@gmail.com> | 2013-11-28 01:32:50 -0500 |
---|---|---|
committer | yenatch <yenatch@gmail.com> | 2013-11-28 01:38:49 -0500 |
commit | ac65a8b8216c742adba5adc761949319dcdd39a2 (patch) | |
tree | 137c6cac16abb6411dded17e328cdb44930fb179 /contents.asm | |
parent | 72b1dda303c9cb1824b7f62e2ec8ecd7cd696cbc (diff) |
engine/credits_crystal.o
Diffstat (limited to 'contents.asm')
-rw-r--r-- | contents.asm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/contents.asm b/contents.asm index 6b85c75df..ce100995f 100644 --- a/contents.asm +++ b/contents.asm @@ -26,6 +26,11 @@ POKEDEX_ENTRIES_4 EQU $74 EVENTS EQU $25 +; engine/credits.o + +CREDITS EQU $42 + + ; maps.o MAP_HEADERS EQU $25 |