diff options
| author | dannye <33dannye@gmail.com> | 2023-11-20 00:33:27 -0600 |
|---|---|---|
| committer | dannye <33dannye@gmail.com> | 2023-11-20 20:23:27 -0600 |
| commit | 298e99d3776580585c3f434e5d93137ae431bdd3 (patch) | |
| tree | a808c4ffd0fd0f9bd28972bae5236e0d3345c8e5 /scripts/SSAnne2FRooms_2.asm | |
| parent | Add sound bits documentation for wOptions (#110) (diff) | |
| parent | Name 2 unnamed labels I missed in SeafoamIslandsB4F and PokemonMansion3F (#437) (diff) | |
| download | pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.gz pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.tar.xz pokeyellow-298e99d3776580585c3f434e5d93137ae431bdd3.zip | |
Merge branch 'master' of https://github.com/pret/pokered
Diffstat (limited to 'scripts/SSAnne2FRooms_2.asm')
| -rw-r--r-- | scripts/SSAnne2FRooms_2.asm | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/scripts/SSAnne2FRooms_2.asm b/scripts/SSAnne2FRooms_2.asm index 2271e83d..a6029ac2 100644 --- a/scripts/SSAnne2FRooms_2.asm +++ b/scripts/SSAnne2FRooms_2.asm @@ -1,35 +1,35 @@ -Func_f2570:: - ld hl, SSAnne9Text_f2577 +SSAnne2FRoomsPrintGentleman5Text:: + ld hl, .text call PrintText ret -SSAnne9Text_f2577: - text_far _SSAnne9Text_61c1f +.text + text_far _SSAnne2FRoomsGentleman5Text text_end -Func_f257c:: - ld hl, SSAnne9Text_f2583 +SSAnne2FRoomsPrintLittleBoyText:: + ld hl, .text call PrintText ret -SSAnne9Text_f2583: - text_far _SSAnne9Text_61c2e +.text + text_far _SSAnne2FRoomsLittleBoyText text_end -Func_f2588:: - ld hl, SSAnne9Text_f258f +SSAnne2FRoomsPrintBrunetteGirlText:: + ld hl, .text call PrintText ret -SSAnne9Text_f258f: - text_far _SSAnne9Text_61c3d +.text + text_far _SSAnne2FRoomsBrunetteGirlText text_end -Func_f2594:: - ld hl, SSAnne9Text_f259b +SSAnne2FRoomsPrintBeautyText:: + ld hl, .text call PrintText ret -SSAnne9Text_f259b: - text_far _SSAnne9Text_61c4c +.text + text_far _SSAnne2FRoomsBeautyText text_end |
