diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/audio.asm | 1 | ||||
-rw-r--r-- | home/copy.asm | 4 | ||||
-rw-r--r-- | home/palettes.asm | 1 | ||||
-rw-r--r-- | home/time.asm | 1 |
4 files changed, 0 insertions, 7 deletions
diff --git a/home/audio.asm b/home/audio.asm index 7bded5098..0099e2d2f 100644 --- a/home/audio.asm +++ b/home/audio.asm @@ -130,7 +130,6 @@ PlayMusic2:: pop hl ret - PlayCry:: ; Play cry de. diff --git a/home/copy.asm b/home/copy.asm index 02ff82f63..68ed240e3 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -93,12 +93,10 @@ OldDMATransfer:: ld [hBGMapMode], a ret - ReplaceKrisSprite:: farcall _ReplaceKrisSprite ret - LoadStandardFont:: farcall _LoadStandardFont ret @@ -107,7 +105,6 @@ LoadFontsBattleExtra:: farcall _LoadFontsBattleExtra ret - LoadFontsExtra:: farcall _LoadFontsExtra1 farcall _LoadFontsExtra2 @@ -135,7 +132,6 @@ DecompressRequest2bpp:: call CloseSRAM ret - FarCopyBytes:: ; copy bc bytes from a:hl to de diff --git a/home/palettes.asm b/home/palettes.asm index 1f1759043..265c7f11b 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -229,7 +229,6 @@ DmgToCgbObjPal1:: pop af ret - CopyPals:: ; copy c palettes in order b from de to hl diff --git a/home/time.asm b/home/time.asm index 4383ed68f..caf857a68 100644 --- a/home/time.asm +++ b/home/time.asm @@ -196,7 +196,6 @@ InitTime:: farcall _InitTime ret - PanicResetClock:: call .ClearhRTC call SetClock |