diff options
author | yenatch <yenatch@gmail.com> | 2017-07-17 20:46:06 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-17 20:46:06 -0400 |
commit | 67ced1d77ec0d36cc2b6ebcbfc58ba28b357ddbb (patch) | |
tree | 5fd7c9306f5de15095cb8de30584bbc4c6672551 /data | |
parent | c043463631508eaef6543994fa0bdb6bc1351a7c (diff) | |
parent | 761140fd1b3c755c1d0d564c82166ec8a9f01ea1 (diff) |
Merge pull request #363 from drifloony/trader
decompile trader
Diffstat (limited to 'data')
-rw-r--r-- | data/trader.s | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/data/trader.s b/data/trader.s deleted file mode 100644 index 5029338d2..000000000 --- a/data/trader.s +++ /dev/null @@ -1,17 +0,0 @@ - .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 |