diff options
author | Bryan Bishop <kanzure@gmail.com> | 2012-01-05 19:26:18 -0600 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2012-01-05 19:26:18 -0600 |
commit | 6d1870ea95389297da64e8f43612e66b3ae852ba (patch) | |
tree | 358fb72016a43f8bec2ca30d0f1774ed98034eef /constants.asm | |
parent | d6553b205c9e6deb58afabf175cdd570dd732d09 (diff) |
switch around old amber sprite constants
hg-commit-id: cb128c47380e
Diffstat (limited to 'constants.asm')
-rw-r--r-- | constants.asm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/constants.asm b/constants.asm index 63e80259..0ab0dd8c 100644 --- a/constants.asm +++ b/constants.asm @@ -1257,8 +1257,8 @@ SPRITE_PAPER_SHEET EQU $40 SPRITE_BOOK_MAP_DEX EQU $41 SPRITE_CLIPBOARD EQU $42 SPRITE_SNORLAX EQU $43 -SPRITE_OLD_AMBER EQU $44 -SPRITE_OLD_AMBER_COPY EQU $45 +SPRITE_OLD_AMBER_COPY EQU $44 +SPRITE_OLD_AMBER EQU $45 SPRITE_LYING_OLD_MAN_UNUSED_1 EQU $46 SPRITE_LYING_OLD_MAN_UNUSED_2 EQU $47 SPRITE_LYING_OLD_MAN EQU $48 |