diff options
| author | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:55:08 +0200 | 
|---|---|---|
| committer | DizzyEggg <jajkodizzy@wp.pl> | 2017-08-25 20:55:08 +0200 | 
| commit | b4f9fe17d766c5713875701c3ed8b2a0a6af8ce8 (patch) | |
| tree | 04c31317f933faaeb0f0e1d95b30450659931398 /asm | |
| parent | d5b9456949371bf73ca93dc13202ab4dbf2387d1 (diff) | |
move evo graphics data to C
Diffstat (limited to 'asm')
| -rw-r--r-- | asm/evolution_scene.s | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/asm/evolution_scene.s b/asm/evolution_scene.s index 961d5e258..54011fb4e 100644 --- a/asm/evolution_scene.s +++ b/asm/evolution_scene.s @@ -365,7 +365,7 @@ EvolutionScene: @ 8111984  	movs r3, 0x4  	orrs r0, r3  	strb r0, [r1] -	bl sub_8149954 +	bl LoadEvoSparkleSpriteAndPal  	ldr r0, _08111C74 @ =Task_EvolutionScene  	movs r1, 0  	bl CreateTask @@ -1035,7 +1035,7 @@ TradeEvolutionScene: @ 81120E4  	movs r2, 0x4  	orrs r0, r2  	strb r0, [r1] -	bl sub_8149954 +	bl LoadEvoSparkleSpriteAndPal  	ldr r0, _08112264 @ =Task_TradeEvolutionScene  	movs r1, 0  	bl CreateTask | 
