Prev: 45800 Up: Map Next: 45809
45802: Display a character's inventory window as an information window
Used by the routine at 41578.
Input
IX Points to a character's inventory (usually Magic Knight)
45802 LD A,111 Modify instruction at 45867 to display as information window, rather than menu window...
45804 LD (45868),A ...
45807 JR 45834 Jump into inventory window drawing routine
Prev: 45800 Up: Map Next: 45809