You've already forked pokecrystal-board
mirror of
https://gitlab.com/xCrystal/pokecrystal-board.git
synced 2025-04-09 05:44:44 -07:00
Sync with pokecrystal up to 8873506b1
This commit is contained in:
@@ -2302,10 +2302,10 @@ Pokedex_GetArea:
|
||||
|
||||
.PlayerOAM:
|
||||
; y pxl, x pxl, tile offset
|
||||
db -1 * 8, -1 * 8, 0 ; top left
|
||||
db -1 * 8, 0 * 8, 1 ; top right
|
||||
db 0 * 8, -1 * 8, 2 ; bottom left
|
||||
db 0 * 8, 0 * 8, 3 ; bottom right
|
||||
db -1 * TILE_WIDTH, -1 * TILE_WIDTH, 0 ; top left
|
||||
db -1 * TILE_WIDTH, 0 * TILE_WIDTH, 1 ; top right
|
||||
db 0 * TILE_WIDTH, -1 * TILE_WIDTH, 2 ; bottom left
|
||||
db 0 * TILE_WIDTH, 0 * TILE_WIDTH, 3 ; bottom right
|
||||
db $80 ; terminator
|
||||
|
||||
.CheckPlayerLocation:
|
||||
|
Reference in New Issue
Block a user