diff options
-rw-r--r-- | stadiumgs/main.s | 71 |
1 files changed, 69 insertions, 2 deletions
diff --git a/stadiumgs/main.s b/stadiumgs/main.s index 2c9b195..73ee75f 100644 --- a/stadiumgs/main.s +++ b/stadiumgs/main.s @@ -3,7 +3,18 @@ .include "constants/type_constants.s" .include "constants/move_constants.s" .include "constants/item_constants.s" -.incbin "baseromgs.n64",0,0x98a14 +.incbin "baseromgs.n64",0,0x98430 + +Moves: +; effect +; power +; type +; accuracy +; pp +; effect chance + +.incbin "baseromgs.n64",0x98430,0x98a14-0x98430 + TMHMMoves: .db DYNAMICPUNCH @@ -65,7 +76,63 @@ TMHMMoves: .db WATERFALL .align -.incbin "baseromgs.n64",0x98a50,0x98a90-0x98a50 +UnknownData0x98A50: ; XXX what is this? + .db 0x05 + .db 0x0D + .db 0x0E + .db 0x12 + .db 0x19 + .db 0x5C + .db 0x20 + .db 0x22 + .db 0x24 + .db 0x26 + .db 0x3D + .db 0x37 + .db 0x3A + .db 0x3B + .db 0x3F + .db 0x06 + .db 0x42 + .db 0x44 + .db 0x45 + .db 0x63 + .db 0x48 + .db 0x4C + .db 0x52 + .db 0x55 + .db 0x57 + .db 0x59 + .db 0x5A + .db 0x5B + .db 0x5E + .db 0x64 + .db 0x66 + .db 0x68 + .db 0x73 + .db 0x75 + .db 0x76 + .db 0x78 + .db 0x79 + .db 0x7E + .db 0x81 + .db 0x82 + .db 0x87 + .db 0x8A + .db 0x8F + .db 0x9C + .db 0x56 + .db 0x95 + .db 0x99 + .db 0x9D + .db 0xA1 + .db 0xA4 + .db 0x0F + .db 0x13 + .db 0x39 + .db 0x46 + .db 0x94 + .align 16 SUPER_EFFECTIVE EQU 20 NOT_VERY_EFFECTIVE EQU 05 |