MelonDS-Specific Lists

The Nintendo DS's architechture does not support IEEE754 Floats and isn't compatible with the built-in Vector Engine lists. Special lists with the NDS prefix are bundled with MelonDS-Vanguard.

System-specific Vector Engine Lists that come with Dolphin-Vanguard

  • NDS_Extended: -65536.00 to +65536.00 in low res, including tiny decimals

  • NDS_NOP_ARM: Value for No Operation instruction (Standard instruction set)

  • NDS_NOP_THUMB2: Value for No Operation instruction (Thumb 2 instruction set)

  • NDS_NOP_THUMB4: Value for No Operation instruction (Thumb 4 instruction set)

  • NDS_One: The numbers +1.00 and -1.00

  • NDS_Two: The number +2.00

  • NDS_Whole: -65536.00 to +65536.00 in low res, integral numbers

Also check this link for the default lists that come with the Vector Engine

pageClassic Vector Lists

Usage

Since the Nintendo DS isn't compliant with IEEE754, the default lists of the Vector Engine cannot be used. The Extended,One,Two,Whole lists should behave like their counterparts. The NOP Lists can be used as Value lists to cause game code to break.

Last updated