update asm

This commit is contained in:
YamaArashi
2016-01-07 23:27:40 -08:00
parent cf8f490381
commit 4e95a13295
14 changed files with 2273 additions and 1836 deletions

View File

@@ -187,9 +187,9 @@ StartTimer1: ; 8000554
.pool
thumb_func_end StartTimer1
thumb_func_start SetRngAndSetTrainerId
; void SetRngAndSetTrainerId()
SetRngAndSetTrainerId: ; 8000560
thumb_func_start SeedRngAndSetTrainerId
; void SeedRngAndSetTrainerId()
SeedRngAndSetTrainerId: ; 8000560
push {r4,lr}
ldr r0, =0x04000104
ldrh r4, [r0]
@@ -204,7 +204,7 @@ SetRngAndSetTrainerId: ; 8000560
pop {r0}
bx r0
.pool
thumb_func_end SetRngAndSetTrainerId
thumb_func_end SeedRngAndSetTrainerId
thumb_func_start GetTrainerId
; u16 GetTrainerId()