diff options
author | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 20:38:26 +0100 |
---|---|---|
committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-12-02 20:38:26 +0100 |
commit | c2fdde3a498b6b6bbf8a57784e3208be74bf59f7 (patch) | |
tree | 99a4b46338472e77268ce009469d8a8712ccafe8 /data | |
parent | c27f7a8131d4ebf9e01d7f4fecaf5cc5616866d8 (diff) |
pokeball file is decompiled
Diffstat (limited to 'data')
-rw-r--r-- | data/graphics.s | 2 | ||||
-rw-r--r-- | data/pokeball.s | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/data/graphics.s b/data/graphics.s index 72daf144f..05e804578 100644 --- a/data/graphics.s +++ b/data/graphics.s @@ -21,7 +21,7 @@ gUnknown_08C01644:: @ 8C01644 gUnknown_08C01724:: @ 8C01724 .incbin "baserom.gba", 0xc01724, 0xBDC -gUnknown_08C02300:: @ 8C02300 +gOpenPokeballGfx:: @ 8C02300 .incbin "baserom.gba", 0xc02300, 0x7c gUnknown_08C0237C:: @ 8C0237C diff --git a/data/pokeball.s b/data/pokeball.s index 4decaa844..16c77a362 100644 --- a/data/pokeball.s +++ b/data/pokeball.s @@ -4,10 +4,10 @@ .section .rodata .align 2, 0 -gUnknown_0832C400:: @ 832C400 +sBallSpriteSheets:: @ 832C400 .incbin "baserom.gba", 0x32c400, 0x60 -gUnknown_0832C460:: @ 832C460 +sBallSpritePalettes:: @ 832C460 .incbin "baserom.gba", 0x32c460, 0x128 gBallSpriteTemplates:: @ 832C588 |