Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. PlayerHouse1F_MapEvents:
  2.     dw $4000 ; ???
  3.  
  4.     db 3 ; warps
  5.     db 7, 6, 1, 1, 4 ; y, x, warp_id, map_group, map
  6.     dw wOverworldMapBlocks + $30 ; ???
  7.     db 7, 7, 1, 1, 4
  8.     dw wOverworldMapBlocks + $30
  9.     db 0, 9, 1, 1, 9
  10.     dw wOverworldMapBlocks + $10
  11.  
  12.     db 5 ; signs
  13.     db 1, 0, 0, 1 ; y, x, ???, sign_id
  14.     db 1, 1, 0, 2
  15.     db 1, 2, 0, 3
  16.     db 1, 4, 0, 4
  17.     db 1, 5, 0, 5
  18.  
  19.     db 1 ; objects
  20.     ; sprite, y, x, movement, range, ???, ???
  21.     db $0c, 3 + 4, 7 + 4, $07, $00, $ff, $ff
  22.  
  23.     db $00, $00, $00, $00, $00, $00 ; ???
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement