diff options
Diffstat (limited to '')
| -rw-r--r-- | src/kdata.asm | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/kdata.asm b/src/kdata.asm index 83ed162..65a059a 100644 --- a/src/kdata.asm +++ b/src/kdata.asm @@ -62,3 +62,6 @@ wSleepLastDiv::DS 1 ; sys_sleep: previous DIV reading wKillParent::DS 1 ; scratch for sys_kill wPsBuf:: DS 2 ; scratch for sys_ps wPnStart:: DS 2 ; scratch for sys_progname +wBootA:: DS 1 ; A at entry: console model from the boot ROM +wBootB:: DS 1 ; B at entry: bit0 set = AGB (GBA in CGB mode) +wBootFsFresh::DS 1 ; fs_init formatted a blank disk this boot |
