sm64

A Super Mario 64 decompilation
Log | Files | Refs | README | LICENSE

parameters.s (464B)


      1 .macro gsymbol sym addr
      2 .global \sym
      3 .equ \sym, \addr
      4 #ifndef VERSION_JP
      5 nop
      6 nop
      7 #endif
      8 .endm
      9 
     10 .text
     11 gsymbol osTvType 0x80000300
     12 gsymbol osRomType 0x80000304
     13 gsymbol osRomBase 0x80000308
     14 gsymbol osResetType 0x8000030C
     15 gsymbol osCiCId 0x80000310
     16 gsymbol osVersion 0x80000314
     17 gsymbol osMemSize 0x80000318
     18 gsymbol osAppNmiBuffer 0x8000031C
     19 #if defined(VERSION_SH) || defined(VERSION_CN)
     20 nop
     21 nop
     22 nop
     23 nop
     24 nop
     25 nop
     26 nop
     27 nop
     28 #ifdef VERSION_CN
     29 nop
     30 nop
     31 nop
     32 nop
     33 #endif
     34 #endif