diff --git a/agb/src/display/object.rs b/agb/src/display/object.rs index 09ab9275..3888a8af 100644 --- a/agb/src/display/object.rs +++ b/agb/src/display/object.rs @@ -163,9 +163,7 @@ macro_rules! align_bytes { /// Includes sprites found in the referenced aseprite files. Can include /// multiple at once and optimises palettes of all included in the single call -/// together. Currently limited to square sprites that match a supported -/// dimension of the GBA, see [Size] for supported sizes. Returns a reference to -/// [Graphics]. +/// together. See [Size] for supported sizes. Returns a reference to [Graphics]. /// /// ```rust,no_run /// # #![no_std]