mirror of https://github.com/pmret/papermario.git
merge master
This commit is contained in:
commit
b44841a1b8
|
@ -13,7 +13,8 @@ RUN apt-get update && \
|
|||
nano \
|
||||
libcapstone-dev \
|
||||
libyaml-dev \
|
||||
zlib1g-dev
|
||||
zlib1g-dev \
|
||||
vbindiff
|
||||
|
||||
RUN wget \
|
||||
https://github.com/n64decomp/qemu-irix/releases/download/v2.11-deb/qemu-irix-2.11.0-2169-g32ab296eef_amd64.deb \
|
||||
|
|
Binary file not shown.
|
@ -10,6 +10,5 @@ draw_main_battle_ui = 0x8023EA7C;
|
|||
func_802409F4 = 0x802409F4;
|
||||
func_80240AA8 = 0x80240AA8;
|
||||
func_80241190 = 0x80241190;
|
||||
func_802AE000 = 0x802AE000;
|
||||
func_802BD7DC = 0x802BD7DC;
|
||||
func_802BE070 = 0x802BE070;
|
||||
|
|
Loading…
Reference in New Issue