# HPSS-Disassembly **Repository Path**: mirrors_terinjokes/HPSS-Disassembly ## Basic Information - **Project Name**: HPSS-Disassembly - **Description**: Work in Progress disassembly of Harry Potter and the Sorcerer's Stone (GBC) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: trunk - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-03-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #+title: Harry Potter and the Sorcerer's Stone (GBC) Disassembly This is an in-progress disassembly of /Harry Potter and the Sorcerer's Stone/ for the Game Boy Color. It uses the following ROM as a base: - Harry Potter and the Sorcerer's Stone (USA, Europe) (En,Fr,De,Es,It,Nl,Pt,Sv,No,Da,Fi).gbc - MD5: =ba85a2ae8aa5829c440eef2d5549506c= - SHA1: =4e6f676ec15e0e6238cb81853b5a74bbb20657a1= - SHA256: =8eb56e0d55a04aa3fcf940f172757f4f60baa6c53c82707def8ae4e78844b1da= - BLAKE2b-160: =ccbf6ee3fbe2b666035d66f81a3a930746032b57= ** Assembly 1. Install [[https://rgbds.gbdev.io/install][=RGBDS=]], the free assembler and linker package for the Game Boy and Game Boy Color. 2. Follow the [[https://dumping.guide/carts/nintendo/gameboy][GB ROM dumping guide]], and copy to this directory as "baserom.gbc". 3. Run =make= to generate "hpss.gbc" 4. Run =make compare= to compare to expected hashes.