Technician Ted | Data |
Prev: AA2D | Up: Map | Next: AA65 |
When moving to a new room, take the value in the table at (A46F), divide the current room number by 4, add the direction (0 - left, 1 - up, 2 - right, 3 - down) and add the value indexed from AA4A
This table from AA53-AA64, then AA49-AA64, then AA49-AA4B is used to calculate initial room flags by taking the value at (A46D) and subtracting the next value here
|
||||
AA49 | DEFB $FF,$40,$88,$C3,$EC,$CB,$40,$87 | |||
AA51 | DEFB $DF,$DF,$D7,$CB,$40,$4C,$40,$A7 | |||
AA59 | DEFB $E8,$CB,$EC,$CB,$40,$9B,$C3,$E4 | |||
AA61 | DEFB $E7,$C8,$CB,$DC |
Prev: AA2D | Up: Map | Next: AA65 |