Skip to content

Add scbw::minimapPing() #29

Description

@GoogleCodeExporter
const u32 Func_minimapPing = 0x004A34C0;
void __stdcall minimapPing(u32 x, u32 y, s32 color){
  __asm{
    PUSHAD
    PUSH color
    PUSH y
    PUSH x
    CALL Func_minimapPing
    POPAD
  }
}

Requested by racelee07 over at StarDraft Cafe

Original issue reported on code.google.com by philmast...@gmail.com on 11 Mar 2014 at 10:10

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions