diff options
author | xCrystal <rgr.crystal@gmail.com> | 2018-07-17 14:24:09 +0200 |
---|---|---|
committer | xCrystal <rgr.crystal@gmail.com> | 2018-07-17 14:24:09 +0200 |
commit | eb87f849ff7a0ec07a27035fb183234ed04ef540 (patch) | |
tree | cdbe7ea8c0430e64a89cad5e93b250f6291677c9 /src/wram.asm | |
parent | 80a5aa82a0ab5b786ceaf1edb2e05375fa89d7c4 (diff) |
map permission functions
Diffstat (limited to 'src/wram.asm')
-rw-r--r-- | src/wram.asm | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/wram.asm b/src/wram.asm index 9f8acc7..e40d382 100644 --- a/src/wram.asm +++ b/src/wram.asm @@ -1521,8 +1521,11 @@ wBoosterViableCardList:: ; d133 NEXTU -; map of the current room with unpassable objects (walls, NPCs, etc). Might be a permission map -wFloorObjectMap:: +; permission map of the current room with unpassable objects (walls, NPCs, etc). +; $00: passable (floor) +; $40: unpassable and talkable (NPC or talkable wall) +; $80: unpassable and untalkable (wall) +wPermissionMap:: ds $100 ENDU |