Skip to content

Commit

Permalink
i am the big stupid (#277)
Browse files Browse the repository at this point in the history
  • Loading branch information
xshobux authored Nov 27, 2024
1 parent 91a152c commit 598e360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/common/signatures.py
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
# npc: 60 5C ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? 00 ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 ?? 00 00 00 08 E5 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? E?
# monster: 60 5C ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? 00 ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 ?? 00 00 00 44 D2 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? E?
# party: 60 5C ?? ?? 00 00 00 00 00 00 00 00 00 00 00 00 ?? ?? ?? ?? 00 ?? ?? ?? ?? ?? ?? ?? 00 00 00 00 ?? 00 00 00 D4 D4 ?? ?? ?? ?? ?? ?? ?? ?? ?? ?? E?
npc_monster_pattern = rb"\x60\xEC..\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00....\x00.......\x00\x00\x00\x00.\x00\x00\x00[\x08\x44\xD4][\xE5\xD2\xD4]..........[\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEF]"
npc_monster_pattern = rb"\x60\x5C..\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00....\x00.......\x00\x00\x00\x00.\x00\x00\x00[\x08\x44\xD4][\xE5\xD2\xD4]..........[\xE3\xE4\xE5\xE6\xE7\xE8\xE9\xEF]"

# pattern for concierge names (13 bytes)
# 6C CA ?? ?? ?? ?? ?? ?? 80 D2 ?? ?? E?
Expand Down

0 comments on commit 598e360

Please sign in to comment.