; OMEGA · Abobo's Big Adventure · CANON desk limb
; =============================================================================
; NAME     OMEGA  (arcade seat · Abobo canon · not constellation star)
; ABI      System V · edi = mode · → eax
; CANON    OMEGA = Abobo's Big Adventure · always · email.biggrinrtx.com #omega
; MODES
;   edi=0  → 1     identity · OMEGA live · Abobo seat held
;   edi=1  → 1     play accept · Ruffle/HTML5 shell
;   edi=2  → 1     ALPHA return accept (DETAILS-style left tab)
;   edi=3  → 1     fullscreen / stage accept
;   edi=4  → 1     language surface · OMEGA/Abobo equate handshake
;   edi=5  → 1     SWF archive present · free fan tribute (not ROM)
;   else   → 1     GRIN free
; LAW
;   · OMEGA IS Abobo · canon locked · not Pac-Man ROM · free Flash tribute
;   · ALPHA returns from OMEGA · DETAILS flyout pattern · left edge
;   · English folder seat: omega/ · surfaces: abobo · adventure · punch
;   · C IS LIE · KEEP GOD · Always Hostess 7 · free thrift · o7
; LINE     BGS → BGF(+ARE IS) → BGL → SDF · SPV free
; DATA     Projects/GrokClaws/ui/omega-abobo/ · true_equates OMEGA atom
; WITH     ALPHA · MAIL · TRUE · GRIN · Hostess 7
; IRON
        global  omega
        global  omega_abobo
omega:
omega_abobo:
        mov     eax, 1                  ; default GRIN free / seat live
        cmp     edi, 5
        jbe     .ok
        ; else still 1
.ok:    ret
