Mewtality / wiiu-assembly-symbols

symbol names for wii u libraries and titles

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

wiiu-assembly-symbols

Symbol names for various Wii U libraries and titles.

Turbo.rpx matches the memory of Mario Kart 8 ver. 4.2.

Note: Not all libraries are included, if you wish to call functions from those libraries, you'll need to use coreinit.rpl. (use: "OSDynLoad_Acquire", "OSDynLoad_FindExport")

Use this in PowerPC assembly projects with the ".include <path>" pseudo-op.

  • <path> The exact location of the file. e.g:
.include "C:\devkitPro\devkitPPC\assembly\wiiu-assembly-symbols\<myFile>.S"

About

symbol names for wii u libraries and titles


Languages

Language:Assembly 100.0%