Pinned Repositories
Kaijyuu_SuperStatusBar
GHB's update on Kaijyuu's Super status bar patch.
Ladida_MinimalistStatusBars
Ladida's Minimalist Status Bars
MarioFanGamer_OWBplus
An improvement of adding a RAM data map and more honest how many bytes taken
SMB3_ScreenScrollingPipes
GHB's own take on making the screen scrolling pipes.
SMB3Statusbar
An update to Lx5's update on the patch
SMW-Graphical-bar-display
Adds a graphical bar HUD element for SMW hacking
SMW-Scroll-limits
A patch + uberasm tool code that lets you have areas in the level that causes the camera to focus in a spot in the level
SMW_CenterScroll
A patch for SMW to have the screen scroll with the player always centered.
SMW_DirectionalQuake
A patch that adds sideways in addition to vertical motion when the screen shakes in SMW.
SMW_StatusBarTutorial
A tutorial on how to edit the status bar for SMW.
GhbSmwc's Repositories
GhbSmwc/SMB3_ScreenScrollingPipes
GHB's own take on making the screen scrolling pipes.
GhbSmwc/SMW_StatusBarTutorial
A tutorial on how to edit the status bar for SMW.
GhbSmwc/Kaijyuu_SuperStatusBar
GHB's update on Kaijyuu's Super status bar patch.
GhbSmwc/Ladida_MinimalistStatusBars
Ladida's Minimalist Status Bars
GhbSmwc/MarioFanGamer_OWBplus
An improvement of adding a RAM data map and more honest how many bytes taken
GhbSmwc/SMB3Statusbar
An update to Lx5's update on the patch
GhbSmwc/SMW-Graphical-bar-display
Adds a graphical bar HUD element for SMW hacking
GhbSmwc/SMW-Scroll-limits
A patch + uberasm tool code that lets you have areas in the level that causes the camera to focus in a spot in the level
GhbSmwc/SMW_CenterScroll
A patch for SMW to have the screen scroll with the player always centered.
GhbSmwc/SMW_DirectionalQuake
A patch that adds sideways in addition to vertical motion when the screen shakes in SMW.
GhbSmwc/SMW_Find_c800
Converts level block coordinate to index of $7EC800/$7FC800.
GhbSmwc/SMW_LevelConstrain
A patch to make sprite's hitbox constrain within the level so they still interact with blocks even outside the level borders.
GhbSmwc/CustomLayer3Menu
A layer 3 menu system for SMW
GhbSmwc/EnemyHPMeter
Code to display enemy HP for sprites and custom sprites.
GhbSmwc/FloorButtonSwitch
Custom sprite
GhbSmwc/OnlineTools
Online tools maintained by SMW Central.
GhbSmwc/PerLevelHP
Adds a HP system per-level for SMW
GhbSmwc/SharedSubroutine
GHB's update on imamelia's shared subroutines patch
GhbSmwc/SMW-Patches
A bunch of patches that I've converted or fixed.
GhbSmwc/SMW-SA1-Pack
SA-1 Pack is a package of patches for activating and using SA-1 in SMW Hacks
GhbSmwc/SMW_Addressmapper
Allows the user to view a list of used address (RAM, for example) in an easier format
GhbSmwc/SMW_airdash
The airdash gimmick that makes you fly horizontally straight
GhbSmwc/SMW_DragToCheckPoint
WIP - making a code that if a player touches a block, takes the player to the last checkpoint
GhbSmwc/SMW_HUDDigitAlignment
A code that handles positioning the digits left or right-aligned
GhbSmwc/SMW_MemoryBasedConditionalMap16
A flag table system that other games use for pickup items (prevent respawning), unlocked doors (don't relock when level reloads), etc.
GhbSmwc/SMW_UberasmToolOAM
Writes a sprite OAM
GhbSmwc/TemplateJSCode
A template for my JS HTML files for most readme relating programming
GhbSmwc/Text_list_blacklister
A simple javascript code that takes a given list, and a black list, and outputs only what is listed isn't blacklisted.
GhbSmwc/TwitterURLProcessor
This HTML-based JS tool takes a list of twitter-related URLs and generates a list of converted format. Useful for some database-styled format.
GhbSmwc/UberasmTool_ValueChangeDisplay
A code that shows how much a value have been changed (running total). This is useful in RPG hacks to display things like damage numbers.