diff options
Diffstat (limited to 'home')
-rw-r--r-- | home/copy.asm | 1 | ||||
-rw-r--r-- | home/copy2.asm | 1 | ||||
-rw-r--r-- | home/decompress.asm | 1 | ||||
-rw-r--r-- | home/delay.asm | 1 | ||||
-rw-r--r-- | home/double_speed.asm | 1 | ||||
-rw-r--r-- | home/fade.asm | 1 | ||||
-rw-r--r-- | home/farcall.asm | 1 | ||||
-rw-r--r-- | home/flag.asm | 1 | ||||
-rw-r--r-- | home/game_time.asm | 1 | ||||
-rw-r--r-- | home/handshake.asm | 1 | ||||
-rw-r--r-- | home/init.asm | 1 | ||||
-rw-r--r-- | home/item.asm | 1 | ||||
-rw-r--r-- | home/joypad.asm | 1 | ||||
-rw-r--r-- | home/lcd.asm | 1 | ||||
-rw-r--r-- | home/map.asm | 1 | ||||
-rw-r--r-- | home/map_objects.asm | 1 | ||||
-rw-r--r-- | home/math.asm | 1 | ||||
-rw-r--r-- | home/menu.asm | 1 | ||||
-rw-r--r-- | home/movement.asm | 1 | ||||
-rw-r--r-- | home/palettes.asm | 1 | ||||
-rw-r--r-- | home/pokedex_flags.asm | 1 | ||||
-rw-r--r-- | home/predef.asm | 1 | ||||
-rw-r--r-- | home/random.asm | 1 | ||||
-rw-r--r-- | home/rtc.asm | 1 | ||||
-rw-r--r-- | home/serial.asm | 2 | ||||
-rw-r--r-- | home/sine.asm | 1 | ||||
-rw-r--r-- | home/sram.asm | 1 | ||||
-rw-r--r-- | home/string.asm | 1 | ||||
-rw-r--r-- | home/tilemap.asm | 1 | ||||
-rw-r--r-- | home/time.asm | 1 | ||||
-rw-r--r-- | home/video.asm | 1 | ||||
-rw-r--r-- | home/window.asm | 1 |
32 files changed, 0 insertions, 33 deletions
diff --git a/home/copy.asm b/home/copy.asm index 538669654..e49094554 100644 --- a/home/copy.asm +++ b/home/copy.asm @@ -416,4 +416,3 @@ Copy1bpp:: ; fa4 pop hl jp FarCopyBytesDouble ; fb6 - diff --git a/home/copy2.asm b/home/copy2.asm index 136c5f602..ca83ff44b 100644 --- a/home/copy2.asm +++ b/home/copy2.asm @@ -131,4 +131,3 @@ GetFarWRAMWord:: ; 308d ld [rSVBK], a ret ; 309d - diff --git a/home/decompress.asm b/home/decompress.asm index b98be0fe8..13613f64a 100644 --- a/home/decompress.asm +++ b/home/decompress.asm @@ -341,4 +341,3 @@ LZ_LONG_HI EQU %00000011 inc hl jp .Main ; c2f - diff --git a/home/delay.asm b/home/delay.asm index b9f84fcdf..450b4190c 100644 --- a/home/delay.asm +++ b/home/delay.asm @@ -20,4 +20,3 @@ DelayFrames:: ; 468 jr nz, DelayFrames ret ; 46f - diff --git a/home/double_speed.asm b/home/double_speed.asm index 4bb6e1253..c07dc9cee 100644 --- a/home/double_speed.asm +++ b/home/double_speed.asm @@ -28,4 +28,3 @@ SwitchSpeed:: ; 2ffd stop ; rgbasm adds a nop after this instruction by default ret ; 300b - diff --git a/home/fade.asm b/home/fade.asm index 71a701a09..2c8bc3baa 100644 --- a/home/fade.asm +++ b/home/fade.asm @@ -131,4 +131,3 @@ IncGradGBPalTable_13:: db %10010000, %10000000, %10010000 IncGradGBPalTable_14:: db %01000000, %01000000, %01000000 IncGradGBPalTable_15:: db %00000000, %00000000, %00000000 ; 547 - diff --git a/home/farcall.asm b/home/farcall.asm index f54ba0df0..a74bcc3ae 100644 --- a/home/farcall.asm +++ b/home/farcall.asm @@ -52,4 +52,3 @@ ReturnFarCall:: ; 2d6e Function2d82:: ; 2d82 jp [hl] ; 2d83 - diff --git a/home/flag.asm b/home/flag.asm index 98b7f6526..479a51c33 100644 --- a/home/flag.asm +++ b/home/flag.asm @@ -110,4 +110,3 @@ Function2ead:: ; 2ead and a ret ; 2ebb - diff --git a/home/game_time.asm b/home/game_time.asm index 94539cd6a..54cad89c9 100644 --- a/home/game_time.asm +++ b/home/game_time.asm @@ -129,4 +129,3 @@ UpdateGameTimer:: ; 20ad ld [GameTimeHours + 1], a ret ; 210f - diff --git a/home/handshake.asm b/home/handshake.asm index 68dad5cb7..5c7664144 100644 --- a/home/handshake.asm +++ b/home/handshake.asm @@ -35,4 +35,3 @@ AskSerial:: ; 2063 ret ; 208a - diff --git a/home/init.asm b/home/init.asm index be6bfe99b..6ada3e267 100644 --- a/home/init.asm +++ b/home/init.asm @@ -221,4 +221,3 @@ Function270:: ; 270 call CloseSRAM ret ; 283 - diff --git a/home/item.asm b/home/item.asm index 3ba5db2a8..92d74c350 100644 --- a/home/item.asm +++ b/home/item.asm @@ -73,4 +73,3 @@ CheckItem:: ; 2f79 pop hl ret ; 2f8c - diff --git a/home/joypad.asm b/home/joypad.asm index ae2ab92be..5a161fb14 100644 --- a/home/joypad.asm +++ b/home/joypad.asm @@ -488,4 +488,3 @@ Functionb06:: ; b06 ld [hl], a ret ; b40 - diff --git a/home/lcd.asm b/home/lcd.asm index 216941995..cf3e40699 100644 --- a/home/lcd.asm +++ b/home/lcd.asm @@ -78,4 +78,3 @@ EnableLCD:: ; 58a ld [rLCDC], a ret ; 591 - diff --git a/home/map.asm b/home/map.asm index d5e83ca3a..259ed9503 100644 --- a/home/map.asm +++ b/home/map.asm @@ -2348,4 +2348,3 @@ LoadTilesetHeader:: ; 2d27 pop hl ret ; 2d43 - diff --git a/home/map_objects.asm b/home/map_objects.asm index 2a78bfaa5..4a2b58712 100644 --- a/home/map_objects.asm +++ b/home/map_objects.asm @@ -678,4 +678,3 @@ GetSpriteDirection:: ; 1b07 and $c ret ; 1b0f - diff --git a/home/math.asm b/home/math.asm index 5e1cbdb50..8e19e0412 100644 --- a/home/math.asm +++ b/home/math.asm @@ -73,4 +73,3 @@ SubtractSigned:: ; 3136 scf ret ; 313d - diff --git a/home/menu.asm b/home/menu.asm index 8c2b562fc..21ce9c515 100644 --- a/home/menu.asm +++ b/home/menu.asm @@ -595,4 +595,3 @@ Function2057:: ; 2057 ret ; 2063 - diff --git a/home/movement.asm b/home/movement.asm index cd6476bc9..f0869aa99 100644 --- a/home/movement.asm +++ b/home/movement.asm @@ -218,4 +218,3 @@ Function1c23:: ; 0x1c23 call Function1c30 ret ; 0x1c30 - diff --git a/home/palettes.asm b/home/palettes.asm index 68e85f503..38f1d554d 100644 --- a/home/palettes.asm +++ b/home/palettes.asm @@ -344,4 +344,3 @@ Functiondbd:: ; dbd rst Bankswitch ret ; dc9 - diff --git a/home/pokedex_flags.asm b/home/pokedex_flags.asm index ac59ffeb8..7aacd4981 100644 --- a/home/pokedex_flags.asm +++ b/home/pokedex_flags.asm @@ -36,4 +36,3 @@ PokedexFlagAction:: ; 33a1 and a ret ; 33ab - diff --git a/home/predef.asm b/home/predef.asm index 9c57497bf..03f741469 100644 --- a/home/predef.asm +++ b/home/predef.asm @@ -51,4 +51,3 @@ Predef:: ; 2d83 ld l, a ret ; 2dba - diff --git a/home/random.asm b/home/random.asm index 46b3e7571..ae39f439c 100644 --- a/home/random.asm +++ b/home/random.asm @@ -82,4 +82,3 @@ RandomRange:: ; 2fb1 pop bc ret ; 2fcb - diff --git a/home/rtc.asm b/home/rtc.asm index 1e42bf47d..7070c0dad 100644 --- a/home/rtc.asm +++ b/home/rtc.asm @@ -22,4 +22,3 @@ UpdateTimePals:: ; 485 callab _UpdateTimePals ret ; 48c - diff --git a/home/serial.asm b/home/serial.asm index e7dac7d07..302630cc7 100644 --- a/home/serial.asm +++ b/home/serial.asm @@ -404,5 +404,3 @@ Function919:: ; 919 ld [rSC], a ret ; 92e - - diff --git a/home/sine.asm b/home/sine.asm index 24fb1af92..e1552db24 100644 --- a/home/sine.asm +++ b/home/sine.asm @@ -19,4 +19,3 @@ Sine:: ; 1b11 rst Bankswitch ret ; 1b1e - diff --git a/home/sram.asm b/home/sram.asm index 8f60f57f3..4cfe14cf9 100644 --- a/home/sram.asm +++ b/home/sram.asm @@ -31,4 +31,3 @@ CloseSRAM:: ; 2fe1 pop af ret ; 2fec - diff --git a/home/string.asm b/home/string.asm index 5b705002a..70a0f2dd5 100644 --- a/home/string.asm +++ b/home/string.asm @@ -36,4 +36,3 @@ _InitString:: ; 2efc pop hl ret ; 2f17 - diff --git a/home/tilemap.asm b/home/tilemap.asm index 6eadba1a0..ceda55dd2 100644 --- a/home/tilemap.asm +++ b/home/tilemap.asm @@ -216,4 +216,3 @@ GetAttrCoord:: ; 1d21 add hl, bc ret ; 1d35 - diff --git a/home/time.asm b/home/time.asm index 6c1aaec5f..639f0b110 100644 --- a/home/time.asm +++ b/home/time.asm @@ -307,4 +307,3 @@ Function6e3:: ; 6e3 call CloseSRAM ret ; 6ef - diff --git a/home/video.asm b/home/video.asm index 3fdd5888d..7392d6e0f 100644 --- a/home/video.asm +++ b/home/video.asm @@ -484,4 +484,3 @@ AnimateTileset:: ; 17d3 rst Bankswitch ret ; 17ff - diff --git a/home/window.asm b/home/window.asm index 66c666340..8c1e95134 100644 --- a/home/window.asm +++ b/home/window.asm @@ -93,4 +93,3 @@ Function2e31:: ; 2e31 ld [hOAMUpdate], a ret ; 2e4e - |