Prev: A76E Up: Map Next: A774
A772: Temporary Mixed Storage
Some temporary storage, sometimes an address, sometimes a single byte (note the overlap).
Used by the routine at Response_IfSwordThenGameOver to store a pointer to messaging.
TemporaryStorage_Messaging A772 DEFW $0000
Used in a few routines for holding a single byte value representing either a room or item ID (while other routines are called which would corrupt the value if it was left in a register).
TemporaryStorage_SingleByte A773 DEFB $00
Prev: A76E Up: Map Next: A774