diff options
Diffstat (limited to 'data/trader.s')
-rw-r--r-- | data/trader.s | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/data/trader.s b/data/trader.s new file mode 100644 index 000000000..5029338d2 --- /dev/null +++ b/data/trader.s @@ -0,0 +1,17 @@ + .include "asm/macros.inc" + .include "constants/constants.inc" + + .section .rodata + + .align 2 +gUnknown_083F62D8:: @ 83F62D8 + .4byte SecretBaseText_Tristan + .4byte SecretBaseText_Philip + .4byte SecretBaseText_Dennis + .4byte SecretBaseText_Roberto + +gTraderDecorations:: @ 83F62E8 + .byte DECOR_DUSKULL_DOLL + .byte DECOR_BALL_CUSHION + .byte DECOR_TIRE + .byte DECOR_PRETTY_FLOWERS |