Add the following code to .vscode/settings.json
:
{
"files.associations": {
"*.json": "jsonc"
},
"json.schemas": [
{
"fileMatch": ["manifest.json"],
Add the following code to .vscode/settings.json
:
{
"files.associations": {
"*.json": "jsonc"
},
"json.schemas": [
{
"fileMatch": ["manifest.json"],
FROM ubuntu:18.04 | |
RUN dpkg --add-architecture i386 \ | |
&& apt-get update \ | |
&& apt-get -y upgrade \ | |
&& apt-get install --no-install-recommends -y \ | |
clang \ | |
cmake \ | |
g++-multilib \ | |
gcc-multilib \ | |
git \ |
/vendor/ |
P-GPZJ | |
├── align-files.txt | |
├── files | |
│ ├── Dr_MARIO.plf | |
│ ├── Dr_MARIO.rel | |
│ ├── PANEPON.plf | |
│ ├── __DEMO.BIN | |
│ ├── __LOGO.BIN | |
│ ├── __MENU.BIN | |
│ ├── __STORY_CAST.BIN |
class Boost < Formula | |
desc "Collection of portable C++ source libraries" | |
homepage "https://www.boost.org/" | |
revision 1 | |
head "https://github.com/boostorg/boost.git" | |
stable do | |
url "https://dl.bintray.com/boostorg/release/1.67.0/source/boost_1_67_0.tar.bz2" | |
sha256 "2684c972994ee57fc5632e03bf044746f6eb45d4920c343937a465fd67a5adba" |
.incbin "baserom.gba", 0x0, 0xDFBD1 @ unknown | |
kUnknown_80DFBD1:: @ 80DFBD1 | |
.incbin "baserom.gba", 0xDFBD1, 0x3C @ null | |
kUnknown_80DFC0D:: @ 80DFC0D | |
.incbin "baserom.gba", 0xDFC0D, 0x5C @ null | |
kUnknown_80DFC69:: @ 80DFC69 | |
.incbin "baserom.gba", 0xDFC69, 0x19D958 @ null |
.incbin "baserom.gba", 0x0, 0xA0B21 | |
MetatileAttributes_80A0B21:: @ 80A0B21 | |
@ 20 tiles | |
MetatileAttributes_80A0B49:: @ 80A0B49 | |
@ 146 tiles | |
MetatileAttributes_80A0C6D:: @ 80A0C6D | |
@ 20 tiles |
_860D450:: @ 860D450 | |
.incbin "baserom.gba", 0x60D450, 0x10 | |
_860D460:: @ 860D460 | |
.incbin "baserom.gba", 0x60D460, 0x1C | |
_860D47C:: @ 860D47C | |
.incbin "baserom.gba", 0x60D47C, 0x2C |
.incbin "baserom.gba", 0x0, 0x2FF538 | |
gAnimCmd_NONE_0:: @ 82FF538 | |
obj_image_anim_frame 0, 0 | |
obj_image_anim_end | |
.incbin "baserom.gba", 0x2FF540, 0x688C | |
gUnknown_08305DCC:: @ 8305DCC | |
.incbin "baserom.gba", 0x305DCC, 0x19C |
#include "global.h" | |
#include "asm.h" | |
#include "sprite.h" | |
#include "string_util.h" | |
#include "text.h" | |
extern void *gUnknown_0820A804[]; | |
extern void *gUnknown_0820A80C[]; | |
extern void *gUnknown_0820A814[]; |