diff options
author | YamaArashi <shadow962@live.com> | 2016-10-24 00:28:02 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-10-24 00:28:02 -0700 |
commit | 9211a3702e571de49b1b61fcba822746b3c28743 (patch) | |
tree | 7ea71e491c6a52c83096f80d4a5049b21ee2b6ab /data | |
parent | 1927edefd9fdb95fad098c8a7baf49f721dee1fd (diff) |
roamer location data
Diffstat (limited to 'data')
-rw-r--r-- | data/data2.s | 24 |
1 files changed, 22 insertions, 2 deletions
diff --git a/data/data2.s b/data/data2.s index 6d4e3998d..a4b0bed4b 100644 --- a/data/data2.s +++ b/data/data2.s @@ -26887,8 +26887,28 @@ gDecorationInventories:: @ 8402E40 .4byte gSaveBlock1 + 0x2704, 40 @ DOLL .4byte gSaveBlock1 + 0x272C, 10 @ CUSHION -gUnknown_08402E80:: @ 8402E80 - .incbin "baserom.gba", 0x00402e80, 0x80 +gRoamerLocations:: @ 8402E80 + .byte 0x19,0x1A,0x20,0x21,0x31,0xFF + .byte 0x1A,0x19,0x20,0x21,0xFF,0xFF + .byte 0x20,0x1A,0x19,0x21,0xFF,0xFF + .byte 0x21,0x20,0x19,0x1A,0x22,0x26 + .byte 0x22,0x21,0x23,0xFF,0xFF,0xFF + .byte 0x23,0x22,0x24,0xFF,0xFF,0xFF + .byte 0x24,0x23,0x25,0x26,0xFF,0xFF + .byte 0x25,0x24,0x26,0xFF,0xFF,0xFF + .byte 0x26,0x25,0x21,0xFF,0xFF,0xFF + .byte 0x27,0x24,0x28,0x29,0xFF,0xFF + .byte 0x28,0x27,0x2A,0xFF,0xFF,0xFF + .byte 0x29,0x27,0x2A,0xFF,0xFF,0xFF + .byte 0x2A,0x28,0x29,0x2B,0xFF,0xFF + .byte 0x2B,0x2A,0x2C,0xFF,0xFF,0xFF + .byte 0x2C,0x2B,0x2D,0xFF,0xFF,0xFF + .byte 0x2D,0x2C,0x2E,0xFF,0xFF,0xFF + .byte 0x2E,0x2D,0x2F,0xFF,0xFF,0xFF + .byte 0x2F,0x2E,0x30,0xFF,0xFF,0xFF + .byte 0x30,0x2F,0x31,0xFF,0xFF,0xFF + .byte 0x31,0x30,0x19,0xFF,0xFF,0xFF + .byte 0xFF,0xFF,0xFF,0xFF,0xFF,0xFF @ 8402F00 .include "data/battle_tower/trainers.s" |