Skip to content

Commit

Permalink
Add gazillion warp buttons to all things
Browse files Browse the repository at this point in the history
  • Loading branch information
Dregu committed Aug 20, 2024
1 parent 7fe751d commit 0cbbb4b
Show file tree
Hide file tree
Showing 4 changed files with 254 additions and 49 deletions.
2 changes: 2 additions & 0 deletions max.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -620,6 +620,8 @@ uint16_t *Max::candles() { return (uint16_t *)(slot() + 0x418 + 0x1e0); }

uint32_t *Max::bunnies() { return (uint32_t *)(slot() + 0x418 + 0x198); }

uint16_t *Max::squirrels() { return (uint16_t *)(slot() + 0x418 + 0x19c); }

uint8_t *Max::portals() { return (uint8_t *)(slot() + 0x418 + 0x223); }

uint8_t *Max::shards() { return (uint8_t *)(slot() + 0x418 + 0x1F4 + 0xa); }
Expand Down
1 change: 1 addition & 0 deletions max.h
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,7 @@ struct Max {
uint64_t *chests();
uint16_t *candles();
uint32_t *bunnies();
uint16_t *squirrels();
uint8_t *portals();
uint8_t *shards();
Pause *pause();
Expand Down
Loading

0 comments on commit 0cbbb4b

Please sign in to comment.