diff options
Diffstat (limited to 'event/special.asm')
-rwxr-xr-x | event/special.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/event/special.asm b/event/special.asm index 1c7edb2a..51b4377c 100755 --- a/event/special.asm +++ b/event/special.asm @@ -1,4 +1,4 @@ -Function73e1: +GiveShuckle: xor a ld [wMonType], a ld a, SHUCKLE @@ -49,7 +49,7 @@ ManiaName: ShuckieName: db "SHUCKIE@" -Function7452: +ReturnShuckle: callba Function50000 jr c, .asm_74ba ld a, [wd004] @@ -113,7 +113,7 @@ Function7452: ld [wScriptVar], a ret -Function74cb: +BillsGrandfather: callba Function50000 jr c, .asm_74e2 ld a, [wd004] |