diff options
author | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 12:27:06 -0500 |
---|---|---|
committer | Marcus Huderle <huderlem@gmail.com> | 2018-10-11 12:27:06 -0500 |
commit | c0ce4f82ad10178eab328cb0da3f03639c3b5b8e (patch) | |
tree | 3996e049c7bf2dcbc17c651dc24628e92e80068e /asm/ewram.s | |
parent | ad3ef8944eb4e1291c1ac9bcf06a9f5779b20c55 (diff) |
Match first C function
Diffstat (limited to 'asm/ewram.s')
-rwxr-xr-x | asm/ewram.s | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/asm/ewram.s b/asm/ewram.s index 0857a08..7c53cf0 100755 --- a/asm/ewram.s +++ b/asm/ewram.s @@ -5,3 +5,7 @@ .space 0x3060 ds gIntrTable @ 0x2003060 + +.space 0x8060 + +ds gUnknown_0200B0C0 @ 0x200B0C0 |