Advertisement
KDLPro

constants/map_constants.asm snippet

Aug 18th, 2020
240
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. newgroup                                                      ; 15
  2.  
  3.     map_const OLIVINE_PORT,                                10, 18 ;  1
  4.     map_const VERMILION_PORT,                              10, 18 ;  2
  5.     map_const VERMILION_PORT_2                             10, 13 ;  3
  6.     map_const FAST_SHIP_1F,                                16,  9 ;  4
  7.     map_const FAST_SHIP_CABINS_NNW_NNE_NE,                  4, 16 ;  5
  8.     map_const FAST_SHIP_CABINS_SW_SSW_NW,                   4, 16 ;  6
  9.     map_const FAST_SHIP_CABINS_SE_SSE_CAPTAINS_CABIN,       5, 17 ;  7
  10.     map_const FAST_SHIP_B1F,                               16,  8 ;  8
  11.     map_const OLIVINE_PORT_PASSAGE,                        10,  9 ;  9
  12.     map_const VERMILION_PORT_PASSAGE,                      10,  9 ; 10
  13.     map_const MOUNT_MOON_SQUARE,                           15,  9 ; 11
  14.     map_const MOUNT_MOON_GIFT_SHOP,                         4,  4 ; 12
  15.     map_const MT_MOON_1F                                   20, 18 ; 13
  16.     map_const MT_MOON_B1F                                  14, 14 ; 14
  17.     map_const MT_MOON_B2F                                  21, 18 ; 15
  18.     map_const TIN_TOWER_ROOF,                              10,  9 ; 16
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement