Skip to content

Commit

Permalink
Move AP communication bytes into the save data
Browse files Browse the repository at this point in the history
  • Loading branch information
Ars-Ignis committed Feb 5, 2025
1 parent 9fd3006 commit 0c85a28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/crystalis/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
RECEIVED_INDEX_ADDR = 0x657D
START_OF_CONSUMABLE_INV_ADDR = 0x6440
END_OF_CONSUMABLE_INV_ADDR = 0x6447
GET_ITEM_FLAG_ADDR = 0x6250
GET_ITEM_FLAG_ADDR = 0x657B
MAIN_LOOP_MODE_ADDR = 0x40
GAME_MODE_ADDR = 0x41
CRYSTALIS_ITEM_ID = 0x04
Expand Down

0 comments on commit 0c85a28

Please sign in to comment.