diff options
Diffstat (limited to 'data/scripts/world_map.inc')
-rw-r--r-- | data/scripts/world_map.inc | 61 |
1 files changed, 61 insertions, 0 deletions
diff --git a/data/scripts/world_map.inc b/data/scripts/world_map.inc new file mode 100644 index 0000000..5d8c6be --- /dev/null +++ b/data/scripts/world_map.inc @@ -0,0 +1,61 @@ + @ World Map Cutscenes + WorldMapMainThread: + .byte 0xf6, 0x00, 0x0a, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte GroundDataS06StationFile_Text + changeTileset 0xE4 + pushR14 + MsgEnd 0x163 + + + .global GroundDataS06StationFile_Text @ 0x826F850 + GroundDataS06StationFile_Text: + .string "../data/ground/ground_data_s06_station.c\0" + .align 2,0 + + .byte 0x94, 0x01, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte WorldMapMainThread + + .byte 0xf6, 0x00, 0x13, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .4byte GroundDataS06StationFile_Text + changeTileset 0xE4 + .byte 0x0c, 0xff, 0xff, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x22, 0x01, 0x1e, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + .byte 0x3c, 0x02, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 + fadeOut 1 0x1E 0 + endFuncAndScript + + .byte 0x90, 0x01, 0x07, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x88, 0xf8, 0x26, 0x08 + + .byte 0x00, 0x00, 0x01, 0x01, 0x0f, 0x0b, 0x00, 0x02, 0x00, 0x00, 0x00, 0x00 + + .byte 0x7c, 0xf8, 0x26, 0x08 + .byte 0xf8, 0xf8, 0x26, 0x08 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + .byte 0x10, 0xf9, 0x26, 0x08 + + .global UNK_826F940 + UNK_826F940: + .byte 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .byte 0x04, 0xf9, 0x26, 0x08, 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00, 0x01, 0x00, 0x00, 0x00 + + .byte 0x14, 0xf9, 0x26, 0x08 + + WorldMapScenes: @ 826F968 + .byte 0x01, 0x00, 0x00, 0x00 + .byte 0x18, 0xf9, 0x26, 0x08 + .byte 0x01, 0x00, 0x00, 0x00 + .4byte UNK_826F940 + + WorldMapWaypoints: @ 826F978 + .byte 0x00, 0x00, 0x00, 0x00 + .byte 0x00, 0x00, 0x00, 0x00 + + .byte 0x02, 0x00, 0x00, 0x00 + .4byte WorldMapScenes + .4byte WorldMapWaypoints + |