diff options
author | IIMarckus <iimarckus@gmail.com> | 2018-08-18 22:32:25 -0600 |
---|---|---|
committer | IIMarckus <iimarckus@gmail.com> | 2018-08-18 22:32:25 -0600 |
commit | 48c2d217a03b0872bc0ea79c869893d00ee610a3 (patch) | |
tree | 2bf5139af263dcdd784a9a66f400b5c9015a5393 | |
parent | c4b381d0dcad6ce121a6b0aa258559110e2b4823 (diff) |
Sync a few more specials with pokecrystal.
-rwxr-xr-x | engine/specials.asm | 18 | ||||
-rw-r--r-- | main.asm | 6 |
2 files changed, 12 insertions, 12 deletions
diff --git a/engine/specials.asm b/engine/specials.asm index 72c73546..a715778e 100755 --- a/engine/specials.asm +++ b/engine/specials.asm @@ -129,12 +129,12 @@ SpecialsPointers: add_special YoungerHaircutBrother add_special OlderHaircutBrother add_special DaisysGrooming - add_special Functionc60b - add_special Function267ca - add_special Functionc611 - add_special Functionc652 - add_special Function16ff7 - add_special Function2a7d7 + add_special PlayCurMonCry + add_special ProfOaksPCBoot + add_special GameboyCheck + add_special TrainerHouse + add_special PhotoStudio + add_special InitRoamMons add_special FadeOutMusic add_special Functionc638 add_special Functionc645 @@ -519,11 +519,11 @@ Functionc5d6: ; c5d6 (3:45d6) db 36, 9 ; right db -1 -Functionc60b: ; c60b (3:460b) +PlayCurMonCry: ; c60b (3:460b) ld a, [wCurPartySpecies] jp PlayCry -Functionc611: ; c611 (3:4611) +GameboyCheck: ; c611 (3:4611) ld a, [hCGB] and a jr nz, .asm_c622 @@ -564,7 +564,7 @@ Functionc645: ; c645 (3:4645) call ExitAllMenus ret -Functionc652: ; c652 (3:4652) +TrainerHouse: ; c652 (3:4652) ld a, $0 call OpenSRAM ld a, [$abfd] @@ -722,7 +722,7 @@ DayCareManOutside: dr $16b8c, $16e3a Function16e3a: dr $16e3a, $16ff7 -Function16ff7: +PhotoStudio: dr $16ff7, $171d1 Function171d1: dr $171d1, $177a5 @@ -778,7 +778,7 @@ Function24b8d: dr $24b8d, $24f20 SelectQuantityToToss: dr $24f20, $267ca -Function267ca: +ProfOaksPCBoot: dr $267ca, $2692d InitDecorations: ; 2692d dr $2692d, $270d5 @@ -844,7 +844,7 @@ UnlockMysteryGift: dr $2a4e7, $2a4f6 Function2a4f6: dr $2a4f6, $2a7d7 -Function2a7d7: +InitRoamMons: dr $2a7d7, $2a8e0 JumpRoamMons: dr $2a8e0, $2a9f7 |