Update servicerequest.asm

This commit is contained in:
Kat
2020-01-31 16:34:17 -05:00
parent 9d9d958f49
commit f95512e089

View File

@@ -15,21 +15,23 @@
; #$02 - Ready for External Read/Write ; #$02 - Ready for External Read/Write
;-------------------------------------------------------------------------------- ;--------------------------------------------------------------------------------
; Block Commands ; Block Commands
; None = 0x00 !SCM_WAIT = "#$00"
; ItemSeen = 0x01
; ItemGet = 0x02 !SCM_SEEN = "#$01"
; ShowPrompt = 0x03 !SCM_GET = "#$02"
; AreaChange = 0x04 !SCM_PROMPT = "#$03"
; FinishDungeon = 0x05 !SCM_AREACHG = "#$04"
; Death = 0x06 !SCM_DUNGEON = "#$05"
; SaveQuit = 0x07 !SCM_DEATH = "#$06"
; CreateFile = 0x08 !SCM_SAVEQUIT = "#$07"
; LoadFile = 0x09 !SCM_FCREATE = "#$08"
; DeleteFile = 0x0A !SCM_FLOAD = "#$09"
; Spawn = 0x0B !SCM_FCDELETE = "#$0A"
; Pause = 0x0C !SCM_SPAWN = "#$0B"
; !SCM_PAUSE = "#$0C"
; Stall = 0x7F
!SCM_STALL = "#$7E"
!SCM_RESUME = "#$7F"
; ;-------------------------------------------------------------------------------- ; ;--------------------------------------------------------------------------------
!RX_BUFFER = "$7F5300" !RX_BUFFER = "$7F5300"
!RX_STATUS = "$7F537F" !RX_STATUS = "$7F537F"