diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-19 20:09:28 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-19 20:09:28 +0100 |
commit | 37a6e1b6c7173e38b69bffab3e1a7a8cb323d36d (patch) | |
tree | 22cad9a80d8fc5e10c44af3a6cd50db357d7fcc5 /data/graphics.s | |
parent | 6a674e1e83db097d7a31a3786d12e42987f09f70 (diff) | |
parent | deec6f21db44e7f095154e02ae4a9f5d8c42fe75 (diff) |
Merge branch 'master' of https://github.com/itskobold/pokeemerald into kobold_fixes
Diffstat (limited to 'data/graphics.s')
-rw-r--r-- | data/graphics.s | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/data/graphics.s b/data/graphics.s index 06c4b9e18..d1a8e88ab 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -1461,8 +1461,11 @@ gUnknown_08DD4620:: @ 8DD4620 .incbin "baserom.gba", 0xdd4620, 0xc0 gUnknown_08DD46E0:: @ 8DD46E0 - .incbin "baserom.gba", 0xdd46e0, 0x180 + .incbin "baserom.gba", 0xdd46e0, 0xc0 +gUnknown_08DD47A0:: @ 8DD47A0 + .incbin "baserom.gba", 0xdd47a0, 0xc0 + gUnknown_08DD4860:: @ 8DD4860 .incbin "baserom.gba", 0xdd4860, 0x20 |