Skip to content

Instantly share code, notes, and snippets.

View Paegasus's full-sized avatar

Lahcéne Belbachir Paegasus

View GitHub Profile
@Paegasus
Paegasus / SMBDIS.ASM
Created October 17, 2025 12:01 — forked from 1wErt3r/SMBDIS.ASM
A Comprehensive Super Mario Bros. Disassembly
;SMBDIS.ASM - A COMPREHENSIVE SUPER MARIO BROS. DISASSEMBLY
;by doppelganger ([email protected])
;This file is provided for your own use as-is. It will require the character rom data
;and an iNES file header to get it to work.
;There are so many people I have to thank for this, that taking all the credit for
;myself would be an unforgivable act of arrogance. Without their help this would
;probably not be possible. So I thank all the peeps in the nesdev scene whose insight into
;the 6502 and the NES helped me learn how it works (you guys know who you are, there's no
@Paegasus
Paegasus / CustomRectangleSelector.cs
Last active September 5, 2025 17:11
Custom UIElements RectangleSelector
using System;
using System.Collections.Generic;
using System.Globalization;
using System.Reflection;
using UnityEngine;
using UnityEngine.UIElements;
namespace UnityEditor.Experimental.GraphView
{
public class CustomRectangleSelector : MouseManipulator