Prev: 37421 Up: Map Next: 37464
37445: Player Add To Pot
Used by the routines at PlayGame, PlayerAction_Raise and PlayerAction_Hold.
PlayerAddToPot 37445 LD A,(38583) Subtract *CurrentRaiseValue from *PlayerCash and write it back to *PlayerCash.
37448 LD B,A
37449 LD A,(38581)
37452 SUB B
37453 LD (38581),A
37456 LD A,(38580) Add *CurrentRaiseValue to *PotValue and write this back to *PotValue.
37459 ADD A,B
37460 LD (38580),A
37463 RET Return.
Prev: 37421 Up: Map Next: 37464