diff options
author | camthesaxman <cameronghall@cox.net> | 2017-11-26 01:41:51 -0600 |
---|---|---|
committer | camthesaxman <cameronghall@cox.net> | 2017-11-26 01:41:51 -0600 |
commit | 4e1098beb6a84a46f0ac2bff37013a3f675f6750 (patch) | |
tree | 80c269ea8592bc7dd58db68b2d8ccdd280d84b17 /asm | |
parent | 0621797d3414975930335fb124580e9d58104794 (diff) |
label more functions and variables
Diffstat (limited to 'asm')
-rw-r--r-- | asm/battle_anim_80CA710.s | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/asm/battle_anim_80CA710.s b/asm/battle_anim_80CA710.s index 5f46883f7..e63f2882c 100644 --- a/asm/battle_anim_80CA710.s +++ b/asm/battle_anim_80CA710.s @@ -11280,7 +11280,7 @@ _080D812A: ldr r2, _080D81C4 @ =0x85000400 str r2, [r0, 0x8] ldr r2, [r0, 0x8] - ldr r2, _080D81C8 @ =gWeatherFog2Tiles + ldr r2, _080D81C8 @ =gWeatherFog1Tiles ldr r3, [sp] str r2, [r0] str r3, [r0, 0x4] @@ -11326,7 +11326,7 @@ _080D81B8: .4byte gUnknown_030041B4 _080D81BC: .4byte REG_BG1HOFS _080D81C0: .4byte 0x040000d4 _080D81C4: .4byte 0x85000400 -_080D81C8: .4byte gWeatherFog2Tiles +_080D81C8: .4byte gWeatherFog1Tiles _080D81CC: .4byte 0x80000400 _080D81D0: .4byte gBattleAnimFogTilemap _080D81D4: .4byte gUnknown_083970E8 @@ -11672,7 +11672,7 @@ _080D845E: ldr r2, _080D84FC @ =0x85000400 str r2, [r0, 0x8] ldr r2, [r0, 0x8] - ldr r2, _080D8500 @ =gWeatherFog2Tiles + ldr r2, _080D8500 @ =gWeatherFog1Tiles ldr r3, [sp] str r2, [r0] str r3, [r0, 0x4] @@ -11720,7 +11720,7 @@ _080D84F0: .4byte gUnknown_030041B4 _080D84F4: .4byte REG_BG1HOFS _080D84F8: .4byte 0x040000d4 _080D84FC: .4byte 0x85000400 -_080D8500: .4byte gWeatherFog2Tiles +_080D8500: .4byte gWeatherFog1Tiles _080D8504: .4byte 0x80000400 _080D8508: .4byte gBattleAnimFogTilemap _080D850C: .4byte gUnknown_083970E8 |